/* Style Layout for Website. */

/* Clear all margins and padding. */
* {margin: 0; padding: 0;}

body {
	position: relative;
	background-color: #d5d5d5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	padding: 10px;
	font-family: verdana, arial, sans-serif;
	}


/* D I V   L A Y O U T S */

#wholepage {
	background-color: #FFF;
	margin-top: 12px;
	width: 830px;
	border-style: solid;
	border-color: #232326;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	}

#navbar {
	background-color: #7b7b7f;
	height: 16px;
	color: #EDEDE6;
	font-size: 10px;
	border-top-style: solid;
	border-top-color: #b7b7bd;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #49484F;
	border-bottom-width: 3px;
	margin: 5px;
	padding-top: 4px;
	}
	
#pagebody {
	height: 100%;
	}

#toppg {
	position: relative;
	height: 160px;
	margin: 5px;
	background-image: url(images/VP_Banner_working.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	}
	
#botpg {
	position: relative;
	width: 100%;
	background-color: #12153B;
	clear: both;
	height: 32px;
	color: #6b6868;
	}

#horizsp {
	position: relative;
	width: 720;
	height: 20;
	clear: both;
	}

#leftcontents {
	position: relative;
	width: 130px;
	text-align: left;
	padding: 5px;
	margin-left: 10px;
	float: left;
	background-color: #fff;
	color: #6b6868;
	}

#midcontents {
	position: relative;
	padding: 20px;
	text-align: left;
	float: left;
	border-left-style: solid;
	border-left-color: #1a207a;
	border-left-width: 1px;
	background-color: #fff;
	}

#rightcontents {
	position: relative;
	width: 148px;
	text-align: left;
	padding: 10px;
	float: left;
	background-color: #fff;
	color: #fff;
	}

	
table, td, th {
	border: 0;
}


	
/* T E X T   S T Y L E S */

p {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 1em;
	}

#leftcontents p {
	font-size: 11px;
	line-height: 1.5;
	margin-top: .5em;
	}

#leftcontents ul {
	font-size: 11px;
	line-height: 1.5;
	margin-top: .5em;
	margin-left: 18px;
	}

#navbar b {
	color: #780A0A;
	}
	
h1 {
	font-size: 20px;
	color: #000;
	}
	
h2 {
	font-size: 14px;
	margin-top: 1em;
	color: #1A207A;
	}
	
h3 {
	font-size: 13px;
	margin-top: 1.5em;
	color: #1A207A;
	}

h4 {
	font-size: 12px;
	margin-top: 1em;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 2px;
	padding: 2px;
	}
h5 {
	font-size: 11px;
	margin-top: .5em;
	color: #ff0000;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	}

ul {
	font-size: 12px;
	line-height: 1.5;
	margin-left: 40px;
	margin-top: 1em;
	}
 
ol {
	font-size: 11px;
	line-height: 1.5;
	margin-left: 36px;
	margin-right: 40px;
	margin-top: .5em;
	padding-bottom: .5em;
	}
	
.box p {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 1em;
	border-style: solid;
	border-color: #ccc;
	border-width: 2px;
	padding: 5px;
	color: #1A207A;
	}

.box2 p {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 1em;
	border-style: solid;
	border-color: #660000;
	border-width: 2px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #000;
	background-color: #ffff99;
	text-align: left;
	width: 75%;
	}

#navbar a, #navbar a:link, #navbar a:hover, #navbar a:visited, #navbar a:active {
	height: 16px;
	color: #EDEDE6;
	text-decoration: none;
}
 
#topimage {
	float: right;
	clear: left;
	margin-right: 50px;
}

