h1 {
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #596A82;
	background-image: url(../images/logo_vert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10pt;
	color: #666666;
}
h2 {
	color: #999999;
}
#shadow_container {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
}
#container {
	width: 760px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 13px;
}

#nav {
	clear:both;
	margin-left: 280px;
	margin-top: 20px;
	height: 30px;

}
#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
#nav li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	border-left: 1px solid #333333;
	height: 30px;
	

}
#nav .menu_last a {
	color: #FF9900;
}
#nav .menu_last a:hover {
	color: #00FF00;
}
#nav a {
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav .current a {
	color: #FFFFFF;
	background-image: url(../images/menu_bg_h.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #999999;

}
#nav a:hover {
	color: #FFFFFF;
	background-image: url(../images/menu_bg_h.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #999999;
}
#menu_l {
	float: left;
	width: 13px;
	height: 30px;
	background-image: url(../images/menu_L.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_r {
	float: left;
	height: 30px;
	width: 13px;
	border-left: 1px solid #333333;
	background-image: url(../images/menu_R.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	margin: 10px;
	clear: both;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.clearer {
	clear: both;
	height: 1px;
}
#content {
	margin: 10px;
	padding: 10px;
}
#header_bar {
	background-image: url(../images/header_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 17px;
	padding: 5px;
	background-color: #B0B0B0;
}
#footer_bar {
	height: 17px;
	padding: 5px;
	background-color: #CCCCCC;
}
#main_info {
	background-color: #E6E6E6;
	padding: 5px;
}
.boldText {
	color: #333333;
	font-weight: bold;
}
#left_col {
	float: left;
	width: 460px;
	background-image: url(../images/divider.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 10px;
}
#content td {
	padding: 5px;
}
#right_col {
	float: left;
	width: 470px;
}
#content input {
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	width: 300px;
	color: #666666;
}
#content textarea {
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	width: 300px;
	color: #666666;
}
#content select {
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	width: 300px;
	color: #666666;
}

