﻿/*	Website width 920px
	Header height 265px, width 920px
	content width 700px
	sidebar width 200px
*/


html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #333333;
	background-image: url('images/background_horse2.jpg');
	background-repeat: repeat;
}

#container{
	width:920px;
	position:relative;
	left:50%;
	margin-left:-460px;
	margin-top:10px;
	border: thick #00B2AA groove;
	background-color: #2b1846;
	
}
	
#header{
	height: 190px;
	background-color: #2b1846;
	background-image:url('images/logo_new.jpg');
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}	

#main{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 700px;
	float: left;
	background-color: white;
}

#sidebar{
	background-position: top;
	width: 200px;
	float: right;
	color: #999999;
	background-color: #2b1846;
	padding-left: 10px;
}

h1 {
	font-size: medium;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	text-align:center;
}
	
h2{ 
	font-size: small;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	text-align:center;
}
h3{
	font-size: small;
	font-weight:bold;
	color:navy;
	margin:10px 0px 0px 15px;
	padding:0px 10px 0px 10px;
	text-align:left;
}
h4{
	font-size: x-small;
	color: #666666;
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 0px 10px;
	text-align: left;
}

p {
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

a:link,a:active,a:visited {
	text-decoration: underline;
	color: #000080;
}

a:hover{
	text-decoration: underline;
	color: #666666;
}
	
.link a:link,a:active,a:visited {
	text-decoration: underline;
	color: #000000;
}

.link a:hover{
	text-decoration: underline;
	color: #00B2AA;
}

.indentmenu{
	font: bold small Verdana;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:25px;
	width:60%; float:right; right:10px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 95%; /*width of menu*/;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:medium blue groove;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #00B2AA; /*text color*/;
	padding: 4px 11px 3px 11px;
	text-decoration: none;
}

.indentmenu ul li a:visited{
	font: bold small Verdana;
	color: #00B2AA;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #00335B; /*text color of selected and active item*/;
	padding-top: 5px; /*shift text down 1px for selected and active item*/;
	padding-bottom: 1px; /*shift text down 1px for selected and active item*/;
	background: #FFFFFF center;
}

#footer	{
	background-color: #333333;
	font-style: italic;
	font-size: xx-small;
	background-color: #2b1846;
	padding-top: 10px;
	width: 920px;
	clear: both;
}

.footmenu, .footmenu a:link, .footmenu a:visited{
	width: 100%;
	text-align:center;
	font-size:small;
	font-style:italic;
	color:white;
}

 .footmenu a:hover{
 
	color:#00B2AA;
 }
 
 
 .linkstab{
	width: 100%;
	
}
 
 
 .linkstab td{
	width:50%;
	border:medium maroon ridge;
	margin:6px 6px 6px 6px; 

}

