/* standard elements */
* 	{
	margin: 0;
	padding: 0;
	}

body 	{
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, sans-serif, Verdana, Helvetica, Arial;
	line-height: 22px;

	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #CADA0E url(../images/bg.jpg);
	}

div.centrebox { 	
	position:absolute; 
	left:50%; 
	top: 0px; 
	width:969px;
	margin-left: -484px; 
	background: #ffffff; 
	}

#wrapper
	{
	width:969px;
	text-align: left;
	}

#content_top
	{
	float:left;
	width:969px;
	height: 186px;
	overflow: hidden;
	margin: 0px;
	background: #ffffff url(../images/bg_top.jpg) left top no-repeat;
	}


#content_tabs
	{
	float:left;
	margin-top: 158px;
	}


#content_left
	{
	float:left;
	width:110px;
	height: 100%;
	min-height: 400px;
	background: #ffffff url(../images/bg_left.jpg) left top no-repeat;
	}

#content_main
	{
	float:left;
	width:770px;
	/* height:100%; */
	margin-top: 40px;
	border-left: 2px solid #FE9C30;
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

#content_bottom
	{
	clear:both;
	float:left;
	width:100px;	
	text-align:left;
	margin-left: 20px;
	}

#content_copyright
	{
	clear:both;
	float:left;
	width:100%;
	background: #CADA0E url(../images/bg.jpg);
	}

#content_copyright p
	{
	color: #ffffff;	
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	}

#content_copyright a, #content_copyright a:hover, #content_copyright a:active
	{
	color: #ffffff;
	}

#icons	{
	float:right;
	right: 10px;
	width: 35px;
	height: 100px;
	margin-top: 40px;
	}

#colom_1
	{
	clear:both;
	float:left;
	width: 60%;
	height: 100%;
	}

#colom_2	
	{
	float:left;
	width: 35%;
	height: 100%;
	min-height: 550px;
	padding-left: 20px;
	border-left:1px dotted #D1D1D1;
	}	

hr 	{
	border: 0;
	width: 100%;
	color:  #FE9C30;
	background-color: #FE9C30;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	}





h1	{
	font-size: 22px;
	font-weight: bold;
	color: #FE9C30;
	margin-bottom: 10px;
	}


h2	{
	font-size: 16px;
	font-weight: bold;
	color: #FE9C30;
	margin-bottom: 10px;
	}

h3	{
	font-size: 14px;
	font-weight: bold;
	color: #FE9C30;
	margin-bottom: 10px;
	}
A:link	{	
	color: #FE9C30;
	Text-Decoration: underline;
	}

A:visited	 
	{
	color: #FE9C30;
	Text-Decoration: Underline;
	}


A:hover	{
	color: #FE9C30;
	font-style: italic;
	text-decoration: underline;
	}

a:active
	{
	color: #FE9C30;
	text-decoration: underline;
	}

#error, .errors
	{
	font-weight: bold;	
	color: #FF0000;
	margin-bottom:10px;
	}
	

form 	{
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	}


INPUT.button
	{
	width: 80px;
	cursor: hand; 
	font-size: 13px;
	font-weight: bold;	
	color: #000000;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #FE9C30;
	}

INPUT.radio
	{
	font-size: 11px;
	font-weight: normal;	
	border-width: 0pt;	
	background-color: transparent;
	}

.textarea, .select	
	{
	width: 204px;
	
	font: normal 13px "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, sans-serif, Verdana, Helvetica, Arial;
	line-height: 22px;
	
	color: #000000;
	border: solid 1px #FE9C30;
	background-color: #ffffff;	
	padding-left: 2px;
	padding-right: 2px;
	}