body {
	font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
}

td {
	font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
}

th {
	font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
}


a:link, a:active, a:visited {
	font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	color: #0C4157;
	text-decoration: underline;
}

a:hover {
	font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#container {
	width: 745px;
	margin: 0 auto;
}

/*MASTHEAD*/

#masthead {
	background-image: url(../../images/masthead_graphic.gif);
	background-repeat: no-repeat;
	margin: 5px 0 6px 0;
	padding: 10px 0 0 0;
	width: auto;
	height:180px;
}

#masthead a:link, #masthead a:active, #masthead a:visited {
	font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0D4258;
	text-decoration: none;
	padding: 0 0 0 5px;
}

#masthead a:hover {
	font-family: "Trebuchet MS", "Lucida Grande", "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	padding: 0 0 0 5px;
}


/*NAVIGATION*/

#nav {
	border:1px solid #CCCCCC;
	background-color: #FFF;
	margin: 3px 0 3px 0;
	padding: 6px;
	width: auto;
	height: 280px;
}

#nav p {
	margin: 0;
}

#nav .border {
	border: thin solid #C3C3C3;
}

#nav a:link, #nav a:active, #nav a:visited {
	/*border: thin solid #C3C3C3;
	width: 142px;
	height: 133px;*/
	border-color: #C3C3C3;
}

#nav a:hover {
	/*border: thin solid #0D4258;
	width: 142px;
	height: 133px;*/
	border-color: #OD4258;
}


/*CONTENT*/

#content {
	margin: 3px 0 3px 0;
	border:1px solid #CCC;
	background-image: url(../../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	clear: both;
}

#content .left {
	float: left;
	width: 360px;
	padding: 6px;
	
}

#content .right {
	float: right;
	width: 356px;
	padding: 6px;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0px 0;
}

#content h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	color: #0C4157; 
}

#content .ten_grey {
	font-size: 10px;
	color:#999;
}

#content hr {
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
}

#content div.hr {
  padding: 5px;
}

blockquote {
	margin-left: 10px;
	padding-left: 0px;
}



/*FOOTER*/

#footer {
	clear: both;
	margin: 3px 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border:1px solid #CCCCCC;
	background-color: #FFF;
	padding: 6px;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D4258;
	text-decoration: underline;
}

