@charset "utf-8";
/* CSS Document */

BODY{
	margin: 0px;
	text-align: center;
}

TABLE{
	border: none;
	padding: 0px;
	margin: 0px;
}

TD{
	font-family: Tahoma, arial, verdana;
	font-size: 11px;
	border: none;
	vertical-align: top;
}

.rootTable{
	padding-right: 10px;
	padding-left: 10px;
	border-right:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	width: 780 px;
}

.innerTable{
	width: 100%;
}

.contentArea{
	text-align: justify;
	padding-right: 10px;
	height: 400px;
}

.heading1{
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
	background-image: url(../images/HeaderBg1.gif);	
	height: 42px;
	width: 547px;
	background-repeat: no-repeat;
}

.stdBgAndFontColor{
	background-color: #274866;
	color: #FFFFFF;
}

.seperatorV{
	width: 10px;
	border-right:1px solid #CCCCCC;
}

.serviceHeadingTable{
	width: 100%;
}

.serviceHeadingLeft{
	background-image: url(../images/serviceHeadingBGleft.gif);
	width: 17px;
}

.serviceHeading{
	font-weight: bolder;
	background-color: #274866;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
}

.serviceHeadingRight{
	background-image: url(../images/serviceHeadingBGright.gif);
	width: 17px;
}

.heading{
	font-weight: bolder;
	color: #274866;
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.primaryMenu{
	background-color: #842100;
}

.darkLinks a:active, .darkLinks a:link, .darkLinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.darkLinks A:hover{
	text-decoration: underline;
}

.tabLinks a:active, .tabLinks a:link, .tabLinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.tabLinks A:hover{
	color: #d4ebff;
	text-decoration: underline;
	font-weight: bold;
}

a:active, a:link, a:visited{
	color: #A92A31;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

.adSpace{
	height: 220px;
	vertical-align: top;
}

table.thinBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}

table.thinBorder td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

UL.myBullets{
	margin-bottom: 0px;
	margin-left: 35px;
	list-style-image: url(../images/arrow1.gif);
	border-top: 1px dashed #BBBBBB;
}
LI.myBullets{
	border-bottom: 1px dashed #BBBBBB;
	padding-bottom: 3px;
	padding-top: 3px;
}

hr{
	height: 1px;
	color: #CCCCCC;
}

INPUT, TEXTAREA{
	border: solid 1px #CCCCCC;
}