body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #F3F0F0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background-image: url(../images/header.jpg);
background-position: top;
background-repeat: no-repeat;
height: 92px; /*Height of top section*/
}

#menu {
float: right;
width: 500px;
color: #fff;
margin-top: 35px;
text-align: right;
margin-right: 30px;
}



#mainheader {
background-image: url(../images/mainheader.jpg);
background-position: top;
background-repeat: no-repeat;
height: 247px;
}

#slogan {
	float: right;

	margin-right: 120px;
	margin-top: 60px;
}

#slogan h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #fff;
text-align: center;
letter-spacing: 5px;
font-weight: bold;
border-bottom: 1px solid #fff;
}

#slogan h2 {
font-size: 16px;
color: #410505;
text-align: center;
}


#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-image: url(../images/mainbg.jpg);
background-repeat: repeat-x;
background-color: #F3F0F0;
}

#contentcolumn{
margin-left: 260px; /*Set left margin to LeftColumnWidth*/

}

#contentcolumn h1 {
	color: #CB0E0A;
	font-size: 20px;
	font-weight: bold;
}

#contentcolumn h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#contentcolumn p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

#contentcolumn img {
	padding: 10px;
	margin: 10px;
	border: 1px solid #CB0E0A;

}

#contentcolumn hr {
	color: #A9C634;
}

#contentcolumn a {
font-size: 12px;
	color: #CB0E0A;
	text-decoration: underline;
}

#contentcolumn a:hover {
font-size: 12px;
	color: #CB0E0A;
	text-decoration: none;
}


#leftcolumn{
float: left;
width: 250px; /*Width of left column*/
margin-left: -960px; /*Set left margin to -(MainContainerWidth)*/

}

#footer{
clear: left;
width: 100%;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 42px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


ul#navlist
{
	margin: 0;
	padding: 0;
	white-space: normal;
	padding-top: 10px;
}

#navlist li
{
	display: inline;
	list-style-type: none;

}

#navlist a {
	font-size: 12px;
	padding: 0px 20px 0 20px;
	width: 200px;
	border-right: 1px solid #fff;
}

#navlist a .last{
	font-size: 12px;
	padding: 0 20px 0 20px;
	width: 200px;
	border: 0;
}



#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #ACC94B;
text-decoration: none;
}




#navlistleft
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #CB0E0A;
width: 250px;
background-color: #FC6301;

}

#navlistleft li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 1px;
	border-top: 1px solid #CB0E0A;
	border-left: 1px solid #CB0E0A;
	border-right: 1px solid #CB0E0A;
	height: 20px;
	
}

#navlistleft li a { text-decoration: none; 

color: #fff;
font-size: 12px;
}
#navlistleft li a:hover { text-decoration: none; 


color: #CB0E0A;
font-size: 12px;}




#navlistleft .top {
	background-image: url(../images/menulefttop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 250px;
	height: 42px;
	border: 0;
	padding: 0px;
		margin-left: 0px;
}

.top h1 {
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
color: #000;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
color: #000;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #CB0E0A solid; }

.info_fieldset legend
{
border: 1px #CB0E0A solid; 
color: #000; 

font: 16px Arial;

padding: 5px 8px 5px 8px;
-moz-border-radius: 5px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
width: 140px;
background: white;

color: #333333; 

font: 16px Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { color: #000; width: 160px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 16px Arial, sans-serif;

-moz-border-radius: 3px;
}
textarea {
margin: 5px;
padding: 0px; 
float: left;
width: 300px;
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 16px Arial, sans-serif;

-moz-border-radius: 3px;

}
/* BR */

br { clear: left; }