@charset "utf-8";
* {
	margin : 0px;
	padding : 0px;
	border : none;
	list-style : none;
	text-decoration : none;
	font-size : 100%;
}
body {
	font-size : 11px;
	font-family : "Arial", Helvetica,sans-serif;
	background: #2173a6;
	margin : 0;
	padding : 0;
	text-align : center;
	line-height : 17px;
}
a:hover {
	color : #870014;
}
body #container {
	background:white;
	margin : 0 auto;
	padding : 0 18px;
	text-align : left;
	width : 950px;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
}
.header {
	background: #55c1d9;
	padding-top : 5px;
	color : black;
}
.header .logo {
	padding-left : 20px;
	margin : 10px;
}
.header ul {
	height : 20px;
	padding-left: 15x;
	padding-top : 10px;
}
.header li {
	float : left;
	padding-right : 15px;
	color : black;
	font-size : 12px;
	font-weight : bolder;
}
.header li a, .header li a:visited {
	color : black;
}
.header li a:hover {
	text-decoration : underline;
}
.header li img {
	float : left;
	padding-right : 3px;
}
.linkRow img {
	vertical-align : bottom;
}
.linkBar a {
	color : white;
	text-decoration : none;
}
.linkBar a:hover {
	text-decoration : underline;
}
.linkBar .linkRow .spaced {
	padding-right : 10px;
}
/*Main Bit*/
#content {
	padding-bottom : 25px;
}
body .sidebar {
	float : left;
	width : 215px;
	margin-left : 18px;
	font-size : 12px;
}
body .rightContent {
	float : left;
	width : 717px;
	font-size : 12px;
}
/*Main Bit*/


body .footer {
	margin-top: 15px;
	border-top: 2px solid #ccc;
	width : 100%;
	font-size : 10px;
	margin-top : 20px;
	color : black;
	text-align : left;
}
.footer .description {
	float : right;
	width : 70%;
	font-size : 12px;
	padding : 4px;
}
.footer ul {
	float : left;
	padding : 10px;
	list-style : circle white;
}
.footer li {
	padding-right : 15px;
	color : white;
}
.footer a, .footer a:visited {
	color : black;
}
.footer a:hover {
	text-decoration : underline;
}
.footer li img {
	padding-right : 3px;
}
.loginBar {
	width : 920px;
	background : black;
	color : white;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 30px;
}
.loginBar input {
	width:130px;
	border:1px inset #999999;
	font-weight : bolder;
	font-size : 12px;
}
.topBar {padding : 6px; background : #EBEBE3; text-align : right; font-weight : bold;}
.topBar a {color : black; font-weight : bolder;}
.topBar a:hover {text-decoration:underline;}
.topBar img.icon {float : left; margin-right : 6px;}
.seperator {background:url('../images/seperator.png'); background-repeat:repeat-x; 	clear : both;
	height : 6px;
	font-size : 1px;
}