body {
	background-image:url(../images/bodybg.gif);
	background-color:#A0D0FF;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img {
	border:none;
}

#mainwrapper {
	width:780px;
	height:100%;
	text-align:left;
	margin:auto;
}

#header {
	background-color:#0066FF;
	width:100%;
	float:left;
}

#flashheader {
	width:100%;
	height:110px;
}

/* Drop-down menu styles */

#menubar {
	background-image:url(../images/menubg.gif);
	background-repeat:repeat-x;
	width:100%;
	z-index:100;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 134px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 10px;
}

#nav a:hover {
	background-color: #0099FF;
}

#nav li ul a {
	font-weight: normal;
}

#nav li ul a:hover {
	background-color: #0099FF;
}

#nav li {
	float: left;
	width: 150px;
}

#nav li ul {
	position: absolute;
	width: 147px;
	left: -1000px;
	background-image: url(../images/menusubitembg.gif);
	background-repeat: repeat-y;
	z-index: 5;
}

#nav li:hover ul, #nav li.IEhover ul {
	left: auto;
}

/* End of drop-down menu styles */

#leftblock {
	background-color:#A0D0FF;
	width:530px;
	height:480px;
	float:left;
	z-index:1;
}

.linktable {
	width:530px;
}

.linktable td {
	text-align:center;
	width:50%;
	height:179px;
}

.linkbox {
	background-color:#0099FF;
	width:200px;
	display:inline;
}

.linkbox a img{
	border:solid 3px #0099FF;
}

.linkbox a:hover img {
	border-color:#FFFFFF;
}

div.imagetext {
	background-color:#0099FF;
	top:360px;
	color:#FFFFFF;
	font-size:10px;
	position:relative;
	z-index:1;
}

div.imagetext table td{
	vertical-align:top;
}

div.imagetext table td ul{
	margin-top:5px;
	margin-bottom:5px;
}

#content {
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFFFFF;
	padding:5px;
	width:240px;
	height:470px;
	overflow:auto;
	float:left;
}

#content p {
	margin-top:2px;
}

#footer {
	background-color:#FFFFFF;
	width:100%;
	color:#000000;
	text-align:center;
	clear:both;
}

.footerlogo {
	/*width:130px;*/
}

#contactform {
	padding-top:15px;
	width:425px;
	left:50%;
	margin-left:-213px;
	position:relative;
	z-index:1;
}

.contacterror {
	color:#FF0000;
	font-weight:bold;
}

p.contacterror {
	text-align:center;
}

.contactconfirm {
	text-align:center;
}