/* vmasf.css */
/* Designed and styled by Adam Bertrand.*/
/* Copyright 2007 Adam Bertrand */

body {
	background-color: white;
	background-image: url(images/BG.jpg);
	color: #666;
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
}  


h1 {
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: black;
}

h2 {
	font-size: 1.1em;
	text-decoration: none;
	letter-spacing: 1px;
}

h3 {
	font-size: .8em;
	font-style: italic;
}

h4 {
	font-size: .7em;
	line-height: 2em;
}

p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
}

p.footer {
	text-align: center;
	font-size: 0.6em;
	font-weight: bold;
}

a:link {
	background-color: white;
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
}

#header {
	background: #fff url(images/hdr.jpg) no-repeat;
	height: 136px;
	padding: 0;
	margin: 0 0 0 77px;
	width: 878px;
}

#image {
	height: 136px;
	border-right: 1px solid #000;
} 

#image object{
	left: 198px;
	position: absolute;
} 

#content {
	position: relative;
	width: 878px;
	left: 77px;
	border-top: 1px solid black;
}

#navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 197px;
	border-left: 1px solid black;
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	background-color: #80929d;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	letter-spacing: 1px;
	color: #464543;
}
#navbar ul li a:hover {
	background-color: #90a6b2;
	color: #fff;
}

#navbar ul li a:active {
	background-color: #abc7d5;
}

#main-text {
	background-color: #fff;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: 198px;
	padding: 20px 40px 20px 70px;
	border-top: 1px solid #000;
}

#main-text dl li {
	list-style-type: none;
	color: #666;
	font-size: 80%;
	line-height: 1.5em;
}



.tabular_list th {
	border:1px solid;
	border-color:#ddd #999 #888 #ddd;
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
	color:#003;
	padding:2px;
	padding-bottom:0px;
	font-size:.9em;
	width: 113.5px;
}
.tabular_list td {
	border:1px solid;
	border-color:#fff #bbb #bbb #fff;
	background-color:#fff;
	text-align:center;
	padding:1px;
	font-size:.9em;
}

.table_border {
	border:1px solid #333;
}