* {
	margin: 0;
	padding: 0;
}

body {
	/*font-size: 62.5%;*/
	background-image:url(../img/bg_web.gif);
	background-repeat: repeat-y;
	background-color: #EEE4CE;
	font-family:Arial, Helvetica, Verdana, sans-serif; 
	font-size:12px;
	color:#806F59;
	background-color:#EEE4CE;
	height:100%;
	
}

p, li {
	font: 1em/1.4em Tahoma, sans-serif;
	margin-bottom: 10px;
}


.title { color: #806F59; }
.blue { color: #00447C; }
.red { color: #900028; }
a{  /*font-family:"Times New Roman", Times, serif;*/ font-size: 100%; color:#900028; text-decoration:none; font-style:italic;}
a:hover{  /*font-family:"Times New Roman", Times, serif;*/ font-size: 100%; color:#900028; text-decoration:underline;font-style:italic;}

a.regular{  font-size: 100%; color:#900028; text-decoration:none; }
a.regular:hover{   font-size: 100%; color:#900028; text-decoration:underline;}

a.red{  font-family:"Times New Roman", Times, serif; font-size: 100%; color:#900028; text-decoration:none;font-style:none;}
a.red:hover{  font-family:"Times New Roman", Times, serif; font-size: 100%; color:#900028; text-decoration:underline;font-style:none;}

a.blue{  font-family:"Times New Roman", Times, serif; font-size: 100%; color:#00447C; text-decoration:none;font-style:none;}
a.blue:hover{  font-family:"Times New Roman", Times, serif; font-size: 100%; color:#00447C; text-decoration:underline;font-style:none;}

a.slidemenu{  font-family:"Times New Roman", Times, serif; font-size: 100%; color:#ffffff; text-decoration:none;font-style:none; }
a.slidemenu:hover{  font-family:"Times New Roman", Times, serif; font-size: 100%; color:#ffffff; text-decoration:underline;font-style:none;font-weight:bold;}


H1{
	color: #806F59;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}


H2{
	color:#900028;
	font-size:12px; 
	font-weight:bold;
	margin:0px 0px 4px 0px;
}

ul{ 
	list-style-image:url(objects/img/global/arrow_right.gif);
	margin:0px 0px 0px 50px;
	padding-left:0px;
}

li{ 
	list-style-image:url(objects/img/global/arrow_right.gif); 
	margin:0px 0px 0px -10px;
	_margin:0px 0px 0px 0px;
}

img {
	border: none;
}

#page-wrap {
	background-image:url(../img/bg_web.gif);
	background-repeat: repeat-y;
	min-width: 860px;
	max-width: 860px;
	margin: 0px;
	}
	#page-wrap #inside {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
#page-wrap-home {
	background-image:url(../img/bg_web.gif);
	background-repeat: repeat-y;
	min-width: 1020px;
	max-width: 1020px;
	margin: 0px;
	}
	#page-wrap-home #inside {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
	
#main-content {
	padding-top: 0px;
	width: 460px;
	padding-right: 20px;
	z-index: 100;
	left: 200px;
	position: absolute;
}
	
#header {
	text-align: left;
	height:110px;
	background-color:#FFFFFF;
	background-image:url(..//img/header_bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
	
#left-sidebar {
	width: 165px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	height: 100%;
}

#right-sidebar {
	font-family:"Times New Roman", Times, serif;
	width: 175px;
	height: 400px;
	float: right;
	padding-left: 0px;
	background-color: #EEE4CE;
	border-left: 2px dotted #806F59;
	margin-left: 20px;
	margin-top: 25px;
}
#right-sidebar-home {
	font-family:"Times New Roman", Times, serif;
	width: 325px;
	height: 400px;
	float: right;
	background-color: #EEE4CE;
	border-left: 2px dotted #806F59;
	margin-top: 20px;
	padding-left: 25px;
	position: relative;
}

#footer {
	background: #267f23;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

