@charset "UTF-8";
/* CSS Document */

#flashcontent {
width: 100%;
height: 500px;		
}

body { background-color: #ffffff;
font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}

.header {background-color: #f2f2f2;
width: 100%;
height: 122px;	
}

#mainbody { margin-left:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
background:white;
}

.footer { background-color: #f2f2f2;
width: 100%;
height: 40px;		
}

h1 { font-size:30px}

h2 { font-size:24px}

h3 { font-size:20px}

p,h1,h2,h3 { margin: 10px 10px 10px 10px}

.heading { font-family:Lucida Calligraphy;
font-size:36px;
background-color:#ffffff;
color:brown;
font-weight:bold;
text-align: center}

/* MY BITS HERE */

#top {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
text-align: right;
position: absolute;
top: 10px;
right: 18px;
width: 200px;
font-weight: bold;
line-height: 1.1em; }

/* TOP NAV */

#nav {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
top: 10px;
left: 16px;
line-height: 15px;
font-weight: bold; }

#nav2 {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
top: 10px;
left: 170px;
line-height: 15px;
font-weight: bold; }

#nav3 {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
top: 10px;
left: 334px;
line-height: 15px;
font-weight: bold; }

#nav4 {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
top: 10px;
left: 480px;
line-height: 15px;
font-weight: bold; }

#foot {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
top: 636px;
left: 16px;
line-height: 15px;
font-weight: bold; }

#foot2 {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
top: 636px;
left: 512px;
line-height: 15px;
font-weight: bold;  }

#foot3 {
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
position: absolute;
top: 65px;
left: 600px;
line-height: 15px;
font-weight: bold;  }

/* OTHER CSS BITS FROM EMBEDED PAGE */

body,td,th {
	font-size: 0.8em;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #3ca6e6}

