body {
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: verdana, sans-serif;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
}

#container{
	position : relative;
	margin : 0 auto;
	width : 755px;
	min-width: 755px;
}

#header_nav_bg{
    background-image : url('/assets/images/header_nav_bg.png');
	background-repeat : no-repeat;
	position : relative;
	z-index : 1;
	width : 755px;
	height : 29px;
	border-style : none;
	padding : 0px 0px 0px 0px;
	margin : 0px;
}

#top_slogan{
  	text-align :right;
	position : relative;
	font-weight : bold;
	z-index : 1;
	font-family : verdana;
	color: #FFFFFF;
	background-color: transparent;
	padding : 10px 20px 0px 0px;
	margin : 0px;
}

#header_logo_bg{
    background-image : url('/assets/images/header_logo_bg.jpg');
	background-repeat : no-repeat;
	text-align : left;
	position : relative;
	z-index : 1;
	width : 755px;
	height : 199px;
	font-family : verdana;
	font-weight : normal;
	overflow : visible;
	border-style : none;
	padding : 0px 0px 0px 0px;
	margin : 0px;
}

#header_network_bar{
    background-image : url('/assets/images/header_network_bar.png');
	background-repeat : no-repeat;
	text-align :center;
	position : relative;
	z-index : 1;
	width : 755px;
	height : 34px;
	font-family : verdana;
	font-weight : normal;
	overflow : visible;
	border-style : none;
	padding : 0px 0px 10px 0px;
	margin : 0px;
}

#header_network_bar_content{
	text-align :center;
	position : relative;
	z-index : 1;
	width : 755px;
	height : 24px;
	font-family : verdana;
	font-weight : normal;
	overflow : visible;
	border-style : none;
	padding : 10px 0px 0px 0px;
	margin : 0px;
}

#header_network_bar_content a:link{
	color: #073c87;
        text-decoration : none;
}

#header_network_bar_content a:visited{
	color: #073c87;
        text-decoration : none;
}

#header_network_bar_content a:hover{
	color: #073c87;
        text-decoration : none;
}


#top_logo{
	margin : 0px;
	float : left;
	position : relative;
	z-index : 1;
	width : 190px;
	height : 147px;
	border-style : none;
	padding : 0px;
	}



#header_text_holder{
	width : 250px;
	height : 52px;
	float : left;
	position : relative;
	z-index : 1;	
	padding : 45px 0px 0px 50px;
}

#header_arrow{
    background-image : url('/assets/images/header_arrow.png');
	background-repeat : no-repeat;
	position : relative;
	float: left;
	z-index : 1;
	width : 25px;
	height : 52px;
	border-style : none;
	padding : 0px 2px 0px 0px;
}

#header_top_text{
	position : relative;
	z-index : 1;
	font-family : Verdana;
	font-weight : normal;
	font-size : 16px;
	color:#FFFFFF;
	background-color: transparent;
	text-align : left;
	border-style : none;
}

#header_bottom_text{
	position : relative;
	z-index : 1;
	font-family : verdana;
	font-weight : normal;
	font-size : 10px;
	color:#FFFFFF;
	background-color: transparent;
	text-align : left;
	border-style : none;
	padding-top : 7px; 
}

#content{
	position : relative;
	margin : 0 auto;
	width : 755px;
	min-height: 100%;
	height : 100%;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
	padding : 0;
}

#left_content_top{
    background-image : url('/assets/images/navigation_left_top.png');
	background-repeat : no-repeat;
	float : left;
	position : relative;
	z-index : 1;
	width : 136px;
	height : 12px;
	text-align : left;
	overflow : visible;
	border-style : none;
}

#center_content_top{
	float : left;
	position : relative;
	z-index : 1;
	width : 473px;
	height : 12px;
	padding : 0px 5px;
	text-align : left;
	overflow : visible;
	border-style : none;
}

#right_content_top{
	background-image : url('/assets/images/navigation_right_top.png');
	background-repeat : no-repeat;
	float : left;
	position : relative;
	z-index : 1;
	width : 136px;
	height : 12px;
	text-align : left;
	overflow : visible;
	border-style : none;
}

