/* CSS Document */

/*
CSS - Out of the Box
*/

body {
	background: #4096EE url(images/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #3333cc;
	text-decoration: none
}

a:hover {
	color: #006600;
	text-decoration:none;
}

/* Header */

#header {
	width: 850px;
	height: 100px;
	margin: 0px auto;
	padding-top: 0px;
	background-image:url(images/templogo.png);
	background-repeat: no-repeat;
	background-position:right;
}

#header h1 {
	margin: 0px;
	padding-top: 25px;
	font-size: 23px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
}

#header h2 {
	float: left;
	font-size: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 848px;
	height: 25px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	color: #1B4978;
	float: left;
	width: 84.8px;
	padding: 3px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #EEEEEE;
}

#menu a:hover {
	background: #CCCCCC;
}

#menu li.active a {
 background: #cccccc;
color: #1b4978;
}


/* Content */

#content {
	background: #FFFFFF;
	width: 848px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 610px;
	margin-top: 15px;
	padding-right: 15px;
}

#colTwo {
	float: left;
	width: 175px;
	margin-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width: 1px;
}

#colThree {
	float: left;
	width: 848px;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #B2D4F7;
	color: #173E68;
}

#content h2 {
	background-color: #EEEEEE;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 15px;
	color: #173E68;
}

#content h4 {
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 15px;
	color: #173E68;
}

#content p {
	font-size: 13px;
	color: #000033;
	padding-left: 5px;
	padding-bottom: 10px;
}

#content h3 {
	color: #2F73B8;
	font-size: 15px;
}

#content h5 {
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 13px;
	color: #173E68;
}


/* Footer */

#footer {
	width: 848px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #333333;
}

#footer a:hover {
	color: #999999;
}

