body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background-color: #AAB0BE;
	color: #666666;
	line-height: 2em;
	margin: 0px;
	background-image: url(main_bg.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}
a  {
	color: #FF0000;
	text-decoration: none;
}
a:hover  {
	color: #000000;
	text-decoration: underline;
}
h1 {
	color: #666666;
	font-size: 2.6em;
	text-transform: capitalize;
	letter-spacing: 0em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	color: #000000;
	font-size: 2em;
	text-transform: uppercase;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 8px;
	margin-top: 25px;
	margin-bottom: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	text-transform: none;
	color: #333333;
}

strong {
	color: #000000;
}
li {
	margin-bottom: 15px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: middle;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}







div {
	padding: 40px;
	text-align: left;
	margin: auto;
}
.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.img_right {
	float: right;
	margin-left: 1em;
}

#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}

#header {
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#title {
	background-attachment: scroll;
	background-image: url(title_bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
}
#home_header {
	background-attachment: scroll;
	background-image: url(home_title.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	height: 260px;
	margin: 0px;
	padding: 0px;
}


#nav {
	background-attachment: scroll;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1.2em;
	color: #000000;
	padding: 15px;
	height: 18px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#nav a {
	color: #999999;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
	text-decoration: none;
}
#nav .current {
	color: #FFFFFF;
	font-weight: bold;
}



#body {
	background-attachment: scroll;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1.2em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#body_text {
	padding: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 1px solid #EEEEEE;
}



.divisions    {
	vertical-align: top;
	border-collapse: collapse;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.sec_imgs {
	border: 1px solid #333333;
}
.services {
	vertical-align: bottom;
	margin: 0px;
	padding: 5px;
}


.services a {
	color: #FF0000;

}
.services a:hover {
	color: #FF0000;
}

.services img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}







#footer {
	background-color: #444444;
	color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}
.downloads   td {
	padding: 5px;
}
.downloads   tr.title {
	background-color: #9999FF;
}
.downloads   tr.grey {
	padding: 5px;
	background-color: #E1E1FF;
}



#footer a {
	background-color: #444444;
	color: #999999;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer a:hover {
	background-color: #444444;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: underline;
}


  
#designer {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
td {
	padding: 10px;
	vertical-align: top;
}
.form  td {
	padding: 2px;
}
.form_labels {
	text-align: right;
}
.error {
	font-weight: bold;
	color: #FF0000;
}

