﻿body 
{
	margin:15px 0;
	padding:0;
	border:0;
	font-family:Verdana, Tahoma, Arial;
	font-size:8pt;
	color:#000;
	background:url(../images/body_bg.png);
	line-height:12pt;
}

a
{
	color:#00f;
	text-decoration:none;
}

a:hover
{
	color:#F33;
	text-decoration:none;
}

a.header_link
{
	color:#aaa;
	text-decoration:none;
}
a.header_link:hover
{
	color:#f93;
	text-decoration:none;
}


#wrapper
{
	width:960px;
	margin:auto;
}

#header
{
	width:960px;
}

#header_top
{
	width:960px;
	height:34px;
	border-bottom:1px solid #117094;
	background:url(../images/top_bar_bg.jpg) no-repeat top left;
	color:#6b8c99;
}

#header_top_left
{
	width:470px;
	padding-left:10px;	
	height:34px;
	line-height:34px;
	float:left;	
	text-align:left;
}

#header_top_right
{
	width:470px;
	padding-right:10px;	
	height:34px;
	line-height:34px;
	float:left;	
	text-align:right;
}

#header_middle
{
    position:relative;
	width:960px;
	height:190px;
	background:url(../images/header_bg.jpg) no-repeat top left;	
}

#header_bottom
{
	width:960px;
	height:40px;
	background:#111e23;
}

#content_container
{
	width:960px;
	background:#fff;
}

#content
{
	width:940px;
	padding:10px;
}

#footer
{
	text-align:center;
	width:960px;
	height:100px;
	margin-bottom:30px;
	background:#111e23;	
	clear:both;	
}



/* ************************************************************************* */

h1
{
	color:#111e23;
	font-size:12pt;
}


h2
{
	color:#0081b3;
	font-size:12pt;
}

h3
{
	font-size:10pt;
	color:#0081b3;
	margin:15px 0 5px 0;
}

h4
{
	font-size:10pt;
	color:#111e23;
	margin:15px 0 5px 0;
}

a.strong
{
	color:#0081b3;
	font-weight:bold;
	text-decoration:underline;	
}

strong
{
	color:#0081b3;
}
.nomargin
{
	margin:0;
}
/*
input.submit
{
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em 0.25em;	
	background:#fff url(../images/background_form_element.gif) repeat-x;
	color: #0d5e7e;
	outline:none;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
*/

.txtStatus
{
	font-weight:bold;
	font-size:9pt;
	font-family:Arial, Verdana, Helvetica;
	color:#F00;
}

input
{
color: #781351;
background: #fff;
border: 1px solid #333;
}

input.btn
{
color: #00f;
background: #fff;
border: 1px outset #333;
}
textarea
{
color: #000;
background: #fff;
border: 1px outset #333;
} 

select
{
color: #000066;
background: #fff;
} 

/* Blue Rouned Box */

div.blue_round_box
{
	width:230px;
	height:209px;
	padding:10px;
	background:url(../images/blue_round_box.png) no-repeat;
}


div.blue_round_box div.rb_content ul li
{	
	background:url(../images/white_arrow_right.gif) left center no-repeat;
	padding:0 0 0 10px;
	margin:5px 0;
	color:#fff;
}


/* Gray Rouned Box */


div.gray_round_box
{
	width:230px;
	height:209px;
	padding:10px;
	background:url(../images/gray_round_box.png) no-repeat;
}

div.gray_round_box div.rb_content ul li
{	
	background:url(../images/black_arrow_right.gif) left center no-repeat;
	padding:0 0 0 10px;
	margin:5px 0;
	color:#111e23;
}

div.gray_round_box hr
{
	height:7px;
	background:url(../images/rb_hr_bg.gif) repeat-x;
}


/* Rounded Box Common */
div.rb_header
{
	width:230px;
	height:60px;
}

div.rb_content
{
	width:210px;
	height:149px;
	padding:0 10px;
}

div.rb_content ul
{	
	margin:0;
	padding:0;
	list-style:none;
}
span.small_white_txt
{
	font-size:16pt;
	font-family:Arial, Verdana;
	font-weight:bold;
	color:#FFF;
	vertical-align:middle;
}
#box_grey .rb_header
{
	background:url(../images/title2.gif) no-repeat left;  
	padding-left:45px;
}
   
#box_blue .rb_header 
{
	background:url(../images/title3.gif) no-repeat left;
	padding-left:45px;
}	
#box_blue h3#bluewhite
{
	color:#fff;
}
div.box
{
	border:solid 1px #0d5e7e;
	padding: 5px 5px 5px 5px;
	background-color:#efefef;
}
.imageFloat
{
	float:left;
	margin:0 10px 5px 0;
} 

    .imageFloatright
{
	float:right;
	margin:10px 10px 5px 5px;
} 