/*VDAA base styles*/
body {
	background: #46A046 url(../images/backgroundGradient.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #000080;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	color: #009030;
	margin: 1px 1px 1px 0px;
	padding: 15px 0px 0px 290px;
	font: 600 9em "Times New Roman", Times, serif;
	letter-spacing: .8em;
}

h2 {
	color: #009030;
	margin: 8px 1px 1px 1px;
	padding: 0px;
	font: 600 3.8em "Times New Roman", Times, serif;
}

h3 {
	margin: 16px 1px 8px 1px;
	padding : 0px;
	font: 600 2.8em "Times New Roman", Times, serif;
} 

h2 + h3 {
	margin: 8px 1px 8px 1px;	
}

h4 {
	margin: 10px 1px 10px 5px;
	padding: 0px;
	font: 600 2.4em "Times New Roman", Times, serif;
} 

h5 {
	margin: 1px;
	padding: 0px;
	font: 600 2em Arial, Helvetica, sans-serif;
} 

h6 {
	margin: 1px 1px 6px;
	padding: 0px;
	font: 200 1.6em Arial, Helvetica, sans-serif;
} 

h6 a {
	color: #000080;
	text-decoration: none;
	border-bottom: thin dotted #000080;
}

h6 a:visited {
	color: #000080;
}

h6 a:hover {
	background-color: #FFFF66;
	border-bottom: thin solid #000080;
}

.h6background {
	margin: 8px 1px 2px;
	padding: 4px 1px 2px;
	background-color: #DBECDA;
}

p, ol, dl, th {
	margin: 2px 1px 5px 1px;
	font-size: 1.4em;
	line-height: 1.6em;
}

ol{
	list-style-type: decimal;
}


.noborder {
	border-style: none;
}
.copyright {
	font: italic 600 1.2em "Times New Roman", Times, serif;
}

.quote {
	margin: 8px auto;
	font: italic 600 1.8em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #99001B;
}

ul {
	margin: 2px 1px 5px 5px;
	font-size: 1.4em;
	line-height: 1.6em;
}

.mirror {
	list-style-image: url(../images/mirror.png);
}

#page {
	clear: both;
	background-color: #fff;
	display: block;
	width: 910px;
	margin: 5px auto;
	padding: 0px;
	text-align: left;
}

#header {
	clear: both;
	width: 910px;
	background-color: transparent;
	margin: 5px auto;
	padding: 0px;
	height: 130px;
	text-align: left;
}

#headerLeft{
	float: left;
	width: 190px;
	height: 130px;
	border-style: none;
	background-image: url(../images/headerLogo.png);
}

#headerRight {
	float: right;
	width: 715px;
	height: 130px;
	background-image: url(../images/headerSky.png);
}

.underscore {
	clear: both;
	width: 100%;
	margin: 0px;
	border-bottom: thin solid #99CC99;
}

#footer {
	clear: both;
	width: 910px;
	background-color: transparent;
	margin: 10px auto;
	text-align: center;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
background: #eee; /* right column background colour */
}

.threecol .colmid {
	right: 25%; /* width of the right column */
	background: #fff; /* center column background colour */
}

.threecol .colleft {
	right: 54%; /* width of the middle column */
	background: #99CC99;	/* left column background colour */
}

.threecol .col1 {
	width:50%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}

.threecol .col2 {
	width:17%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:89%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}

.leftmenu .colleft {
	right:79%;			/* right column width */
	background:#99CC99;	/* left column background colour */
}

.leftmenu .col1 {
	width:75%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}

.leftmenu .col2 {
	width:17%;			/* left column content width (column width minus left and right padding) */
	left:6%;				/* (right column left and right padding) plus (left column left padding) */
}	

/* 2 Column (double page) settings */
.doublepage {
	background: #fff; /* right column background colour */
}

.doublepage .colleftDP {
	right:50%;			/* right column width */
	background:#fff;	/* left column background colour */
}

.doublepage .col1DP {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
	float: left;
}

.doublepage .col2DP {
	width: 46%; /* right column content width (column width minus left and right padding) */
	left: 56%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
	float: right;
}

/* various boxes */
.rightBox{
	float: right;
	display: inline;
	min-height: 200px;
	padding: 4px;
	margin: 4px;
	background-color: #99CC99;
	border: thick outset #CCCC99;
}

.leftBox{
	float: left;
	display: inline;
	min-height: 200px;
	padding: 4px;
	margin: 4px;
	background-color: #99CC99;
	border: thick outset #CCCC99;
}

.picFrame {
	margin: 0px;
	padding: 2px;
	float: right;
	text-align: center;
}

.noticeBox{
	margin: 0px;
	padding: auto;
	float: right;
	width: 100%;
	border: thin solid Red;
	text-align: center;
}

.bulletinBox{
	float: right;
	display: block;
	min-height: 200px;
	padding: 4px;
	margin: 40px 4px;
	background-color: #C1E0C1;
	border: thick outset #CCCC99;
}

.certificate {
	display: block;
	width: 70%;
	min-height: 300px;
	padding: 60px;
	margin: 40px;
	background-color: #FFFFCC;
	border: thick outset #990000;
	text-align: center;
}

.certificate h2 {
	color: #000080;
	margin: 1px 1px 10px 1px;
	padding: 0px;
	font: 600 4em "Times New Roman", Times, serif;
}

.certificate h5 {
	font: 600 2.7em/2.9em "Times New Roman", Times, serif;
} 

/* left side navigation */
#navLeft {
	margin: 0px;
	padding: 0px;
	background-color: #99CC99;
	width: 100%;
	list-style: none;
	font: 400 1.6em/1.2 "Times New Roman", Times, serif;
	letter-spacing: .1em;
	line-height: 1.7em;
}

#navLeft li{
	margin: 0px;
	padding: 0px;
}

#navLeft a {
	display: block;
	margin: 10px 0px;
	color: #2C2C2C;
	text-decoration: none;
	border-bottom: thin dotted #2C2C2C;
}

#navLeft a:hover {
	color: white;
	background: #295229;
}

/* bottom footer navigation */
#navBottom {
	margin: 0px;
	padding: 5px 20px 5px 0px;
	width: 100%;
	letter-spacing: .1em;
	font: 1.4em "Times New Roman", Times, serif;
	list-style: none;
}

#navBottom li {
	margin: 10px;
	padding: 0px;
	display: inline;
}

#navBottom a {
	color: #fff;
}

#navBottom a:hover {
	color: #46A046;
	background: #fff;
}

