body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Arial, Verdana;
	font-size: 11px;
	background: #0B3861;
}

#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

A {
	text-decoration: none;
	color: #3E3E3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#header {
	background-color: #0B3861;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: left;
	clear: both;
	width: 100%;
}

#logo {
	padding-top: 10px;
	margin-left: 15px;
	float: left;
}

#logomain {
	padding: 0;
	margin: 0;
	float:left;
}

#toplinks {
	padding-top: 20px;
        background: #0B3861;
	float: right;
	margin-right: 40px;
	color: #fff;/*#001D36;*/
}

#toplinks A {
/*	color: #B2B2B2;*/
	color: #fff;/*#001D36;*/
}
#toplinks A:hover {
	text-decoration: underline;
}


#links {
	float: left;
	width: 953px;
	padding-top: 15px;
	margin-left: 21px;
        background: #0B3861;
}

#rollover {
	width: 156px;
	height: 31px;
	background-image: url(images/bt_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
/*	border-right: 1px solid #0B3861;*/
	border-right: 1px solid #0B3861;
	text-align: center;
	display: block;
	float: left;
}

#rollover:hover {
	background-position: bottom left;
}

#rollover img {
	border: 0px;
	margin-top: 10px;
}

#content {
	background: #E6E6E6;
	background-repeat: repeat-x;
	padding: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
}

#bodycopy {
	float: left;
	width: 550px;
	text-align: justify;
}

#bodycopy A {
	color: #F05A00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bodycopy A:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

li {
	background-image: url(images/orangebullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	margin-bottom: 10px;
	padding-left: 15px;
}

ul ul {
	margin-left: 25px;
}

ul ul li {
	background-image: url(images/graybullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}



#graypatch {
	background-color: #0B3861;
	clear: both;
	padding-left: 8px;
	overflow: auto;
	height: 100%;
}

#graycols {
	width: 304px;
	background-image: url(images/graycolsbackground.gif);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	height: 230px;
}

#graycolshdr {
	margin-top: 10px;
	clear: both;
	padding-left: 20px;
}

#graycolscontent {
	padding: 0px 20px;
	text-align: justify;
}

#graycolscontent ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#graycolscontent li {
	background-image: url(images/spacer.gif);
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #E2712D;
/*	color: #29415F;*/
}

h4 {
	font-size: 12px;
}

.headings {
	color: #F05A00;	
	font-weight: bold;
	font-size: 12px;
}

.orangetext {
	color: #E2712D;
	border-bottom: 1px dashed #B2B2B2;
	padding-bottom: 20px;
}

#footer {
	clear: both;
/*	background-color: #414141;*/
	background-color: #0B3861;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
}

#tblsolution {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 1px;
	padding-right: 0px;
}

#tblsolution th {
	background-color: #F68E50;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

#tblsolution td {
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
}