/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #ccc;}
a:hover {color: #9A6;}
body {
	background: #f0f1ee;
	color: #333;
	font: normal 62.5% "Tahoma";
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	/*background: url(img/bgcontainer.gif) repeat-y;*/
	margin: 0 auto;
	width: 1024px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;	
}

/* header */

.header {
	background: url(img/banner.jpg) no-repeat center;
	height: 225px;
	margin: 5px auto;
	width: 1024px;
	position: absolute;
}
.header h1{
	color: #fdff55;
	margin-top: -21px;
	margin-left: 600px;
	font-size: 12pt;
	font-weight:bold;
}
.header h2{
	color: #000;
	margin-top: -20px;
	margin-left: 602px;
	font-size: 12pt;
	font-weight:bold;
}

.header ul {
    /*float: right;*/
	list-style-type:none;
    margin-left: 10px; 
	margin-top: 180px;
	padding: 0;
}

.header li {    
	margin-top: 10px;	
	float:left; 
	/*position:relative; */
	z-index:1000;
}
.header li a {
	color: #000;
	font-size: 10pt;
	float:left; 
	display:block; 
	height:2.7em; 
	line-height:2.7em; 
	margin-right:0px !important /*Non-IE6*/; 
	margin-right:-4px /*IE6*/; 
	padding:0 30px 0 30px; 
	text-decoration:none; 
	font-weight:bold;
}
.header li a:hover {
    color: #fff;	
	background: #ff980b;
}

/* main */
.main {
	float: left;	
}

.content {    
	margin-left: 270px;
	margin-top: 240px;
	width: 750px;
	font-size: 1.2em;
	margin-right: 10px; text-align: justify; 
	position: relative;
}
.content p {
    /*width: 650px;    */
	text-align:justify;		
	margin: 10px;
	font-size: 1.0em;
}
.content h1 {
    margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;   
    font-size: 1.5em;
	font-weight: bold;
    color: #035aae;     
}
.content h2, h3, h4, h5 {    
    margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
    font-size: 1.2em;
	font-weight: bold;
    color: #000;     
}
.content li {   
	margin-left: 20px;
	padding-left: 20px;	
	font-size: 1.0em;
}
.content table {
   / *width: 450px;  */
	text-align: left;
	/*margin-left: 10px;
	padding-left: 20px;*/	
	font-size: 1.0em;
}
/* navigation */
.navigation {
	background: url(img/leftmenu.jpg) no-repeat;
	margin-top: 230px;
	margin-left: 1px;
	float: left;	
	width: 250px;
	height: 753px;
    position: relative;
}
.navigation ul {	
    margin-top: 60px;
	margin-left: 15px;
	padding: 0;}
.navigation li {	
	list-style: none;
	text-align: left;
	margin-right: 15px;
}
.navigation li a {		
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding: 8px 4px 8px 4px;
	text-decoration: none;	
	border-bottom: 1px solid #ff9a0d;
}
.navigation li a:hover {
	background: #ff9a0d;
	color: #fff;
}

.rightcol {
	background: url(img/rightcol.jpg)no-repeat ;
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	width:285px;
	height: 705px;	
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	/*position: absolute;
	margin-top: 232px;
	margin-left: 478px;*/
}
.rightcol  h1 {
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	margin-top: 5px;
	margin-left:0px;
}
.rightcol img {	
	margin-left: 10px;
	margin-top: 10px;
	border-top: 2px solid #fdff55;
	border-right: 2px solid #fdff55;
	border-bottom: 2px solid #fdff55;
	border-left: 2px solid #fdff55;
	position: relative;	
	
}

.bottom {
	background: url(img/bottom.jpg) no-repeat;
	display:inline /*Fix IE floating margin bug*/; 
	float:left; 
	width:1013px;
	height: 238px;	
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
}
.bottom  h1 {
	text-align: left;
	color: #fff;
	font-size: 1.5em;
	margin-left: 120px;
	margin-top: 5px;
}
.bottom  h2 {
	text-align: left;
	color: #000;
	width: 380px;
	font-size: 1.5em;
	margin-left: 580px;
	margin-top: -160px;	
	float:left;
}
.bottom img {	
	margin-left: 15px;
	margin-top: 15px;
	border-top: 2px solid #fdff55;
	border-right: 2px solid #fdff55;
	border-bottom: 2px solid #fdff55;
	border-left: 2px solid #fdff55;
	position: relative;	
	float:left;
}

/* footer */
.footer {	
	color: #000;
	font-size: 1.1em;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 1024px;
}

.footer a {color: #f00;}
.footer a:hover {color: #00f;}
.sitemap {
    background: #f00;
    text-align: center;		
	line-height: 55px;
	margin: 0 auto;
	width: 1013px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
.sitemap a {    
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;	
}
.sitemap a:hover {    
	color: #000;	
}