#left_content{
	background-image: url('/assets/images/navigation_left_bg.gif');
	float : left;
	position : relative;
	z-index : 1;
	width : 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	border-style : none;
	padding-bottom: 10px;
}

#left_content ul {
	margin: 0;
	padding: 0 5px 0 5px;
	list-style: none;
	width: 120px;
}

#left_content li {
        position: relative;
        font-weight: bold;
}

#left_content li ul {
        padding: 0 0 10px 7px;
}

#left_content li ul li {
        font-weight: normal;
}

#left_content h1{
	font-weight : normal;
	font-family : verdana;
}

#left_content a:link{
	color: #2465c3;
	text-decoration : none;
}

#left_content a:visited{
	color: #2465c3;
	text-decoration : none;
}

#left_content a:hover{
	color: #2465c3;
	text-decoration : none;
}

#center_content{
	float : left;
	position : relative;
	z-index : 1;
	width : 473px;
	padding : 0px 5px;
	font-family : verdana;
	font-weight : normal;
	text-align : left;
	overflow : visible;
	border-style : none;
}

#center_content h1 {
	color: #2465c3;
	font-size: 18px;
	font-weight : normal;
	font-family : verdana;
}

#center_content h2 {
        color: #2465c3;
        font-size: 18px;
        font-weight : normal;
        font-family : verdana;
}

#center_content h3 {
        color: #2465c3;
        font-size: 18px;
        font-weight : normal;
        font-family : verdana;
}

#center_content a:link{
	color: #2465c3;
	text-decoration : none;
}

#center_content a:visited{
	color: #2465c3;
	text-decoration : none;
}

#center_content a:hover{
	color: #2465c3;
	text-decoration : none;
}

#right_content{
	background-image: url('/assets/images/navigation_right_bg.gif');
	float : left;
	position : relative;
	z-index : 1;
	width : 136px;
	font-family : verdana;
	font-weight : normal;
	text-align : center;
	/*overflow : visible;*/
	border-style : none;
	padding-bottom: 10px;
}

#right_content h1{
	color: #2465c3;
	font-size: 16px;
	font-weight : normal;
	font-family : verdana;
}

#right_content h2{
	color: #2465c3;
	font-size: 14px;
	font-weight: normal;
	font-family: verdana;
}

#right_content h3{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
}

#right_content ul {
	text-align: left;
        margin: 0;
        padding: 0 0 0 17px;
        width: 130px;
}

#right_content a:link{
	color: #1757b4;
	text-decoration : none;
}

#right_content a:visited{
	color: #1757b4;
	text-decoration : none;
}

#right_content a:hover{
	color: #1757b4;
	text-decoration : none;
}

.blue {
	color: blue;
}
	
.red {
	color: #FF0000
}

#footer {
	clear: both;
	border-top: 1px solid #575757;
	margin: 0px;
}

#footer .inside {
	width: 755px;
	margin: 0 auto;
	padding: 10px 0;
	color: #666666;
	text-align: left;
}

#footer .inside .addy {
	float: right;
	width: 40%;
	padding-bottom: 20px;
}

#footer .inside .addy .tor,
#footer .inside .addy .mon {
	width: 145px;
	float: left;
}

#footer .inside .links,
#footer .inside .copy {
	font-size: 10px;
}

#footer .inside .links,
#footer .inside .links a {
	color: #666;
	text-decoration: none;
}

#footer .inside .links a:hover,
#footer .inside .copy a:hover {
	color: #666;
}

#footer .inside .links a {
	color: #666;
	text-decoration: none;
	text-transform:uppercase;   
}

h1 {
	margin: .5em 0;
	font-size: 30px;
	color: #122e1b;
	font-weight: bold;
}
h2 {
	margin: .5em 0;
	font-size: 24px;
	color: #000;
}
h3 {
	margin: .5em 0;
	font-size: 18px;
	font-weight: bold;
	color: #122e1b;
}
blockquote {
	margin: 20px;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #4b7661;
	line-height: 1.5em;
/*	background: url(../imgs/quote_open.gif) no-repeat;*/
}
blockquote p {
	padding-right: 20px;
	/*background: url(../imgs/quote_closed.gif) no-repeat bottom right;*/
}
