/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #DAD9FE url(background.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333344;
}

h1 {
	margin-top: 2px;
	margin-bottom: 2px;
}

h2, h3 {
	margin-top: 4px;
	margin-bottom: 2px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

pre {
	font-size: 12px;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	float: left;
	width: 900px;
	height: 32px;
	margin: 0px auto;
}

#menu h1 {

	margin: 0px;
	padding-top: 20px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header a {
	text-decoration: none;
	color: #7E7E7E;
}

/* Menu */

#menu {
	width: 900px;
	height: 28px;
	float: right;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #111;
}

#menu a:hover {
	background: #CCCCCC;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 900px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 600px;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 5px;	
}

#colTwo{
	float: left;
	width: 270px;
	margin-top: 0px;
	padding-right: 5px;	
	padding-left: 10px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	text-transform: uppercase;
	font-size: 32px;
	padding: 2px 0px 2px 5px;
	color: #173E68;
}

#content h2 {
	padding: 2px 0px 2px 5px;
	text-transform: uppercase;
	font-size: 20px;
	color: #173E68;
}

#content h3 {
	color: #2F73B8;
}

#content .Field {
	FONT-WEIGHT: bold; COLOR: #111188
}

/* Footer */

#footer {
	width: 900px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 30px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

.loading{padding: 2px 0px 2px 5px;
	font-size: 40px;
	color: #A02040;
}

.caption{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
}

.highlight{
	color: #FF2020;
}

.subheader_right {
	BACKGROUND: url(hmrightbg.gif) #f6f6f6 repeat-x;  COLOR: #626262; LINE-HEIGHT: 30px  
}

.banner {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 18pt;PADDING-BOTTOM: 2px; MARGIN: 0px 0px 0px 0px; COLOR: #626292; PADDING-TOP: 0px; float: left 
}

.subheader_right A {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 8px; MARGIN: 0px 2px 0px 0px; COLOR: #626262; PADDING-TOP: 7px; TEXT-DECORATION: none
}
.subheader_right A:visited {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 8px; MARGIN: 0px 2px 0px 0px; COLOR: #626262; PADDING-TOP: 7px; TEXT-DECORATION: none
}
.subheader_right A:hover {
	BORDER-TOP: #1a83ac 1px solid; BACKGROUND: url(hmleftbg.gif)  repeat-x; COLOR: #ffffff
}

#colOne  th,td{
	border-collapse:collapse;
}

#colOne table{
	border:none;
	border-bottom:2px solid #CCC;
	border-right:2px solid #CCC;	
}

#colOne thead td{
	background:url(greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-weight: bold;
}

#colOne tbody td{
	font-size:85%;
	padding:5px 10px;
	background:url(bluechrome.gif) top left repeat-x #fff;
	color:#333;

}


