
/*************************/
/*  MAIN BODY */
/*************************/


body {
	width: 1002px;
	font-size: 100%;
	margin: 0 auto; 
	padding: 0em; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
}

#outer{
text-align:left;
margin: 0 auto;
}

#page-container {
    min-width: 720px;
	width: 1000px; 
	_width: 1002px;
	margin: 0px;
	margin-top: 1em; 	
	padding: 0px; 
	position: absolute;
	*background-color:#f4af3c;
	border: 1px solid #9FC1F0;
}

/**********************/
/*  HEADER */
/**********************/

#main_header {
	clear: both;
	float: left; 
	width: 100%; 
	margin: 0px; 
	padding: 0px;
	background-color:#3266CC;
	height:180px;
	
}
/*************************************/
/* VERY TOP MENU  */
/*************************************/
.black {
	float: left;
	width: 990px;
	list-style: none;
	line-height: 1;
	background:  #000000;
	padding: 5px;
	margin: 0px;
	text-align:center;
	font-size: 0.8em;
	color:#f9d07d;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;}

.black a{
color:#f9d07d;
font-size: 1.0em;
font-weight: bold;
}

.orange, .orange a{
color:#ef9f27;
}

.darkorange{
color:#f4af3c;
}

#mainnav{
margin-top: 0px;
}

#mainnav li{
float:left;
list-style: none;
}

#mainnav li a{
display: block;
margin-right: 18px;
color:#f9d07d;
}

.sub {
	float: left;
	width: 990px;
	list-style: none;
	line-height: 1;
	background:  #f9d07d;
	color:#000000;
	padding: 5px;
	margin: 0px;
	text-align:center;
	font-size: 0.8em;
		margin-bottom: 10px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sub a{
color:#000000;
font-size: 1.0em;
font-weight: bold;
}


#subnav{
margin-top: 0px;
}

#subnav li{
float:left;
list-style: none;
}

#subnav li a{
display: block;
margin-right: 20px;
color:#000000;
}


/*************************************/
/* CONTAINER  */
/*************************************/

#container{
background-color:#f4af3c;
}

/*************************************/
/* LEFT COLUMNS  */
/*************************************/

#leftcolumn {
	float: left; 
	width: 180px; 
	padding: 22px 0px 0px 10px;
	margin: 0;
	background-color: #f4af3c;
	font-size: 0.9em;
	font-weight: bold;
	min-height: 280px;
}


#leftcolumn a{
color:#ffffff;
}

/*************************************/
/* RIGHT COLUMNS  */
/*************************************/
#rightcolumn {
	float: right; 
	width: 180px; 
	padding: 22px 0px 0px 4px;
	min-height: 280px;
	margin: 0px;
	background-color: #f4af3c;
	font-size: 0.9em;
	font-weight: bold;
}

#rightcolumn a{
font: inherit;
color:#ffffff;
font-weight: bold;
font-size: 1.0em;

}

/******************************/
/*  MAIN HOME PAGE CONTENT  */
/******************************/
#maincontent {
	float: left; 
	width: 580px; 

	min-height: 280px;
	padding: 20px 15px 0px 15px;
	background:#FFFFFF;
	margin: 0;
	font-size: 0.8em;

}
#maincontent img {
	border: 5px solid #fff;
}
/******************************/
/*  MAIN CONTENT BOXES  */
/******************************/
.newsclear {
	clear:both;
}

.box{

width: 180px;
background-image: url(../images/box.jpg);
background-repeat: no-repeat;
width: 178px;
height: 63px;
padding-top: 10px;
text-align: center;
color: #ffffff;
font-weight: bold;
}

/******************************/
/*  INSIDE PAGE CONTENT  */
/******************************/
#insidemaincontent {
	float: left; 
	width: 77%; 
	height:100%;
	padding: 2px 0px 0px 13px;
	background:#FFFFFF;
	margin: 0;	
}
/*-------------------------------*/
/* GENERAL */
/*-------------------------------*/

/* Heading */
h1 {
	
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.4em;
	color:#000000;
	font-family: Arial, Verdana,Helvetica, sans-serif;
}

h2 {
	
	margin: 15px 0px 0px 0px;
	font-weight: bold; 
	font-size: 1.3em;
	color:#669966;
	font-family: Arial, Verdana,Helvetica, sans-serif;
}

h3 {
	
	margin: 10px 0px 4px 0px;	
/*	font-weight: bold; */
	font-size: 1.1em;
	color:#CC6600;
	font-family: Arial, Verdana,Helvetica, sans-serif;
}

h4 {
	margin: 4px 0px 4px 0px;	
	font-size: 0.8em;
	font-weight: bold; 
	color:#004586;
	font-family: Arial, Verdana,Helvetica, sans-serif;
}

/* Paragraph text */
p {
   
   margin: 4px 0px 6px 0px; 
   padding: 0px; 
/*   font-size: 0.8em;*/
	color:#000000;
	font-family: Arial, Verdana,Helvetica, sans-serif;
}


/* links */
a {
	color:#CC6600;
	text-decoration:none;
	font: 0.9em/1.3  Arial, tahoma, verdana, sans-serif;
	
	
}

a:visited{
color:#CC6600;
}

a:focus, a:hover, a:active {
	color:#666666;
	text-decoration:underline;
}


br.left{
clear: left;
}

/**********************/
/* SECTION 9 - IMAGE PLACEMENT */
/**********************/

.floatimageleft{
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:5px;
}
.floatimageright{
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom: 5px;
}

/******************************/
/* SECTION 10 - MISCELLANEOUS */
/******************************/

/* Horizontal line */
hr.news {
	clear: both; 
	width: 240px; 
	height: 1px; 
	border: none;
	color:#95A0DF;
	Text-align:left;
}
smallBr{
font-size: 1px; 
line-height: 2px; /*--- adjust as needed*/
}

/* Hide HTML-tags. Good when no pagestyle supported by browser */

img.fav {
	float:right;
	padding-left: 0px;
        padding-right: 22px;
	padding-top: 0px;
        padding-bottom: 0px;
}

.hide { display: none;}

a img, img a {
	border: 0;
}




.left{
float:left;
}

.right{
float:right;
}

.Normal{
font-weight:normal;
text-decoration:none;
font-style:normal;
color:#000000;
}

.Black{
color:#000000;
}

.Orange{
color: #cc6600;
}


.BoldOrange{
font-weight:bold;color: #cc6600;
}

.BoldBlack{
font-weight:bold;color: #000000;
}



.ItalicOrange{
font-style:italic; color: #cc6600;
}

.ItalicBlack{
font-style:italic; color: #000000;
}


.BoldItalicOrange{
color: #cc6600; font-weight:bold; font-style:italic; 
}


.BoldItalicBlack{
color: #000000; font-weight:bold; font-style:italic; 
}




.BoldUnderlinedItalicOrange{
color: #cc6600; font-weight:bold; font-style:italic; text-decoration:underline;
}


.BoldUnderlinedItalicBlack{
color: #000000; font-weight:bold; font-style:italic; text-decoration:underline;
}



.UnderlinedOrange{
text-decoration:underline; color:#cc6600;
}

.UnderlinedBlack{
text-decoration:underline; color:#000000;
}



.BoldUnderlinedOrange{
text-decoration:underline; color:#cc6600;font-weight:bold;
}

.BoldUnderlinedBlack{
text-decoration:underline; color:#000000;font-weight:bold;
}



.ItalicUnderlinedOrange{
text-decoration:underline; color:#cc6600; font-style:italic;
}

.ItalicUnderlinedBlack{
text-decoration:underline; color:#000000; font-style:italic;
}