/* CSS Document */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px/1.4em "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	background: url(../images/site_template/bg_horz.gif) #ffffff repeat-x 0 0;ie
}

/*****************************/
/*        MISCELANEOUS       */
/*****************************/
a{
	color: #3875ab;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



/*****************************/
/*         MAIN              */
/*****************************/
#container{
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#logo_header{
	width: 750px;
	height: 87px;
	background: url(../images/site_template/dudson_header.gif) no-repeat 0 0;
}

#main_content{
	width: 750px;
	min-height: 400px;
	background: url(../images/site_template/content_bg.gif) no-repeat 0 0;
	margin: 0px;
	padding: 0px;

	
}

/*****************************/
/*      LEFT COLUMN          */
/*****************************/

#left_column{
	width: 430px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	background: #fff;

}

#left_column h1{
	width: 430px;
	height: 30px;
	line-height: 0px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#left_column h3{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 3px 0px;

}

#left_column p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;

}

#left_column table{
	margin: 10px 0 0 0;
	padding: 0;
	width: 415px;
}

.news_header{
	background: url(../images/site_template/page_headings/news-pageheading.gif) no-repeat 0 0;
}

/*****************************/
/*     RIGHT COLUMN          */
/*****************************/

#right_column{
	width: 260px;
	margin: 0 0 0 470px;
	padding: 15px 0 0 0;
		background: #fff;
}

/*****************************/
/*        SIDE BOX           */
/*****************************/

.sidebox{
	margin: 0 0 10px 0;
	padding: 0;
}

.sidebox_middle{
	margin: 0;
	padding: 2px 5px 2px 5px;
	background: url(../images/site_template/sideboxes/sidebox_middle.gif) repeat-y 0 0;
}

.sidebox_bottom{
	margin: 0;
	padding: 0;
	height: 15px;
	width: 260px;
	background: url(../images/site_template/sideboxes/sidebox_bottom.gif) no-repeat 0 0;
}

h1.sidebox_top{
	height: 25px;
	width: 260px;
	margin: 0;
	padding: 0;
	line-height: 0px;
	text-indent: -9999px;
}

.recent_news{
	background: url(../images/site_template/sideboxes/login_top.gif) no-repeat 0 0;
}

/*****************************/
/*        FOOTER             */
/*****************************/
#footer{
	width: 710px;
	margin: 10px 20px 0 20px;
	clear: both;
	font-size: 10px;
	text-align: right;
	color: #939393;
	border-top: 1px solid #939393;
}


/*****************************/
/*        TABLE              */
/*****************************/

table{
	border: 1px solid #90afcc;
	border-bottom-width: 4px;
	text-align:left;
}

table td{
	padding: 2px;
}
th{
	text-align: left;
}

table .table_header td{
	background-color: #90afcc; 
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

table .table_row td{
	border-bottom: 1px solid #90afcc;
}

/*****************************/
/*        APPLICATION     */
/*****************************/

input,select,textarea, input[type=password]
{
	font-size: 10px;
}

input[type=submit] { border: 2px outset #999; }
input[type=submit]:hover { cursor: pointer; }

.form_error
{
	margin-bottom: 4px;
	padding: 3px;
	border: 1px;
}

a:hover { text-decoration: none; }

.main
{
	background-color: #fff;
	margin: 10px 17px 10px 17px;
	padding: 11px;
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
}

#message_area
{
	margin-top: 0px;
	margin-left: 17px;
	margin-right: 17px;
	padding: 17px 5px 0px 5px;
}

.message,.notice
{
	background-color: #CFCFCF;
	padding: 5px;
	border: 1px solid #AAAAAA;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
}

.instructions
{
	font-color: #F0F0F0;
	padding: 5px;
	font-weight: normal;
	font-size: 11px;
	margin: 5px;
	background: #f0f0f0;
}
.error
{
	font-weight: bold;
	background-color: #CC0000;
	font-size: 14px;
	color: #ffffff;
	width: 400px;
	padding: 3px;
}

.asterik
{
	font-size: 9px;
	color: #999;
}


#admin_message_area
{
	margin-top: 10px;
	margin-left: 17px;
	margin-right: 17px;
}

.adminmessage, .adminnotice
{
	background-color: #F9F7C6;
	padding: 15px;
	border: 1px solid #C5B86D;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
}

.form_row
{
width:700px;
float:left;
padding: 0px 0px 15px 0px;	
}

.form_label_instructions
{
float: left;
width: 225px;
text-align: right;	
padding: 0px 5px 0px 0px;
	font-weight: bold;
	font-size: 13px;
}
.form_fields
{
float: left;
width: 300px;		
}

