/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/* Begin Layout Home Page */
body {
	background-color: #826227;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment:fixed;
	background-position:top center;
}

#tag {
	width: 750px;
	text-align: right;
}

#wrapper {
	margin-top: 5px;
	height: 750px;
	width: 750px;
	border: 1px solid #FFFFFF;
}

#header {
	height: 65px;
	background-image: url(../images/SV Header.jpg);
	border-bottom: 1px solid #FFFFFF;
}

#left {
	float: left;	
	width: 247px;
	height: 668px;
	background-color: #330000;

}

#left2{
	float: left;	
	width: 247px;
	height: 668px;
	background-color: #330000;

}

#leftbottom {
	background-color: #663300;
	height: 15px;
	width: 247px;
	font-weight: bold;
	margin-top: 25px;
}

#leftbottom2 {
	background-color: #663300;
	height: 15px;
	width: 247px;
	font-weight: bold;
	margin-top: 45px;
}

#right {
	float: right;
	width: 493px;
	border-left: 1px solid #FFFFFF;
	height: 668px;
}

#right2 {
	float: right;
	width: 493px;
	height: auto;
}

#footer {
	border-top: 1px solid #FFFFFF;
	height: 16px;
	width: 750px;
	padding-top: 2px;
}

#nav {
	margin-top: 10px;
	margin-left: 10px;
	width:227px;
	}
	
#nav ul {
list-style-type: none;
}
#nav ul li {
border-bottom: 10px solid #330000;
background-color: #663300;
height: 27px;
text-align: right;
font-size: 17px;
font-weight: bold;
}
#nav li a {
display: block;
text-decoration: none;
color: #FFFFFF;
padding: 3px 3px 3px 2px;
}
#nav li a:hover, #nav li a:focus {
background-color: #826227;
color: #fff;
}

.bottomtext {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	font-weight: bold;
	color: #996666;
	line-height: 20px;
}

#spacefromtop {
	margin-top: 10px;
}

/* End Layout Home Page */

/* Begin Navigaiton */

a:link { color: #FFFFFF; text-decoration: none}
a:visited { color: #FFFFFF; text-decoration: none}
a:hover { color: #330000; text-decoration:none; cursor:hand}
a:active { color: #FFFFFF; text-decoration: none}

.class1 a:link { color: #CCCCCC; text-decoration: none}
.class1 a:visited { color:#CCCCCC; text-decoration: none}
.class1 a:hover { color: #330000; text-decoration:none; cursor:hand}
.class1 a:active { color:#CCCCCC; text-decoration: none}

/* End Navigaiton */

/* Begin Images */

.imageborder {
	border: 1px solid #FFFFFF;
	padding: 1px;
}

.imageborder2 {
	border: 1px solid #FFFFFF;
}


/* End Images */

/* Begin Text */

.secfont {
	font-size: 14px;
	padding: 4px;
}

.secfont2 {
	font-size: 14px;
	font-weight:bold;
}

.secfont3 {
	font-size: 14px;
	padding: 2px;
	text-align: left;
}
.secfont4 {
	font-size: 13px;
	padding: 2px;
	text-align: left;
}

.secfont5 {
	font-size: 11px;
	padding: 2px;
	text-align: left;
}


.paddingvideo {
	padding: 5px;
}

.note {
	color: #FF6600;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}