#container {
	width: 800px;
	text-align: left;
	margin: auto;
	background-color: #092258;
}
#center {
	text-align: center;
	margin: 0px;
}
#flashcontent {
	background-color: #FFFFFF;
	height: 170px;
}
#background {
	background-color: #FFFFFF;
	float: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #092258;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
}
h3 {
	font-size: 100%;
}
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}


.info {
	color: #C60000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}
.red {
	color: #092258;
}
.bold {
	font-weight: bold;
}
.read_more {
	font-style: italic;
	font-size: 11px;
}

#navcontainer {
  /*width: 160px;*/
	width: 150px;
	float: left;
	/*padding-top: 60px;*/
	background-color: #092258;
	padding-left: 10px;
	
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
#navcontainer li {
	display: block;
}


#navcontainer a
{
	display: block;
	width: 120px;
	background-color: #092258;
	padding-top: 6px;
	padding-left: 16px;
	color: #F8F371;
	text-decoration: none;
	padding-bottom: 6px;
	border: thin solid #092258;
	font-size:90%;
}

#navcontainer a:link, .navlist a:visited
{
	text-decoration: none;
}

#navcontainer a:hover
{
	color: #FFFFFF;
	background-image: url(../images/menu_on.jpg);
	background-repeat: no-repeat;
}
/*#navcontainer a:active
{
background-image:url(../images/menu_on.jpg);
background-repeat:repeat;
}*/

#col_main {
	width: 570px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	float: left;
	background-color: #FFFFFF;
}

#col_main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	text-align: justify;
}

#col_main li {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}
#col_main img a {
	border: 0;
	text-decoration:none;
}
.articles a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
.articles a:hover {
	color: #BE0000;
	font-weight: bold;
}
#col_center {
	width: 314px;
	padding: 18px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
#col_center p {
	margin-left: 8px;
	text-align: justify;
}
.text_center {
	text-align: center;
}
#col_center li {
	line-height: 2em;
	font-size: 90%;
	font-weight: bold;
}
.top {
	font-size: 85%;
	font-style: italic;
}
#col_right {
	width: 240px;
	float: left;
	padding: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
	color: #092258;
	text-align: justify;
	background-color: #FFFFFF;
}
#col_right img {
	border: thin solid #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
#agent_list {
font-weight:bold;
font-size:10px;
	}
#footer {
	clear: left;
	font-weight: bold;
	font-size:13px;
	text-align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #092258;
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 790px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #092258;
}
