/************************
Overall Styles
************************/
* {
	font-family: verdana, arial, sans-serif;
	margin:0;
	padding:0;
}

body {
	background-color:rgb(255,225,153);
	scrollbar-3dlight-color: rgb(166,64,51);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-base-color: rgb(155,155,155);
	scrollbar-track-color: rgb(255,225,153);
	scrollbar-darkshadow-color: rgb(166,64,51);
	scrollbar-face-color: rgb(166,64,51);
	scrollbar-highlight-color: rgb(166,64,51);
	scrollbar-shadow-color: rgb(166,64,51);
}

img {
	display:block;
}

.left {
	float:left;
}

.clear {
	clear:both;
}


/************************
Layout Styles
************************/
/*Page Top, logo and nav*/
#contentcontainer {
	margin-top:25px; 
	width:775px; 
	height:50em; 
	text-align:left;
}

#logo {
	position:absolute;
	top:23px;
	z-index:6;
}

#menucontainer {
	background-color:rgb(255,225,153);
	width:775px;
	height:25px;
	z-index:10;
}

#menu {
	padding-top:15px;
	padding-left:48px;
	width:727px;
	z-index:10;
}

.menuItem {
	margin-right: 14px;
	margin-left: 1px;
	float:left;
}

#slogan {
	position:absolute;
	top:38px;
	margin-left:550px;
	z-index:10;
}



/*Main Column, top section*/
#maincolumncontainer {
	width:775px;
	height:100%; 
	background: rgb(166,64,51) url(/img/corner_top.gif) no-repeat top right;
	margin-top:6px;
	_margin-top:4px;
}

#maincolumn {
	width:775px;
	height:100%;
	background: url(/img/bg_main.gif) repeat-y top left;
}

#hedcontainer {
	background-color:rgb(153,51,51);
	width:525px;
	float:left;
}

#hed {
	margin:38px 0 35px 134px;
}




/*Main Column, content section*/
#leftcolumncontainer {
	width:525px;
	float:left;
	background-color:rgb(204,102,51);
}

#leftcolumn {
	padding:20px 40px 20px 40px;
}



/*Sidebar Column*/
#rightcolumncontainer {
	width:225px;
	height:100%;
	margin-top:-120px;
	float:right;
}



/*Contact Box*/
.sidebox {
	position: relative;
	top:10px;
	width: 191px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid rgb(38,13,13);
	background-color:rgb(153,51,51);
	color:black;
}

#contact {
	font-size:76%;
	line-height:14px;
	color:rgb(255,255,255);
	margin:10px;
	letter-spacing:0px;
	text-align:left;
}

/*Footer*/
#cpy {
	width:775px;
}

#cpy p {
	color:rgb(51,51,51);
}



/************************
Text Styles
************************/

p, h1, h2, h3, h4, h5, ul, li {
	color:rgb(0,0,0);
/*	color:rgb(80,51,51);*/
}

h3 {
	font-size:14px;
}
	
h5 {
	line-height:1.5em;
}
	
p, h1, h2 {
	margin:5px 0px 0px 0px;
	font-size:76%;
	line-height: 1.5em;
}

ul {
	list-style-position:inside;
	font-size:76%;
	line-height:17px;
	color:rgb(104,51,51);
	text-indent:0px;
	padding:5px 0px 5px 20px;
	margin:0px;
}

.subhed {
	background-color:rgb(255,180,0);
/*	color:rgb(51,51,51);*/
	padding:3px;
	font-size:76%;
}

.linklist {
	background-color:rgb(255,208,96);
}



/*News styles*/
.newstext {
	margin: 0 10px 8px 0;
}

.newstext strong {
	line-height:1.5em;
}


/*Link styles*/
a {
	color:rgb(255,233,233);
}

a:link {
	color:rgb(255,233,233);
}

a:active {
	color:rgb(153,51,51);
}

a:visited {
	color:rgb(234,180,180);
}

a:hover {
	color:rgb(255,204,204);
}


a.dark, #cpy a {
	color:rgb(51,51,51);
}

a.dark:link, #cpy a:link  {
	color:rgb(51,51,51);
}

a.dark:active, #cpy a:active {
	color:rgb(153,51,51);
}

a.dark:visited, #cpy a:visited {
	color:rgb(80,0,0);
}

a.dark:hover, #cpy a:hover {
	color:rgb(180,0,0);
}

