/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	background-color: #3399FF;
	margin: 0px;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 1em;
	padding: 0px;
}
a {
	color: #000099;
}
a:hover {
	color: #FF0000;
}
#page {
	background-color:#FFFFFF;
	width:740px;
	border-top: 1px ridge #CCCCCC;
	border-right: 2px ridge #CCCCCC;
	border-bottom: 3px ridge #CCCCCC;
	border-left: 1px ridge #CCCCCC;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: center;
	height: 200px;
	width: 740px;
	background-color: #99FF00;
	padding: 0px;
	margin: 0px;
	background-image: url(images/header.jpg);
}
#nav {
	height: 40px;
	width: 700px;
	background-color: #0033FF;
	margin: 0px 20px;
	padding: 0px;
}
#nav ul {
	padding: 0px;
	width: 700px;
	margin: 0px;
	height: 40px;
}
#nav li {
	float: left;
	list-style-type: none;
	width: 139px;
	text-align: center;
	border-right: 1px solid #333333;
	height: 30px;
	padding-top: 10px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#nav a:hover {
	color: #FF0000;
}
#content_home {
	background-color: #FFFFFF;
	width: 740px;
	margin: 0px;
	padding-bottom: 10px;
}
#content {
	background-color: #FFFFFF;
	width: 740px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
#content h2 {
	font-size: 10pt;
	color: #FF0000;
	font-style: italic;
}


#footer {
	color: #FFFFFF;
	width: 780px;
	font-size: 9pt;
	margin: 0px auto;
	text-align: center;
}
.smallimg {
	float: left;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.leftcell {
	padding-left: 20px;
	border-right: 1px solid #666666;
}
.borderright {
	border-right: 1px solid #666666;
}
.floatright {
	float: right;
}

.toprow {
	background-color: #CCFFFF; 
}
#content_home table td{
	vertical-align: top;
}
#content table td {

	vertical-align: top;
}

