html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #666666;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: center;
	text-decoration:none;
}

#banner {
	height: 100px;
	background-image:url(../images/banner.png);
	background-repeat: no-repeat;
}

#wrapper {
	background-color:#FFFFFF;
	background-image:url(../images/wrapper.png);
	background-repeat:repeat-y;
	border: 2px solid #000000;	
	margin:10px auto;
	text-align:left;
	width:770px;
}

/*BEGIN HEADER ROW*/
#header {
	background-color:#666666;
	height:15px;
	vertical-align:middle;
}

#header p {
	font-size:11px;
	font-variant:small-caps;
	color:#CCCCCC;
	text-align:left;
	margin-left:15px;
}

#header a{
	font-size:120%;
	font-variant:small-caps;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	margin-left:10px;
	padding:0px;
	text-decoration:none;
}

#header a:hover{
	color:#999999;
}
/*END HEADER ROW*/


/*BEGIN LEFT COLUMN*/
#leftcol{
	float: left;
	margin: 5px;
	margin-top:15px;
	width: 175px;
}

#leftcol p{
	font-size: 80%;
	margin: 20px;
}

#leftcol h1{
	background-color: #993333;
	font-size: 80%;
	color: #CCCCCC;
	text-align:center;
	border: 1px solid #000000;
	border-bottom:0;
	padding: 0;
	margin: 0;
}
/*END LEFT COLUMN*/

/*BEGIN VERTICAL NAVIGATION BAR*/
#navv ul {
	background-color: transparent;
	list-style-type:none;
	margin: 0;
	font-size: 75%;
	font-weight:bold;
	border: 1px solid #000000;
}

#navv ul li {
	padding: 0;
	margin: 0;
	margin-left:2px; 
}

#navv ul li a{
	border-bottom: 1px dashed #000000;
	color: #000000;
	display:block;
	text-decoration: none; 
	height: 1%;
}

#navv a:hover, #navv a:focus {
	color:#993333;
}
/*END VERTICAL NAVIGATION BAR*/

/*BEGIN CONTENT STYLES*/
#content{
	margin-left: 185px;
	width: 580px;
}

#content p{
	font-size: 80%;
	text-decoration:none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#content h1{
	font-size: 130%;
	font-weight:bold;
	color: #993333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#content h2{
	font-size: 115%;
	font-weight:normal
	color: #666666;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

#content h3{
	font-size: 105%;
	font-weight:normal
	font-color: #000000;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}

#content a{
	font-size:90%;
	font-weight:bold;
	color:#993333;
	margin-left:0px;
	padding-bottom:2px;
	text-decoration: underline;
}

#content li{
	font:Arial, Helvetica, sans-serif
	font-size: 80%;
	margin: 2px;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 30px;
	margin-right: 20px;
	text-align: left;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

#content a:hover{
	color:#FF0000;
}

#content p.right{
	float: right;
}

#content td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000000;
}

/*END CONTENT STYLES*/


/*BEGIN IMAGE STYLES*/
.leftimage{
	float: left;
	margin-right: 10px;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	width: 150px;
}	
/*END IMAGE STYLES*/


/*BEGIN FOOTER ROW*/
#footer{
	background-color: #993333;
	color: #CCCCCC;
	clear: both;
	padding: 3px 3px 3px 3px;
}

#footer p {
	font-size: 70%;
	font-weight:bold;
	text-align:center;
}
	
#footer p a{
	color:#CCCCCC;
	text-decoration:underline;
}

#footer p a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/*END FOOTER ROW*/

.container{
	width: 99%; 
	float:right;
}

/*BEGIN SEARCH STYLES*/
#search {
	background-color: transparent;
	border: 1px solid #000000;
	font-size: 75%;
	font-weight:bold;
	padding:1px 1px 1px 1px;
}

.go_button {
	background-color:transparent;
	border:2px solid #000000;
	color:#993333;
	font-size:75%;
	font-weight:bold;
}
/*END SEARCH STYLES*/
