/* CSS Document */
body {
	font: 12px "Trebuchet MS", "Arial", "Verdana", sans-serif;
	color: #111111;
	margin: 0px;
	padding: 0px;
	background-color:#d4eff9;
	background: url("images/ltfade.jpg") repeat-x;
	background-position:top left;
	text-align:center;
}
html body {
	background-color:#d4eff9;
	}
h1 {
	font-family:"Trebuchet MS", "Arial", "Verdana", sans-serif;
	color:#000000;
	font-size:18px;
	margin:0px;
	padding:5px 0 5px 0;
	}
/* Links */
a:link, a:visited {
	color: #b07d00;
	text-decoration: underline;
}
a:hover {
	color: #ffda6d;
	text-decoration: none;
}
a:active {
	color: #ffda6d;
	text-decoration: none;
}

a.small:link, a.small:visited {
	font-size: 1em;
	color: #b07d00;
	text-decoration: underline;
}
a.small:hover {
	color: #111111;
}
a.small:active {
	color: #111111;
}
/* NAVIGATION */
 #navlist
{
margin: 0;
padding: 11px 0 0 5px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: normal;
margin: 0 11px 0px 11px;
padding-bottom: 2px;
text-decoration: none;
color: #fff;
}

#navlist a:hover
{
border-bottom: 5px solid #000;
background: transparent;
color: #000;
}

#navcontainer {
	width:600px;
	height:130px;
	}	
/* Layout */


#wrap {
	width:800px;
	margin:0px auto 0px auto;
	padding:0px;
	}
#content {
	float:right;
	width:600px;
	padding:0px;
	text-align:left;
	}
#subject {
	padding:15px 0 0 0;
	min-height:250px;
	overflow:visible;
	line-height:1.2em;
	}
#sidebar {
	float:left;
	width:190px;
	text-align:center;
	padding:0px;
	}
.shortcut {
	background-color:#366983;
	border-top: 1px solid #d9f2fb;
	border-bottom:1px solid #283963;
	padding:2px 0 2px 0;
	width:150px;
	margin: 0 auto 0 auto;
	display:block;
	}
.shortcut:hover {
	background-color: #ffd766;
	}
.sidelink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.sidelink:link {  text-decoration: none; color: #000; border:0px;}
a.sidelink:visited { text-decoration: none; color: #000; border:0px;}
a.sidelink:active { text-decoration: none; color: #000; border:0px;}
a.sidelink:hover {  text-decoration: none; color: #000; border:0px;}

.logo img {
	border: none;
}
a.logo:link { border:none;}
a.logo:visited { border:none;}
a.logo:active { border:none;}
a.logo:hover { border:none;}

.shortcut span img {
	padding:2px;
	border:1px solid #000000;
	}
#footer {
	clear:both;
	background-image:url(images/mountains.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:224px;
	padding:0px;
	margin:0;
}
#end {
	font: 10px "Trebuchet MS", "Arial", "Verdana", sans-serif;
	color: #8F8F8F;
	padding: 5px;
	margin: 0px;
	background-color:#000000;
	}
#end a:link, #end a:visited {
	color: #C1C1C1;
	text-decoration: none;
}
#end a:hover {
	color: #fff;
	text-decoration: underline;
}
#end a:active {
	color: #FF4000;
	text-decoration: none;
}