body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	height:100%;
	background-image: url(../_media/top_bg.gif);
	background-repeat: repeat-x;
}

#vert_bg {
    background-image: url(../_media/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
    }

/*#vert_bg {
    position: absolute;
    top: 0px;
    right: 0px;
    height:auto;
    width:100%;
    min-height:100%;
    background-image: url(../_media/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
    }*/
/** html #vert_bg {
	height:100%;
	background-image: url(../_media/body_bg.gif);
}
*/


/*  BASIC TEXT FORMATING */

p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

h1 {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 4px 10px 10px 10px;
	text-align: left;
	background-color: #81A3E0;
	padding: 5px 10px;
}

h2 {
	color: #1B537F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0px 10px 0px 10px;
	letter-spacing: -1px;
	text-align: left;
}

h4 {
	color: #800000;
	font-weight: lighter;
	font-size: 10.5pt;
	line-height: 14pt;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-left: 10px;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 0px 10px 0px 10px;
}

a {
	color: #81A3E0;
}

a:hover {
	color: #0141A2;
}

ul {
	margin: 2px 10px 5px 40px;
	padding:0;
	list-style-image: url(../_media/common_assets/arrow_main.gif);
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
ul li {
	margin:0px;
	padding:0px 0px 8px 0px;
	}
	
ol {
	margin: 2px 10px 5px 40px;
	padding:0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
ol li {
	margin:0px;
	padding:0px 0px 8px 0px;
	}
	
/* a:hover img {
	border: none;
	background:none;
	}  */

/* a:link img {
	border: none;
	} */

/*  CSS Classes   */	


/*  BORDER CLASS STYLES */

.border {
	padding: 5px;
	border: solid 1px #cccccc
	}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
/*  IMAGE PADDING */
	
.image_right {
	float: right;
	border: 1px solid #0141A2;
	margin: 0 10px 5px 10px;
	background-color: #DFEAF9;
	padding: 2px;
}
.image_left {
	float: left;
	border: 1px solid #0141A2;
	margin: 0 10px 5px 10px;
	background-color: #DFEAF9;
	padding: 2px;
}

.swf_impacted {
	border: 1px solid #0141A2;
	margin: 10px auto;
	background-color: #DFEAF9;
	padding: 2px;
	width: 480px;
	height: 350px;
}

.image_center {
	border: 1px solid #0141A2;
	background-color: #DFEAF9;
	padding: 2px;
	margin-bottom: 4px;
}

.module_right {
	float: right;
	margin: 0 10px 5px 10px;
	background-color: #DFEAF9;
	width: 300px;
	height: auto;
	border: 1px solid #0141A2;
	padding-top: 4px;
	padding-bottom: 4px;
}	
	
.module_left {
	float: left;
	margin: 0 10px 5px 10px;
	background-color: #DFEAF9;
	width: 300px;
	height: auto;
	border: 1px solid #0141A2;
	padding-top: 4px;
	padding-bottom: 4px;
}	

.module_center {
	margin: 0 10px 10px 10px;
	background-color: #DFEAF9;
	width: 80%;
	height: auto;
	border: 1px solid #0141A2;
	padding-top: 4px;
	padding-bottom: 4px;
}	


/*  HIGHLIGHTED AREA */

.highlight {
	border: 1px solid #666666;
	background-color: #D7D7D7;
}
	
/*  TEXT ALIGNMENT */	
.center {
	text-align: center
	}

.left {
	text-align: left
	}

.right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	width:90%;
	background-image: url(../_media/common_assets/dashed_line_main.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	}
	

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	

/*------------- header section ----------------- */


#home_wrapper{
	background-image: url(../_media/body_bg.gif);
	height: 100%;
	text-align: center;
	background-repeat: repeat-x;
}

#home{
	margin:0px auto 0px auto;
	width: 798px;
	padding: 10px 0 10px 0;
}

#home h1 {
	background-color: #0141A2;
}

#home a {
	color: #fff;
}

#home a:hover {
	color: #0141A2;
}

/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 820px;
	padding: 0px;
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 798px;
	margin: 0px auto 0px auto;
	text-align: center;
	position: relative;
	top:0px;
	left:0px;
	border-right: 1px solid #5A87DA;
	border-left: 1px solid #5A87DA;
	background-color: #FFFFFF;
}




/*------------- content main ----------------- */

#content_main{
	margin:0px auto 0px auto;
	padding-bottom: 6px;
	min-height: 350px;
	text-align: left;
	padding-top: 6px;
}

#height {
	height: 350px;
	width: 0;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
}

/*------------- content side ----------------- */


#content_side{
	width:0px;
	float: left;
	margin-top:0px;
	position: relative;
	top:0;
	height: 0px;
	min-height: 100%;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	background-position: left top;
}

#content_side p{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	color: #333333;
    }
	
#content_side h1 {
	color: #FFFFFF;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0px;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 5px;    
	
	}
	
#content_side ul {
	list-style-image: url(../_media/common_assets/dashed_line_sidebar.gif);
	list-style-type: none;
	line-height: 14px;
	}
	
#content_side li a {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	
#content_side hr {
    
    height: 1px;
    border-top: 1px solid #ABAFD1;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 1em 0;
    padding: 0;
}


#content_side .dashed_line{

	background-image: url(../_media/common_assets/dashed_line_sidebar.gif);

	}
		


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: left;
	
	width: 100%;

}

#footer{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 820px;
	padding: 0px;
}

#footer p{
	color: #FFFFFF;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none;
}


#footer a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: #0141A2;
}

/*------------- misc styles ----------------- */

.cl_left {
	width: 50%;
	float: left;
}

.cl_right {
	width: 50%;
	float: right;
}

.pbhs {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none;
}