/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333333;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a:link { text-decoration: none; color: #FF9933; border-bottom: 1px dashed #0EA1F1; }
a:active { border-bottom: 1px dashed #FF9933; color: #0EA1F1; }
a:visited { text-decoration: none; color: #FF9933; border-bottom: 1px dashed #0EA1F1; }
a:hover { border-bottom: 1px dashed #FF9933; color: #0EA1F1; }

A.lienhome:link { text-decoration: none; color: #88B52D; border-bottom: 1px dashed #0EA1F1; }
A.lienhome:active { border-bottom: 1px dashed #0EA1F1; color: #FF9933; }
A.lienhome:visited { text-decoration: none; color: #88B52D; border-bottom: 1px dashed #0EA1F1; }
A.lienhome:hover { border-bottom: 1px dashed #0EA1F1; color: #FF9933; }
a img {border: 0;}
A.noborder:link {
	text-decoration: none;
border: 0;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
A.noborder:active {  
	text-decoration: none;
border: 0;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
A.noborder:visited {  
	text-decoration: none;
border: 0;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
A.noborder:hover {  
	text-decoration: none;
border: 0;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px; 
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 700px;
	background: #fff url(img/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #004B7D url(img/header_right.gif) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 10px 30px 46px;
	}	
#header h1 { 	
	margin: 0;
	color: #1290E8;
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #FF9933;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #004B7D; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 18px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #004B7D;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 6px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #FF9933; color: #FFFFFF; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 168px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	font-size: 11px;
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 8px; 
	color: #004B7D; 
	margin: 0px; 
	cursor: default;
	}
#sidebar h4, #content h4 { 
	font-size: 12px; 
	color: #004B7D; 
	margin: 0px; 
	cursor: default;
	}
#sidebar h5, #content h5 { 
	font-size: 13px; 
	color: #FF9933; 
	margin: 0px; 
	cursor: default;
	margin: 0px; 
	cursor: default;	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
#sidebar h6, #content h6 { 
	font-size: 11px; 
	color: #FF9933; 
	margin: 0px; 
	cursor: default;
	margin: 0px; 
	cursor: default;	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
	
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 500px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	background-color: #EDEDED;
	}	
#content div { background: #fff url(img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #004B7D url(img/header_right2.gif) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.9em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
#footer a { text-decoration: none; color: #FF9933; border-bottom: 1px dashed #0EA1F1; font-weight:bold; }
#footer a:hover { border-bottom: 1px dashed #FF9933; color: #0EA1F1; font-weight:bold; }

#box {
	position:relative;
	background:url(img/box.png) #FFF no-repeat 0 0;
	width:390px;
	height:97px;
	padding:25px 15px 0 80px;
	margin:0;
	display:block;
	left:50%;
	margin-left:-258px;
}

blockquote[id=box] {
	margin-left:-247px !important;
	font-size:0.9em;
}

#box a {
	color:gray;
}

#box a.download_link {
	text-decoration:none;
	color:#59861A;
	font-weight:bold;
	font-size:1em;
	background:none;
	padding:0;
	margin:0;
}

#box a.download_link:hover {
	background-color: #eee !important;
	text-decoration: none;
	color: #555;
}

#box small {
	display:block;
	white-space:nowrap;
	margin-top:4px;
}

#box2 {
	position:relative;
	background:url(img/box2.png) #FFF no-repeat 0 0;
	width:390px;
	height:97px;
	padding:25px 15px 0 80px;
	margin:0;
	display:block;
	left:50%;
	margin-left:-258px;
}

blockquote[id=box2] {
	margin-left:-247px !important;
	font-size:0.9em;
}
#box2 a {
	color:gray;
}

#box2 a.download_link {
	text-decoration:none;
	color:#CC0099;
	font-weight:bold;
	font-size:1em;
	background:none;
	padding:0;
	margin:0;
}

#box2 a.download_link:hover {
	background-color: #eee !important;
	text-decoration: none;
	color: #555;
}

#box2 small {
	display:block;
	white-space:nowrap;
	margin-top:4px;
}
