/***************************************************
GLOBAL TEXT ELEMENTS
***************************************************/

body {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background-color:#f5debf;
	}

a {
	color: #9c4414; 
	text-decoration: none; 
	}

a:link { 
	color: #9c4414; 
	text-decoration: none; 
	}
a:visited { 
	color: #9c4414;
	text-decoration: none;
	}
a:hover { 
	color: #9c4414; 
	text-decoration: underline; 
	}


#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px; 
	color: #fff; 
	font-style:italic;
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom: 5px;
	}
#nav a { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; 
	color: #fff; 
	font-style:italic;
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom: 20px;
	}
#nav a:visited { 
	color: #fff; 
	text-decoration: none; 
	}
#nav a:hover { 
	color: #224d57;  
	text-decoration: underline; 
	}

#nav ul{margin:0; padding:0; list-style:none;}
#nav li{margin:0; padding:0; list-style:none; }

/***************************************************
HEADING TEXT ELEMENTS
***************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 25px;
	color: #9c4414; }

h2 {
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
	color: #000; }


h3 {
	font-size: 10px;
	font-weight: bold;
	line-height:16px;
	color: #224d57; }

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height:16px;
	color: #000; }

h5 {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000; }

h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000; }


/***************************************************
PARAGRAPH TEXT ELEMENTS
***************************************************/

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	color: #224d57; }

div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:18px;
	color: #224d57; }


/***************************************************
MISCELLANEOUS
***************************************************/

ul {
	list-style: disc;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}

ul.ordered {
	list-style: decimal;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 20px 15px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#000; 
	}

.pinlineBox {
	border: 1px; 
	color: #999; 
	border-style: solid; 
	padding: 10px 10px 10px 10px; }

.pinlineBox2 {
	border: 1px;
	color: #999;
	border-style: solid;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 150px;
	border-color : #CCC;
}


/***************************************************
FORM ELEMENTS
***************************************************/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000; }

form { display: inline; }


/***************************************************
CUSTOM STYLES
***************************************************/

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #999; 
	text-decoration: none;
	display:block;
	width:760px; }

#container{ margin:0; padding:0; display:block; border: 2px solid #666; width:760px; background-image:url(../images/horse_bkg.jpg); background-repeat:no-repeat; background-color:#fff;}

#nav{ margin:0; padding:0; display:block; width:150px; height: 100%; background-color:#d3b487; float:left;}

#mainContent{ margin:0; padding:0; display:block; width:610px; float:left;}
#contentOne{ margin:0; padding: 20px;}

#footerOne{margin:0; padding:0; background-color:#224d57; clear:both;}
#footerTwo{margin:0; padding:0; background-color:#9c4414; clear:both;}

