body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a{
	color: #0000CC;
}
a:link{
	color: #0000CC;
	text-decoration: underline;
}
a:active{
	color:#00FF00;
}
a:visited{
	color: #0000CC;
}
a:hover{
	color: #CC0000;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}

#page {
	width: 750px;
	border: 0px black solid;
	margin: 0 auto;
	background-color: #FFFF00;
}
#logo {
	width: 100px;
	float: left;
	border: 0px blue solid;
	background-color: #FFCC99;
	height: 473px;
}
#masthead {
	border: 0px red solid;
	text-align: center;
	width: 650px;
	font-weight: bold;
	float: left;
}
#siteName {
	color: #FFCC99;
	font-size: 1.4em;
	background-color: #000000;
}
#navBar {
	padding-bottom: 5px;
	background-color: #000000;
}
#homeImage {
	background-image: url(images/3.jpg);
	height: 408px;
	border: 10px solid;
	width: 630px;
	border-color: #FFCC99;
}
#mainTitle {
	color: #663333;
}
#mainTitle h1 {
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: 25px;
	font-variant: small-caps;
	padding-left: 25px;
}
#mainSubTitle {
	margin-left: 0px;
	font-size: 0.9em;
}
#motto {
	text-align: center;
	font-variant: small-caps;
	font-style: normal;
	font-size: 0.9em;
	padding-bottom: 0px;
	padding-top: 15px;
	font-weight: bold;
}
#avd {
	text-align: center;
	width: 450px;
	margin: 0 auto;
	border: 2px solid #000000;
}
#top {
	background-color: #FFCF9C;
	height: 480px;
}
#topText {
	font-size: 0.85em;
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 10px;
}
#main {
	background-color: #FFCC99;
	width: 750px;
	border-top: 0px solid black;
}
#mainSubTitle h2 {
	color: #663333;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 5px;
}
#robertsLeft {
}
#robertsLeft h3 {
	text-align: center;
	font-size: 0.9em;
}
.formula {
	font-weight: bolder;
	color: #000000;
	font-size: 0.8em;
	text-align: center;
	font-variant: small-caps;
	padding-top: 215px;
}
.forWho {
	text-align: center;
	font-size: 0.8em;
	width: 300px;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
	margin: 0 auto;
	padding-bottom: 0px;
}
.leftBox {
	float: left;
	width: 200px;
	font-weight: bold;
	margin-right: 0px;
	margin-top: 18px;
}
.rightBox {
	float: left;
	width: 545px;
}
.rightBoxText {
	margin: 0 auto;
	width: 450px;
}
.banner {
	width: 750px;
	height: 85px;
	background-color: #FFCC99;
}
.questionsBox {
	width: 100%;
	height: 550px;
	font-size: 0.7em;
	padding-top: 20px;
	color: #FF0000;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.buttons {
	width: 200px;
	height: 100px;
	text-align: center;
}

.smallText {
	font-size: .7em;
}
.let {
	font-size: 1.4em;
}
.copyright {
	font-size: 0.6em;
	text-align: center;
	background-color: #FFCF9C;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#topSubtitle {
	font-size: 1.3em;
	text-align: center;
	font-variant: small-caps;
}
#contact {
	width: 370px;
	margin: 0 auto;
}
#address {
	text-align: center;
}
