@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(../images/background.png) repeat-x;
	background-color:#373737;	
}
h3 {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:25px;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:20px;
}
h5 {
	color:#333;
	font-size:20px;
	border-bottom: solid 1px #ccc;
	padding: 5px 0px;
	margin-bottom:5px;
	font-weight:bold;
}
a {outline:none;}
a:link {color:#009;}
a:hover {color:#009;}
a:focus {color:#009;}
a:visited {color:#009;}
img.welcome {
	margin-left:60px;
	margin-top:20px;
}
#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background:url(../images/header.png) no-repeat;	
	width: 980px;
	height: 224px;
}
#logo {
	margin-left:15px;
}
#nav {
	margin-left:225px;
	margin-top:-38px;
}
#contentContainer {
	float:left;
	background:url(../images/contentcontainer.png) repeat-y;
	width:960px;
	height:auto;
	padding-left:20px;
}
#greyBox {
	background:url(../images/greybox.png);
	width:909px;
	height:249px;
	padding:5px;
}#greyBox img {
	margin:5px 8px 0px 0px;
	padding-left:10px;
}
#greyBox h3, h4{
	margin: 10px 0px 0px 20px;
}
#contentBottom {
	float:left;
	background:url(../images/contentbottom.png) no-repeat;
	width:986px;
	height:70px;
}
#whiteBoxContainer
{
	width: 497px;
	margin-top: -160px;
	margin-left :-4px;
}
#whiteBoxTop {
	background:url(../images/whiteboxtop.png);
	width:497px;
	height: 17px;
}
#whiteBoxContent {
	background:url(../images/whiteboxcontent.png) repeat-y;
	font-size:15px;
	padding-right: 30px;
	padding-left: 30px;
	min-height:339px;
}
#whiteBoxContent p {
	line-height:130%;
}
#whiteBoxContent ul {
	margin-left:50px;
}
#whiteBoxBottom {
	background:url(../images/whiteboxbottom.png);
	width: 497px;
	height: 29px;
}
.box {
	float:left;
	margin-top:20px;
	padding-top:10px;
	background:url(../images/smallbox.png) no-repeat;
	width: 309px;
	height:195px;
}
.box p {
	margin-top:5px;
	text-align:center;
	font-size:18px;
	color:#FFF;
}
#footer {
	float:left;
	color: #FFF;
	margin-left:10px;
	margin-top:-30px;
}
.center {
	text-align:center;
}
.error {
	color:#900;
	font-style:italic;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
}

#topLoginForm {
	color: #fff;
	float: right;
	margin-right: 10px;
	margin-top: 25px;
	width: 400px;
}
#topLoginForm label {
	display: inline;
	margin-right: 10px;
	width: 120px;
}
#topLoginForm input[type='text'] {
	width: 75px;
}
#topLoginForm p {
	text-align: right;
}
#whiteBoxContent ul {
	padding-top:10px;
	padding-bottom:10px;
	margin-left:35px;
}
#topLoginForm a {
	color:#FFF;
}
#password, #username {
	width:150px;
}
.box a {
	color:#FFF;
	text-decoration:none;
}
#welcome {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
}
