#container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
body {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent {
	float: left;
	width: 975px;
	padding-top: 30px;
	padding-bottom: 15px;
}
#maincontentonecolumn {
	float: left;
	width: 975px;
	padding-top: 30px;
	padding-bottom: 15px;
}

#leftcolumn {
	width: 200px;
	float: left;
	clear: both;
}
#rightcolumn {
	width: 750px;
	float: right;
	clear: none;
}
#footer {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	color: #999999;
	line-height: 18px;
	background-color: #f8f8f8;
	margin-bottom: 18px;
	border: 1px solid #dcdce5;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
}
hr{
	height:0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.mpHR {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A2B3BC;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 6px;
}

.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
}
#pagecontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #434343;
	line-height: 24px;
}

#pagecontent a, #pagecontent a:link, #pagecontent a:visited, #pagecontent a:active {
	text-decoration: underline;
	color: #F60;
}

#pagecontent a:hover {
	color: #C00;
}


.lefttitlebar {
	background-image: url(../images/left-col-titlebg.png);
	background-repeat: no-repeat;
	float: left;
	height: 36px;
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 34px;
	padding-left: 24px;
	clear: both;
}
.lefttextbox {
	float: left;
	width: 174px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DCDCE5;
	border-bottom-color: #DCDCE5;
	border-left-color: #DCDCE5;
	line-height: 16px;
	color: #333;
	padding: 12px;
	margin-bottom: 18px;
}
.lefttextbox p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.lefttextbox a, .lefttextbox a:link, .lefttextbox a:visited, .lefttextbox a:active {
	text-decoration: underline;
	color: #666666;
}

.lefttextbox a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
}

.leftbullet
{
	margin-left: 6px;
	padding-left: 0px;
	list-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.leftbullet li 
{
	padding-left: 12px;
	background-image: url(../images/left_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 1.4em;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
}
.leftbox {
	width: 46%;
	float: left;
}
.rightbox {
	width: 46%;
	float: right;
	clear: none;
}
.subtitle {
	color: #F60;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


.mainbullet
{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.mainbullet li 
{
	padding-left: 24px;
	background-image: url(../images/main_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 1.1em;
	padding-top: 8px;
	padding-bottom: 4px;
}
.topofpage {
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	background-image: url(../images/orange-arrow.png);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 20px;
}
.fullwidthbox {
	padding: 18px;
	border: 1px solid #FFC66F;
	background-color: #FFF9E6;
	margin-bottom: 24px;
}
