/* Global Styles */

body {
	margin:0px;
	background-color:#fffcff;
	}
body, td {
	font-family:Georgia, Times New Roman, Times, serif;
	color:#000000;
	font-size:14px;
	}
a, a:visited {
	color: #993300;
	}
a:hover {
	color: #5C743D;
	}
img {
	border:0px;
}
h1 {
	color: #9900CC;
	line-height:26px;
	letter-spacing:.21em;
	font-size:18px;
	text-align:center;
}
h2 {
	font-size: 14px;
	color: #9900FF;
}
h3 {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #9900CC;
	line-height:22px;
	letter-spacing:.2em;
}

/* ID Styles */
#header {
	min-width:900px;
}
#header #header_left {
	width:356px;
	height:198px;
}
#header #header_center_top {
	height:107px;
 	vertical-align:middle;
	background-color:#9900CC;
	letter-spacing:.2em;
	line-height:30px;
	text-align:center;
	white-space:nowrap;
	padding:0px 5px;
	color: #E3C933;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	}
#header #header_right_top {
	background:#FFCC00 url(/images/cow.gif) no-repeat 5px 15px;
	height:107px;
	width:120px;
}
#header #header_center_bottom {
	height:55px;
	text-align:center;
	vertical-align:middle;
	background-color:#FFCC00;

	letter-spacing:.4em;
	line-height:18px;

	color: #990099;
	font-weight: bold;
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
}
#header #header_right_bottom {
	background-color:#9900CC;
}
#main {
	position:relative;
	width:900px;
	height:auto !important;
	height:400px;
	min-height:400px;
	padding-top:10px;
	margin:0px auto;
}
#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main #side {
	float:left;
	width:250px;
}
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #9900CC;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 9px 20px;
	font-weight:bold;
	}
#navigation a:hover {
	background: #9900CC;
	color:#FFCC00;
	}
#navigation a.parent {
	padding:7px 6px 7px 20px;
}
#navigation a.child {
	padding:4px 6px 5px 40px;
}
#main #content {
	float:left;
	width:630px;
	margin-left:20px;
}

/* Class Styles */
.spacer  {
	margin:0px;padding:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
}

