body {
	margin: 0px;
	padding: 0px;
	background-color: #e5e2e2;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.header {
	 background: url(../images/home_03.gif) left repeat-x;
}
.menu {
	 background: url(../images/home_17.gif) left repeat-x;
}
.leftGrad {
	 background: #e5e2e2 url(../images/home_19.gif) top right repeat-y;
}
.rightGrad {
	 background: #e5e2e2 url(../images/home_22.gif) top left repeat-y;
}

/* main */

table.main {
	background: #ffffff url(../images/home_51.jpg) bottom right no-repeat;
}
div.content {
	margin: 10px 0px;
}
td.contentHead {
	padding: 25px 15px 0px 15px;
	background: url(../images/home_27.gif) top left repeat-x;
}
td.contentHead img {
	margin: 0px 10px 10px;
	padding: 1px;
	border: 1px solid #333d95;
	float: left;
}
.headingsBlue {
	font-size: 12px;
	font-weight: bold;
	color: #333d95;
}
td.contentBottom {
	padding: 0px 15px 25px 15px;
	background: url(../images/home_46.gif) left bottom repeat-x;
}
td.contentBottom img {
	margin: 0px 10px 10px;
	padding: 1px;
	border: 1px solid #ad1918;
	float: left;
}
.headingsRed {
	font-size: 12px;
	font-weight: bold;
	color: #ad1918;
}
.subheadings {
	padding-bottom: 10px;
	font-size: 10px;
	color: #878383;
}
ul {
	padding: 0px;
}
ul li {
	padding: 0px;
}
a:link,
a:active,
a:visited {
	color: #AD1918;
	text-decoration: underline;	
}
a:hover {
	color: #878383;
	text-decoration: none;
}

/* footer */

.footerContainer {
	 background: url(../images/home_59.gif) top left repeat-x;
	 font-size: 10px;
	 line-height: 10px;
	 color: #878383;
}
div.footerLinks {
	width: 600px;
	float: right;
	padding: 5px;
	text-align: right;
}
a.footer:link,
a.footer:active,
a.footer:visited {
	font-size: 10px;
	color: #878383;
	text-decoration: none;
}
a.footer:hover {
	color: #333333;
	text-decoration: underline;
}
.copyright {
	width: 100px;
	float: left;
	padding: 5px;
	text-align: left;
}

#SubmitBackground{
	border: 1px solid #9b9a98;
	background-image: url(../images/backBtn.jpg);
	background-repeat: repeat-x;
	color: #6f6e6c;
	font-size: 12px;
	height: 24px;
	width: 70px;
}

ul#menu_child {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul#menu_child li {
	padding: 5px 10px;
	margin: 0px;
	background-color: #e2e2e2;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}

ul#menu_child li a {
	color: #696767;
	text-decoration: none;
}