/* CSS Document */

body{
	background:#e5e5e5 url(images/bg.gif);
	color:white;
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	}
	
h1,h2,h3,h4,h5,h6{
	color:red;
	}

img{
	border:0;
	}

a{
	color:red;
	text-decoration:none;
	}


a:hover{
	text-decoration:underline;
	}

ul {
	margin:0;
	padding:0;
	}

#shell{
	margin:0 auto;
	width:832px;
	background:url(images/barbabg.jpg);
	border-top:4px solid #333;
	border-left:4px solid #333;
	border-right:4px solid #666;
	border-bottom:4px solid #666;	
	}

#header{
	text-align:left;
	background:url(images/header_bg.jpg) no-repeat;
	height: 192px;
	}

#header_about{
	text-align:left;
	background:url(images/about_header.jpg) no-repeat;
	height: 192px;
	}

	
#sidebar{
	text-align:left;
	width:231px;
	float:left;
	height:450px;
	font-weight:bold;
	}
	
#sidebar a{
	color:white;
	text-decoration:none;
	}

#sidebar a:hover{
	color:white;
	text-decoration:underline;
	}

#content{
	padding:10px;
	float:left;
	margin-left:25px;
	width:540px;
	background:#fff;
	color:black;
	text-align:justify;
	}

#content h1{
	font-size:24px;
	}

#content h2{
	font-size:18px;
	}

#content h1{
	color:#B9854B;
	font-weight:bold;
	}

#content h3,h5,h2,h4,h6{
	color:#F01E27;
	}

#content p{
	margin:5px 10px 5px; 10px;
	}

#content span.current_page{
	color:red;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	}

#content span.current_page{
	text-decoration:none;
	}

#footer{
	clear:both;
	height:60px;
	width:100%;
	}

#footer a{
	color:white;
	}

.req{
	color:red;
	font-weight:bold;
	}

.outterlist li{
	margin:0;
	padding:0;
	margin:12px 0 12px 8px;
	list-style-type:none;
	}

.innerlist li{
	margin:6px 0 6px 18px;
	list-style-type:none;
	}

ul.listed li{
list-style-image:url(images/bullet.gif);
text-align:left;
margin-left:30px;
}	

.centered{
	padding-left:45px;
	text-align:center;
	}

a#current{
	font-weight:bold;
	color:#B9854B;
	text-decoration:none;
	}

a:hover#current {
	font-weight:bold;
	color:#B9854B;
	text-decoration:none;
	}

.column{
	width:45%;
	float:left;
	margin:5px;
	}
	
.column3{
	width:225px;
	float:right;
	margin-right:15px;
	}

.column3 img{
	margin-top:5px;
	}

.column_holder{
	width:100%;
	text-align:center;
	border:1px solid black;
	}

.cleared{
	width:100%;
	clear:both;
	}

.leftcolumn{
	margin:0;
	margin-left:125px;
	text-align:left;
	float:left;
	}

.rightcolumn{
	margin:0;
	margin-left:10px;
	text-align:left;
	float:left;
	}	

.divider{
	height:100px;
	width:10px;
	margin:0 auto;
	text-align:left;
	float:left;
	margin:5px;
	}


input.btn{
padding:5px 12px;
border:1px solid #b98748;
background-color:white;
color:#b98748;
font-weight:bold;
text-transform:uppercase;
}

input.btn:hover{
border:1px solid red;
color:red;
}

img.padded-right{
padding-right:10px;
padding-bottom:10px;
padding-left:5px;
float:right;
}

img.padded-left{
padding-right:5px;
padding-bottom:10px;
padding-left:10px;
float:left;
}

p.smaller{
	font-size:10px;
	}

.marginate li{
	margin:5px auto;
	}

.outterfoot{
	padding:10px;
	margin:25px auto;
	width:832px;
	color:black;
	background:#e5e5e5;
	border:1px solid #333;
	font-size:95%;
	}

.outterfoot a{
	color:black;
	}
	
.outterfoot a:hover{
	text-decoration:underline;
	}