/*  
Theme Name:
Theme URI:
Description:
Author:
Author URI:
/******************************************
*   HTML Elements                         
******************************************/
/* COMMON STYLE
--------------------------------------------------------- */
body {
	background-color: #005b93;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica Neue, Tahoma, Verdana;
	font-size: 12px;
        line-height:19px;
	color: #2e2d2d;
	background-position: center top;
}

#content-wrap {
	width: 955px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

#float_left{
float:left;
}

a {
       color:#0d4d95;
       text-decoration:none;
}

a:active {
       color:#0d4d95;
       text-decoration:none;
}

a:visited {
       color:#0d4d95;
       text-decoration:none;
}

a:hover {
       color:#0d4d95;
       text-decoration:underline;
}

.top_nav{
	float:left;
	height:92px;
	width:650px;
}
.top_nav a{
	color:#FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.top_nav a:visited {
	color:#FFF;
	text-decoration: none;
}
.top_nav a:hover {
        text-decoration:underline;
        color: fff;
}

.top_nav ul li{
	display: inline;
	list-style-image: none;
	list-style-type: none;
        padding-right: 15px;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c3c4c3;
	border-right-color: #c3c4c3;
	border-bottom-color: #c3c4c3;
	border-left-color: #c3c4c3;
	width: 300px;
}

.green_border {
	background-color: #e1e1e1;
        padding:25px;
	border: 1px solid #568836;
        font-family: Times New Roman, Times, Serif;
        font-size: 16px;
        line-height:20px;
        color: #0f6494;
}

.alan  {
        font-family: Helvetica Neue, Arial, Verdana, Sans Serif;
        font-size: 11px;
        line-height:20px;
        color: #000;
        margin-left:15px;
}
.body_text_blue{
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0d4d95;
	text-decoration: none;
        line-height:16px;
}

.body_text_blue ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 10px 0px;
	}
	
.body_text_blue li {
	list-style: none;
	padding:4px 5px 0px 12px;
	margin:0;
	background:url('images/dots.jpg') no-repeat left;
	background-position:0 8px;
	}
	
	
.body_text_blue li a {
	list-style: none;
	margin:0;
	color: #003366;
	font-weight:normal;
	
}
	
.body_text_blue li a:visited {
	color: #003366;
}		
	
.body_text_blue li a:hover {
    color:#003366;
    text-decoration:underline;
}

.heading_maroon {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #640706;
	text-decoration: none;
	font-weight:bold;
}

.content{
	float:left;
	width:540px;
	padding:15px 25px 20px 45px;
}
.center_wrap{
	background-image:url(images/main_bg_repeat.jpg);
	background-repeat:repeat-y;
	float:left;
	width:954px;
}
.sidebar{
	float:right;
	width:320px;
	margin-right:10px;
        margin-top:15px;
}

h1 {
	font-size: 18px;
	color:#781D08;
        font-weight:normal;
}
h1 a{
	color:#781D08;
        text-decoration:none;
}

h2 {
	font-size: 18px;
	color:#781D08;
        font-weight:normal;
}
h2 a{
	color:#781D08;
        text-decoration:none;
}

h3 {
	font-size: 18px;
	color:#194d7e;
        font-weight:normal;
        font-family: Baskerville, Times New Roman, Times, Serif;
        margin:0px;
}

h3 a{
	color:#194d7e;
        text-decoration:none;
}
.footerlink {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #680f10;
	text-decoration: none;
	padding-left:10px;
        padding-top:5px;
}
.footerlink a {
        color: #0f6494;

}

.footerlink a:visited {
        color: #0f6494;

}

.footerlink A:hover{
	color: #0f6494;
        text-decoration:underline;
}

.footerlink A:Visted{
}
.copyright {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 10px;
        line-height: 12px;
        padding-left:20px; 
        padding-right: 20px;
        margin-left:20px;
	color: #FFFFFF;
	text-decoration: none;
}

