/*main.css*/
body {
	background-color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	background-color:#E8EAE9;
	min-height:500px;
	border:1px solid #a9b9d0;
	background-image:url(main/img/background.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#main, #bottom {
	border:1px solid #a9b9d0;
	width:875px;
	left:40px;
	position:relative;
	margin:0px auto;
}
#header {
	height:100px;
	border-bottom:1px solid #a9b9d0;
	background-image:url(main/img/banner.png);
	text-align:right;
}
#motd {
	text-align:right;


}
#motd span {
	background-color:#355f9c;
	padding-right:10px;
	padding-left:30px;
	font-size:14px;
	line-height:16px;
	background-image:url(main/img/motd.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#navigation {
	position:absolute;
	left:-125px;
	width:250px;
	margin:25px 0px;
}

#navigation ul {
	list-style:none;
	text-align:right;
}
#navigation li a{
	display:block;
	background-image:url(main/img/nav.png);
	border-right:10px solid #a9b9d0;
	margin:2px 0px;
	padding-right:10px;
	text-decoration:none;
	color:#000000;
}
#navigation li:hover a{
	background-image:url(main/img/hover.png);
	border-right:10px solid #355f9c;
	color:#FFFFFF;
}

#content {
	margin:50px 50px 50px 150px;

}
#content h1 {font-size:24pt;}
#content h2 {font-size:18pt;}

#content p a,  #content li a{
	color:#355f9c;
	text-decoration:none;
	padding:0px 2px;
}

#content p a:hover, #content li a:hover{
	color:#FFFFFF;
	background-color:#a9b9d0;
}

#content img {
	margin:5px;
}

#bottom {
	background-color:#a9b9d0;
	text-align:center;
	color:#E8EAE9;
	margin-bottom: 25px;
}
#bottom p {
	margin:0;
}
#bottom #footer-linklist a {
	text-decoration:none;
	color:#FFFFFF;
}
#bottom #footer-linklist a:hover {
	color:#355f9c;
}


#bottom-bar {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:25px;
	line-height:25px;
	text-align:right;
	background-image:url(main/img/bottom_bar2.png);
	background-position:top;
	background-repeat:repeat-x;
	font-size: 11px;
	color: #00008d;
	text-decoration:none;
	z-index:100;
}
#bottom-bar span {
	position: absolute;
	top: 2px;
	right: 25px;
	float: right;
}

#bottom-bar * {
	text-decoration:none;
	font-size:11px;
	color:#00008d;
}

* html #bottom bar { /*IE MIST */
	display:none;
}
	
