/*------------------------------------------------*/
/* CSS TEMPLATE (C)2007 FLETCH BRENDAN GOOD       */
/*------------------------------------------------*/


body {
	line-height: 1.15;
	margin: 0px;
	padding: 0px;
	background-color: #ffeecc;
	}

/*------------------------*/
/* Links                  */
/*------------------------*/ 


a:link {
	color: #3a0000;
	text-decoration: underline;
	}
	
a:visited {
	color: #464646;
	text-decoration: none;
	text-decoration: underline;

	}
	
a:hover {
	color: white;
	background-color: #004f40;
	text-decoration: none;
	}
	
a.navlink:link {
	color: #004f40;
	text-decoration: none;
	}
	
a.navlink:visited {
	color: #333333;
	text-decoration: none;
	}
	
a.navlink:hover {
	color: #3a0000;
	text-decoration: underline;
	background-color: transparent;
	}

a.bottom:link {
	color: #ffffff;
	text-decoration: none;
	}
	
a.bottom:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a.bottom:hover {
	color: #ffeecc;
	text-decoration: underline;
	background-color: transparent;
	}

h1 {
	color: #004f40;
	font-family: Georgia;
	font-size: 12px;
	}

h2 {
	color: #004f40;
	font-size: 18px;
	font-family: Arial;
	}


h3 {
	color: #004f40;
	font-variant: small-caps;
	font-family: Georgia;
	line-height: 1;
	}

h4 {
	color: #004f40;
	font-family: Arial;
	font-size: 12px;
	}

h5 {
	color: white;
	font-family: Arial;
	font-size: 15px;
	line-height: 1.2;
	}
	
p {
	color: black;
	font-family: Georgia;
	font-size: 14px;
	}

ul {
	list-style-type: square;
	}

ul ul {
	list-style-type: disc;
	}

ul ul ul {
	list-style-type: circle;
	}

/*------------------------*/
/* Layout                 */
/*------------------------*/

#main {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	}
	
#header {
	height: 193px;
	width: 100%;
	background: #004f40 url(images/header-standin.jpg) no-repeat left top;
	}
	
#middletop {
	background: #ffeecc left top;
	}
	
#middle {
	position: relative;
	background: #ffeecc url(images/VNAbodyrepeat.gif) left top;
	}

#navbar {
	position: relative;
	left: 22px;
	width: 200px;
	background: #ffffff url(images/VNAsidebar.gif) no-repeat left top;
	}
	
#navbartext {
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 12px;
	text-align: center;
	}
	
#marketinglinks {
	text-align: left;
	}

#content {
 	left: 270px;
 	width: 570px;
 	float: right
	}
	
#bigkahuna {
	margin-right: 20px;
	margin-bottom: 8px;
	}

#footer {
	position: relative;
	top: -8px;
	text-align: center;
	background-color: black;
	height: 90px;
	width: 810px;
	background: #ffeecc url(images/VNAbottombar.gif) no-repeat left top;
	}

#footerlinks {
	top: 12px;
	left: 10px;
	position: absolute;
	margin-top: 5px; margin-left: 8px; margin-right: 8px;
	width: 780px;
	}

