body {
	background-color: #5c646f; /*#545b64;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, a:visited, a:active {
	color: #135194;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 2px solid #135194;
}

input {
	border: 2px solid #135194;
	background-color: #eeeeee;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.header img {
	border: 0;
}

/*** Layout Related Classes ***/

/* Text above the box */
div.above {
	width: 780px;
	text-align: right;
	color: #dddddd;
	padding-bottom: 2px;
	font-size: 9px;
}

/* Main content box */
div.box {
	border: 1px solid #dddddd;
	width: 780px;	
}

/* Blue header */
div.header {
	background-color: #135194;
	text-align: left;
	height: 100px;
	color: #ffffff;
	padding: 3px;
}

/* Main navigation links */
div.nav {
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	background-color: #3c4046;
	height: 13px;
	font-size: 11px;
	padding: 6px 0px 6px 0px;
	text-align: left;
}

div.nav a, div.nav a:visited, div.nav a:active {
//	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	background-color: #3c4046;
	padding: 6px 2em;
}

div.nav a:hover {
//	text-decoration: underline;
	background-color: #5c646f;
}

/* Main content */
div.content {
	background-color: #ffffff;
	text-align: left;
	padding: 3px;
}

/* Main left column, doesn't wrap under normal, slightly smaller right column */
div.leftcol {
	width: 450px;
	padding: 0px 10px;
}

div.rightcol {
	float: right;
	width: 300px;
}

div.leftcol2 {
	width: 300px;
	float: left;
}

div.rightcol2 {
	margin-left: 300px;
	width: 450px;
	padding: 0px 10px;
}

div.rightcol img, div.leftcol2 img {
	border: 1px solid #3c4046;
}

div.rightcol ul, div.leftcol2 ul {
	list-style-type: square;
	color: #135194;
}

/* Below the box */
div.below {
	width: 780px;
	text-align: center;
	color: #dddddd;
	padding-top: 2px;
	font-size: 9px;	
}
