body,td,th {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#eee;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
#wrapper {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
#header {
	width:700px;
	height:202px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#menu {
	z-index:2;
	background-image:url(../images/menu-bg.jpg);
	height:61px;
	/*height:61px;*/
	}
	#menu ul {
		list-style-type:none;
		padding:0 20px;
		padding-top:16px;
		padding-bottom:16px;
		margin:0;
		border:0;
		}
		#menu ul li {
			display:inline;
			list-style-type:none;
			padding:0;
			margin:0;
			border:0;
			}
			#menu ul li a {
				padding:10px 7px 11px 7px;
				margin:0;
				text-decoration:none;
				font-weight:bold;
				color:#4779AF;
				font-size: 10px;
				}
				#menu ul li a:hover {
					color:#666666;
					}
#contentwrapper {
	background-image:url(../images/content-background.jpg);
	background-repeat:repeat-y;
}
a {
	color:#4779AF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#4779AF;
	text-transform:uppercase;
	padding:0;
	margin:0;
	margin-bottom:10px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#4779AF;
	padding:0;
	margin:0;
	margin-top:23px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin-top:23px;
}
#content {
	background-image:url(../images/content-top-bg.jpg);
	background-repeat:no-repeat;
	padding:0 30px 0 30px
	}
	#content ul {
		list-style-type: none;
		margin-left: 0;
		padding-left: 2em;
		}
		#content li {
			list-style-image: url(../images/list-bullet.gif);
			}
#contentfooter {
	clear:both;
	height:29px;
	background-image:url(../images/content-footer.jpg);
}
#footer {
	color:#999999;
	height:25px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
}
.selected a {
	background-color:#E8E3DB;
	border:6px solid #FFFFFF;
	border-bottom:0;
}
.parah3 {
	padding-top:3px;
	margin-top:0;
}
.formstyle {
	width:150px;
	height:17px;
	border:1px solid #CBC0AE;
	margin:0;
	padding:0;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
}
.formstylebutton {
	width:30px;
	height:17px;
	border:1px solid #4779AE;
	background:#4779AE;
	margin:0;
	margin-left:3px;
	padding:0;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
#linkcontainer {
	clear:both;
	width:640px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
}
#linkcolumn {
	float:left;
	width:322px;
}
#imagecolumn {
	float:right;
	width:200px;
	text-align:right;
	}
	#imagecolumn img {
			border:2px solid #CBC0AE;
		}
#empty {
	height:200px;
}
.justblue {
	color: #4778AF;
}