/* CSS Document */

body {
font-family: Verdana;
font-size: 12px;
line-height: 18px;
color: #003366;
font-weight: normal;
word-spacing: 4px;
background-color: #FFFFFF;
margin: 10px auto 0 auto;
padding: 0;
}

#page {
margin: 0 auto 0 auto;
width: 770px;
background-color: #FFFFFF;
border: 2px solid #000066;
position: relative;
}

#column1 {
margin-top: 0px;
margin-left: 0px;
width: 220px;
height: 100%;
padding: 10px;
float: left;
background-color: #9999FF;
background-image: url(images/nav_img.jpg);
background-repeat: no-repeat;
background-position: bottom;
}

#column2 {
margin-top: 0px;
background-color: #FFFFFF;
width: 500px;
padding: 15px;
float: right;
z-index: 4;
}

#header, #footer {
margin: 0 auto;
padding: 15px;
width: auto;
clear: both;
}

#header {
background-color: #FFFFFF;
background-image:url(images/banner.jpg);
background-repeat: no-repeat;
height: 150px;
z-index: 1;
}

#footer {
color: #ffffff;
font-family: Verdana;
font-size: 10px;
background-color:#000066;
margin-bottom: 0;
height: 20px;
}

.hr {
line-height: 4px;
color: #99CC66;
}

#column1 a{
font-family: Verdana;
font-size: 10px;
font-weight: bolder;
color: #000066;
text-decoration: none;
}

#column1 a:hover{
color:#CCFFFF;
}

.footerlink {
	font-family: Verdana;
	font-size: 10px;
	color: #99CCFF;
	text-decoration: none;
}

h1 {
	color:#003399;
	font: Verdana;
	font-size:24px;
	font-weight: normal;
	border-bottom: 1px solid #6666cc;
	line-height: 24px;
	text-align: right;
	font-style: italic;
	}

a {
font-family: Verdana;
font-size: 11px;
font-weight: bolder;
letter-spacing: 0;
word-spacing: 0;
color: #000066;
text-decoration: none;
}

a:visited {
color:#666699;
}

a:hover {
color:#0066FF;
}