body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
body {
	background:#000000 url(layout/bg.gif) top center repeat-y;
	margin:0 auto;
	padding:0;
}
a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 760px;
	height: 100px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.subheader {
	background-color: #003063;
	height: 2px;
}
.leftcolumn {
	width: 150px;
	height: 100%;
	background-color:#212421;
}
.rightcolumn {
	width: 150px;
	height: 100%;
	background-color:#212421;
}
#menu {
clear:left;
float:left;
width:149px;
margin:0 0 10px 0;
padding:0;
}

#menu ul {
list-style:none;
width:149px;
margin:0 0 20px 0;
padding:0;
}

#menu li {
margin-bottom:2px;
}

#menu li a {
font-weight:bold;
height:15px;
text-decoration:none;
color:#FFFFFF;
display:block;
padding:6px 0 0 10px;
background:#333333 bottom left repeat-x;
border-top:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
border-bottom:1px solid #d8d8d8;
border-left:1px solid #cccccc;
}

#menu li a:hover, #menu li a.current {
background:#eaeaea url(img/menubg2.gif) bottom left repeat-x;
color:#505050;
border-top:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
border-bottom:1px solid #b0b0b0;
border-left:4px solid #505050;
}

#menu ul ul {
margin:5px 0 5px 15px;
font-size:0.9em;
width:135px;
}

#menu ul ul a {
height:16px;
margin:0;
padding:4px 0 0 8px;
}

#menu h2 {
font-size:1.5em;
font-weight:normal;
}

.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.title {color: #003399; font-size:18px; font-weight:300;}
.content {
	background-color: #FFFFFF;
	height: 450px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:8px 0;
border-top:2px solid #dadada;
width:760px;
text-align:center;
color:#808080;
background-color:#003063;
font-size:0.9em;
}

#footer p {
padding:0;
margin:0;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

.whitetxt {
color:#FFFFFF;

}
.whitetxt a {
text-decoration:none;
color:#FFFFFF;

}

.whitetxt a:hover {
color:#CCCCCC;
}

