/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #000;
	height: 100%;
	background: #ffffff url(img/bg.jpg) repeat-x;
	}
a { text-decoration: none; color: #398cff; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #ddd; color: navy;}
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }


a {font-size:9pt;}
a.document:link{text-decoration:none; color:#00b400; font-size: 1em; padding: 1px 2px;}
a.document:hover{text-decoration:none;  color:#ddd;  color: navy; font-size: 1em; padding: 1px 2px;}



/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	background: url(img/header.jpg) no-repeat 120% 0px; 
	width: 750px; 
	height: 178px;
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: transparent; 
	text-align: left;
	padding: 45px 0 97px 20px;	
	}	
#header h1 {
	margin: 10px 0px 0px 0px; 
	clear: both;
	font-size: 4em;	
	color:#398cff;
	font-size:17pt;
	font-family: Tahoma, Verdana, sans-serif
	}	
#header h1 a { 
	padding: 0;
	color: #FFF;
	font-family: Tahoma, Verdana, sans-serif
	font-weight: normal;
	
	}	
#header h1 a:hover { background-color: transparent; }	
* html #header h1 { padding-top: 23px; }	

h2 {color:#398cff;
		font-size:12pt;
		font-family: Tahoma, Verdana, sans-serif
}

h4 {color:#04b107;
	margin:15px 0px 0px 0px;
		font-size:12pt;
}
html>body h4 {color:#04b107;
		font-size:12pt;
}
	
h4.menu {color:#04b107;
		font-size:12pt;
		font-family: Tahoma, Verdana, sans-serif
}

h3 {color:#333;
	display:inline;
	margin: 0px 0px 5px 0px;
		font-size:11pt;
		font-family: Tahoma, Verdana, sans-serif
	}


h5 {color:#398cff;
		font-size:17pt;
		font-family: Tahoma, Verdana, sans-serif
	}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	font-size: 1.2em;
	background: url(img/nav.jpg) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background-color: #333; color: #9c0; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 16px;
	color: #f99523;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 15px 0px 20px 0px;
	clear: both;
	}	

#content p {
	text-indent: 3em;
	line-height: 2.5em;
	letter-spacing: 0.1em;	
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet2.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

p.headline1 {
	font-family: Verdana, Arial, sans-serif;
    text-decoration:none;                                            
    font-size: 12px;
    font-weight: bold;
    color: #000000;
	margin-bottom:0px;
	text-align:left;
}

p.description {
	font-family: Verdana, Arial, sans-serif;
    text-decoration:none;                                            
    font-size: 10px;
    font-weight: normal;
	line-height:8px;
    color: #000000;
	text-align:left;
}

span {
	display:inline;
	font-family: Verdana, Arial, sans-serif;
    text-decoration:none;                                            
    font-size: 11px;
    font-weight: normal;
    color: #000000;
	margin:0px 0px 10px 0px;
}

/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
		clear:left;
	border: 0px solid #96b0c9;
	width: 210px;
	text-align: left;
	background-color:#eee;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 438px;	
	text-align: left;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute;
	width: 100% ;
	z-index: 500 ;
	position: relative;	
	padding: 10px 0;	
	margin-top: 0px;
	background-color: #fff;		
	color: #999;	
	font-size: 10px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	

