@charset "utf-8";
/* CSS Document */
.bluegreen{
color:#d8e3ef;
}
.blue{
color:#818ba9;
}
.greyblue{
color:#a1a8bf;
}
.blueblue{
color:#7babdb;
}
.lightblue{
color:#c2ceec;
}

.style5 {font-size: small; font-weight: bold; }
.style6 {font-size: small; }

body{
position:relative;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#top{
/*background-image:url(images/top.jpg);*/
height:148px;
width:720px;
}
#topbar{
background-color:#d8e3ef;
top:206px;
height:50px;
width:720px;
text-align:left;
}
#topbartxt{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
top:206px;
height:50px;
width:720px;
padding:15px;
text-align:left;
}
#navigation ul a{
color:#818ba9;
text-decoration:none;
font-size:14px;
}
#navigation ul a span,#navigation ul a:hover{
color:#9900FF;
}
#navigation ul{
font-weight:bold;
list-style-type:none;
padding:0;
margin:0 0 0 5px;
}
#navigation ul li ul{
list-style-type:none;
padding:0;
margin:0 0 0 10px;
}
#main {
width:720px;
height:auto;
background-color:#818ba9;
top:-256px;
padding-bottom:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#txt {
position:relative;
background-color:#a1a8bf;
width:680px;
padding:10px;
top:10px;
left:10px;
text-align:left;
}
/* IE7 only positioning */
*:first-child+html #txt {
	position:relative;
	top:10px;
	left:0px;
	}

#footer {
position:relative;
background-color:#a1a8bf;
text-align:center;
width:720px;
}

.h2 {
text-decoration:underline;
}

#txt a:link{
color:#333366;
}

#txt a:visited{
color:#333366;}

.style1 {
	font-size: small
}
