body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EDF2F5;
	margin: 0px;
	padding: 10px;
}

a, a:active, a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #000000;
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
}

ul {
	line-height: 1.5em;
	color: #000000;
	margin: 0px 0px 0px 40px;
}

li {
	padding: 5px;
}

input, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong {
	color: #000000;
}

h1 {
	color: #0066CC;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

h2 {
	color: #0066CC;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

h3 {
	color: #0066CC;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-decoration: underline;
}

#flashheader {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 292px;
	height: 152px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#flashheader2 {
	background-image: url(../images/headerpart2.gif);
	background-repeat: no-repeat;
	width: 242px;
	height: 152px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#flashheader3 {
	background-image: url(../images/headerpart3.gif);
	background-repeat: no-repeat;
	width: 234px;
	height: 152px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer {
	font-size: 9px;
	color: #000000;
}

#footer a, #footer a:active, #footer a:visited {
	color: #0066CC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#mainTable {
	background-color: #fff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.subTable {
	background-color: #CCFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#mainContent {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#mainContent h1 {
	color: #0066CC;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}

#mainContent h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}

#mainContent strong {
	color: #000000;
}

#sideBar {
	background-image: url(../images/sidebarbkgrd.gif);
	background-repeat: repeat-y;
	width: 154px;
	margin: 0px;
	padding: 0px;
}

#sideBar p {
	color: #fff;
	padding: 0px 0px 0px 10px;
}

#sideBar strong {
	color: #fff;
	padding: 0px;
}

#sideBar h2 {
	color: #fff;
	padding: 10px 0px 5px 10px;
}

#rightsideBar {
	width: 175px;
	height: auto;
	margin: 0px;
	padding: 5px;
}

.services li {
 	color: #000000;
	list-style-image: url(../images/bullet_arrow.gif);
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 1.25em;
}

.services img {
	margin: 5px;
}

#topborder {
	border-top: 1px dashed #ccc;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#navcontainer {
	width: auto;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin: 0px;
	padding: 0px;
}

#navcontainer a:link, #navcontainer a:visited, #navcontainer a:active {
	display: block;
	padding: 3px 3px 3px 30px;
	width: 111px;
	background-image: url(../images/navOFF.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	border-bottom: 1px solid #eee;
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover {
	background-image: url(../images/navON.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	color: #fff;
}