@charset "utf-8";
/* CSS Document */

* {
	margin : 0px;
	padding : 0px;
	border : none;
	list-style : none;
	text-decoration : none;
}
body {
	font-size : 13px;
	font-family : 'Lucida Grande', 'Lucida Sans Unicode';
	margin : 1.5%;
	text-align : center;
	background: #870014;
}
body #container {
	width : 100%;
	height : 100%;
	margin : 0 auto;
	text-align : left;
	background-color : #EEE;
}
.linkRow img {
	vertical-align : bottom;
}
.linkBar a {
	color : white;
	text-decoration : none;
}
.linkBar a:hover {
	text-decoration : underline;
}
.linkBar .linkRow .spaced {
	padding-right : 10px;
}
body #sidebar {
	float : left;
	width : 17%;
	margin : 1%;
	margin-right : 0%;
}
body #content {
	float : left;
	width : 80%;
	margin : 1%;
}
body #footer {
	padding : 8px;
	background-color : #333;
	color : white;
	font-weight : bold;
	line-height: 1.4em;
}
body #footer a img {
	vertical-align:sub;
}
body #footer a {
	color : white;
	text-decoration : none;
}
body #footer a:hover {
	color : white;
	text-decoration : underline;
}
#header {
	padding-top: 10px;
	background: #870014;
	background-image : url("../images/header.gif");
	background-repeat : repeat-x, repeat-y;
}
#header .logo {
	position:absolute;
	top : 20px;
	right: 20px;
}
#header ul {
	height : 30px;
	padding-left: 15px;
}
.clearfix {
	clear : both;
	height : 1px;
	font-size : 1px;
}
#header li {
	float : left;
	height : 27px;
	padding-right : 2%;
	color : white;
	font-size : 14px;
	font-weight : bolder;
}
#header li a, #header li a:visited {
	color : #FFFFFF;
}
#header li a:hover {
	text-decoration : underline;
}
#header li img {
	float : left;
	padding-right : 3px;
}
#header .userBar {

	margin-top : 10px;
	padding: 5px 5px 5px 15px;
	background : #333;
	font-size : 12px;
	color : white;
}
#header .userBar a {
	color : white;
	text-decoration : none;
}
#header .userBar a:hover {
	color : white;
	text-decoration : underline;
}
