body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
}
#container_out {
	background: #CCCCCC;
	padding: 10px;
}
#container_in {
	width: 760px;
	text-align: left;
}
#banner {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#navbar {
	margin-bottom: 5px;
	height: 50px;
}
#left {
	height: 280px;
	width: 283px;
	float: left;
}
#subnav {
	background: #006699;
	width: 255px;
	float: left;
	margin-top: 10px;
	padding: 15px 10px 10px 15px;
	text-transform: uppercase;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#subnav ul {
	padding: 0px 0px 0px 7px;
	list-style: url(none) none;
	border-left: 3px solid #FFFFFF;
}
#subnav li {
	line-height: 15px;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	color: #FFFFFF;
}
#subnav a {
	font-weight: bold;
	padding-right: 12px;
	color: #FFFFFF;
}

#subnav a:hover {
	text-decoration: none;
	background: url(../images/common/arrowWhite.jpg) no-repeat right center;
	color: #FFFFFF;
}

/*special style to identify current page*/
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active{
	background: url(../images/common/arrowWhite_vertical.jpg) no-repeat right center;
	padding-right: 12px;
	}

#header {
	float: right;
	width: 435px;
	background: #006699;
	color: #FFFFFF;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	font-size: 11px;
}
#content {
	padding: 25px 20px 20px;
	min-height:330px;
	float: right;
	width: 425px;
	margin-top: 10px;
	background: #FFFFFF url(../images/common/shadow.jpg) repeat-x;
	font-size: 11px;
	min-height: 600px;
}
#footer {
	background: #FFFFFF;
	clear: both;
	padding: 5px 10px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
#footerLeft {
	float: left;
	width: 160px;
	text-align: left;
}
#footerRight {
	text-align: right;
	float: right;
	width: 170px;
}
#footerMid {
	width: 400px;
	float: left;
}



#clear {
	clear: both;
	height: 1px;
}
#table tr:hover {
	background: #CCCCFF;
}
#none tr:hover {
	background:none !important;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {

	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {


	color: #006699;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #99CC00;
	font-size: 11px;
}
.12font {
	font-size: 12px;
	line-height: 16px;
}
.colorField {
	background: #EEFFB9;
	padding: 7px;
	border: 1px solid #CCCCCC;
}
.blue {
	color: #006699;
}
.purple {
	color: #660066;
}
