/* CSS Document */

body, html{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

#layout{
	width:100%;
	height:100%;
}

#leftCell{
	background:#3C6581;
}

#mainCell, #bottomCell {
	width:950px;
	background:#DCE3F6 url(/resources/template/sidebar.gif) repeat-y;
	overflow:visible;
}

#mainCell{
	vertical-align:top;
}

#bottomCell{
	vertical-align:bottom;
}

#rightCell{
	background:#DCE3F6 url(/resources/template/topbar.gif) repeat-x;
}

#header {
	width:945px;
	height:97px;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
}

#menu{
	width:190px;
	float:left;
	padding-left:10px;
}

#menu ul, #menu ul li{
	padding:0px;
	margin:0px;
	list-style-type:none;	
}

#menu ul{
	padding-bottom:10px;
}

#content{
	padding:0px 10px 40px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	float:right;
	width:728px;
}

#footer{
	padding:0px 10px 0px 210px;
	height:37px;
	text-align:center;
}

img{
	border:none;
}

a{
	text-decoration:underline;
	color:#3C6581;
	text-transform:uppercase;
}

a:hover{
	cursor:pointer;
	color:#6FE0B9;
}

.boxTitle{
	font-size:small;
	font-weight:bold;
	color:#3C6581;
	padding-bottom:5px;
}

.boxTitle.bk{
	color:#90C4E8;
}

#splitterBlock{
	padding-left:25px;
}

#splitterBlock p{
	margin:0px;
	padding:0px;
}

* html #splitterBlock p{
	margin:0px;
	padding:0px 0px 30px 0px;
}

#splitterBlock p + p{
	background:url(/resources/template/pSplitter.gif) no-repeat center 13px;
	padding-top:30px;
}

ul, li{
	margin:0px;
	padding:0px;
}

li{
	list-style:url(/resources/template/bullet.gif);
}

ul.bk li{
	list-style:url(/resources/template/bulletBK.gif);
}

form{
	background:url(/resources/template/tableFill.gif)
}

form input, form textarea{
	border:solid 1px #3C6581;
	width:500px;
	margin:5px;
}

form textarea{
	height:200px;
}

form label{
	margin:10px 0px 5px 50px;
	display:block;
}

form #Submit{
	width:108px;
	height:21px;
	margin:0px;
	padding:0px;
	background:url(/resources/template/submit.gif);
	border:none;
}

form #Submit:hover{
	cursor:hand;
	background:url(/resources/template/submit-over.gif);
}

.smallRed{
	color:#FF0000;
	font-size:9px;
}
