@charset "utf-8";
/* CSS Document */
p, div, h1, h2, h3, h4, h5, h6, ul, li, input {
margin: 0px;
padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;

 }

#header {
	background-image: url(images/top_edge.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 80px;
	background-color: #336699;

}
#nav {
	float: right;
	margin-right: 30px;
	position: relative;
	top: 60px;
	
}
#nav ul {

}
#nav ul li {
	height: 45px;
	display: inline;
	background-image: url(images/tab_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 15px 0px;
	margin: 0px 10px 0px 10px;
	background-position: bottom;
}
#nav ul li span.tab {
		height: 45px;
		background-image: url(images/nav_left.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 0px 0px 15px 22px;
	/*


	
	*/
}
#nav ul li span.tab a {
	height: 45px;
	padding: 0px 22px 15px 0px;
	background-image: url(images/nav_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	left: 4px;	
	z-index: 2;
}
#nav ul li span.tab a:link, #nav ul li span.tab a:visited,  #nav ul li span.tab a:active {
	color: #FFFFFF;
	text-decoration: none;

}
#nav ul li span.tab a:hover {
	color: #D8E4F1;
	text-decoration: none;

}

#mainbody {
background-color: #D8E4F1;
}
#fix {
	padding: 15px 0px 30px 0px;
	margin-bottom: 10px;
	clear:both;

}
#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content #rightcol {
	float:right;
	position: relative;
	font-weight: 300;
	text-align: center;
}

#content #leftcol {
	float: left;
	position: relative;
	width: 550px;	
}




div.center {
	margin: 0px auto;

}
#fix p, #fix imput {
	margin: 10px;
}

div.loginbox {
	width:300px;
	
	margin: 0px auto 0px auto;

	border: thin solid #000000;

}
div.loginbox h1{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #336699;
	height: 25px;
	width: 100%;
	text-align:center;
}
div.loginbox p{
	text-align: right;


}

#footer{
	background-image: url(images/bottom_edge.jpg);
	background-position: top;
	background-color: #336699;
	height: 80px;
	background-repeat: repeat-x;
	text-align: center;
	


}
#footer li {
	list-style-type: none;
	font-size: 14px;
	display: inline;
	text-align: center;
	padding-top: 20px;

}

#footer #bottomlinks{
	margin: -10px 20px 0px 0px;
	padding: 20px 0px 0px 0px;

}
#footer #bottomlinks a:link, #footer #bottomlinks a:visited, #footer #bottomlinks a:active {
	color: #FFFFFF;

} 
#footer #bottomlinks a:hover{
	color: #D8E4F1;

}
.formpanel_top {
	width: 97%;
	float: left;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	border: thin solid #000000;

}
.formpanel {
	width: 24%;
	float: left;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	border: thin solid #000000;
}
.panelhead {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
}
.panelbody {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
}
.formpanel_top .panelbody {
	height: 60px;
}
.panelbody p {
text-align: right;
}
.panelbody input {
width: 70px;
}
.centerbox {
	margin: 0px auto;
	width: 600px;
}

