/* RESET ALL */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px dotted #A2A2A2;
}

body {
	line-height: 1;
	background: white;
	
	font-family:Tahoma, sans-serif;
	font-size:12px;
	color:#606060;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	color:#606060;
}

/* BASE LAYOUT */

html {
	height:101%;
}

body {
	background-image:url('../img/main_background.gif');
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
}


div#main_center {
	width: 880px;
	margin:0px auto;
	text-align:left;
/* 	border:1px solid red; */
	/*margin-left:auto;
	margin-right:auto;*/
	background-color:white;
	
}

div#header {
	width:880px;
	height:190px;
	background-color:#b9b9b9;
}

div#logo_top {
	position:absolute;
	margin-left:710px;
	margin-top:0px;
/* 	top:0px; */
}








div#main_menu {
	color:#8c1211;
	font-family:Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	/*margin-top:9px;
	margin-bottom:13px;
	margin-left:9px;*/
	margin:9px 0px 13px 9px;
}


div#main_menu a {
/* 	color:#8c1211; */
	color:#A40908;
	font-family: Tahoma, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

div#main_menu a.act {
	color:#b8b8b8;
}

div#main_menu a:hover {
	text-decoration:underline;
}


div#seperator_top {
	height:2px;
	background-image:url('../img/dotted_line_horizontal.gif');
/* 	margin-bottom:15px; */
	font-size:1px;
	line-height:1px;
}



div#column_left {
	position:absolute;
	width:220px;
	margin-top:15px;
/* 	border:1px solid red; */
	margin-bottom:20px;
	color:black;
}

div#column_left a {
	color:black;
}

div#column_center {

	position:absolute;
	margin-left:240px;
	margin-right:170px;
	width:470px;
	margin-top:15px;
/* 	border:1px solid red; */
	padding-bottom:50px;
}


div#column_right {
	position:absolute;
	margin-left:727px;
	width:153px;
	margin-top:15px;
/* 	border:1px solid red; */
	padding-bottom:20px;
	background-color:white;
}



div.box_left {
	margin-left:10px;
}

div.seperator {
	height:2px;
	background-image:url('../img/dotted_line_horizontal.gif');
	margin:12px 0px 12px 0px;
	font-size:1px;
	line-height:1px;
}

table.sitesearch td {
	vertical-align:middle;
	padding-right:4px;
}

/* TEXT STYLES */



