/*default margin, padding & border*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*default body attributes unless otherwise stated*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #cccccc;
	margin: 0x auto;
	text-align: center;
	scrollbar-face-color: #B1C3D7;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}


#layout {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

h1 {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	margin-top: 2px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003A62;
	background-color: #B1C3D7;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}

h3 {
	margin: 15px 10px 0px 10px;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	color: #003A62;
	font-weight: normal;
	margin: 10px;
	text-align: justify;
}

p {
	margin: 10px;
	font-size: 12px;
}

a, a:visited {
	color: #95adc7;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

input {
	border: 1px #000000 solid;
	margin-left: 10px;
}

textarea {
	border: 1px #000000 solid;
	margin-left: 10px;
}

#header {
	width: 800px;
	height: 88px;
}

#logo {
	float: left;
}
/*
#nav {
	border-width: 2px 0px 2px 0px;
	border-color: #ffffff;
	border-style: solid;
	_margin-top: -2px;
	width: 800px;
	background-color: #003A62;
	line-height: 23px;
	font-size: 11px;
	text-align: center;
	color: #B1C3D7;	
}
*/
td.nav {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
}

#nav  {
	background-color: #003A62;
	font-size: 11px;
	text-align: center;
	color: #B1C3D7;
	line-height: 23px;
	
}


#nav li {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#nav ul li a, #nav ul li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
}

#nav ul li a:hover {
	color: #B1C3D7;
}

#image {
	_margin-bottom: -3px;
}

#leftcol {
	float: left;
	/*border: 2px #000000 solid;*/
	width: 267px;
	height: 287px;
	_width: 267px;
	_height: 286px;
	background-color: #B1C3D7;
	font-size: 12px;
}

#leftcol p a, #leftcol p a:visited {
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
}

#leftcol p a:hover {
	text-decoration: underline;
}

#leftcol p {
	margin: 5px 20px 5px 20px;
}

#content
 {
	background-color: #ffffff;
	width: 480px;
	height: 300px; 
	float: center;
}

.front {
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alert {
	color: #FF0000;
}

td.footer {
	padding: 0px 0px 0px 20px;
	background-color: #003A62;
	line-height: 23px;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
}