* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #fcfcfc;
}
#menuPanel-title {
	background-image: url(../images/menuPanel-title-bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	color: #FFF;
	text-align: center;
	margin: 0px 0px 10px 0px;
	background-color: #690505;
}
.copy-agreement {
	line-height:28px;
	font-size:12px;
}
.copy-agreement-supporttext {
	color:#666666; 
	font-size:11px; 
	padding:2px 0px 2px 0px;
	margin-right:5px;
}


.feedback-sent {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.sidebar-title {
	font-size: 15px;
	margin-bottom: 5px;
	color: #333333;
}
.sidebar-divider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar-links {
	color: #255ba2;
	text-decoration: none;
}
.copy-title  {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.copy-links {
	color: #fe0201;
	text-decoration: none;
	font-weight: bold;
}
.copybody-links {
	color: #fe0201;
	text-decoration: none;
	font-weight: normal;
}
.copy-subtitle  {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.feedback-form-copy-title {
	padding: 10px 0px 10px 0px;
}
.bulleted-list {
	list-style:disc;
	list-style-position:outside;
	margin-left: 25px;
	margin-bottom: 8px;
}
.bulleted-list2 {
	line-height:25px;
	list-style:circle;
	list-style-position:outside;
	margin-left: 45px;
}
.bulleted-list3 {
	line-height:25px;
	list-style: upper-alpha;
	list-style-position:outside;
	margin-left: 45px;
}

/* Sub-navigation*/

ul.subNavigation {
	list-style-type: none;
	/*background-image: url(navi_bg.png);*/
height: 80px;
	width: 700px;
	margin: 7px 0px 0px 0px;
}
ul a.subNavigation {
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 15px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #371C1C;
}
ul a.subNavigation-active {
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 15px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#CC251D;
	font-weight: bold;
}

li.subNavigation {
float: left;
}
/*Linking*/
a:link.menuPanel-title {
	text-decoration: none;
	color:#FFF;
}
a:visited.menuPanel-title {
	text-decoration: none;
	color:#FFF;
}
a:link.copy-title {
	text-decoration: none;
	color:#F00;
}
a:visited.copy-title {
	text-decoration: none;
	color:#F00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*link-sub-navigation*/
a:link.subNavigation {
	text-decoration: none;
}
a:visited.subNavigation {
	text-decoration: none;
}
a:hover.subNavigation {
	text-decoration: none;
	color:#CC251D;
}
a:active.subNavigation {
	text-decoration: none;
}
.copy-agreement-acceptance {
	font-size: 10px;
	color: #000;
}
a:link.copy-subtitle {
	text-decoration: none;
	color:#F00;
}
a:visited.copy-subtitle {
	text-decoration: none;
	color:#F00;
}
a:hover.copy-subtitle {
	text-decoration: none;
	color:#F00;
}
a:active.copy-subtitle {
	text-decoration: none;
	color:#F00;
}

#wrapper #leftcolumn #TwoColumns-containerRight table {
	text-align: center;
}
ol.numbullet-first-level{
	margin-left:25px;
	margin-bottom: 10px;
}
.numbullet-first-level li {
	margin-bottom: 10px;
}

ol.numbullet-second-level{
	margin-left:30px;
	margin-bottom: 10px;
	list-style-type: lower-alpha;
}
.numbullet-second-level li {
	margin-bottom: 10px;
}
.numbullet-second-level ol {
	margin-bottom: 10px;
}
