body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

/* global formatting */



h1 {
	display: block;
	height: 32px;
	border-bottom: 1px solid #ebebeb;
	
	
	font-size: 20px;
	font-weight: bold;
	color: #353535;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #353535;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #4476c7;
	padding: 0 0 10px 0;
}


a {
	color: #4476c7;	
	text-decoration: underline;
}

a:hover {
	background: #4476c7;
	color: #ffffff;	
	text-decoration: none;
}

dl dt {
	margin-top: 6px;
	color: #4476c7;
}

dl dd {
	line-height: 1.4em;
	margin-left: 0px;
}

#content ul li {
	margin-left: 0px;
	padding-left: 18px;
	background: url(../images/ul_pointer.gif) no-repeat top left;
	background-position: 0 2px;
}

/* defines the alternate color in the headings */

table.a_table {
	width: 500px;
	border: 1px solid #ebebeb;
}

span.colortoggle {
	color: #4476c7;
}
h3 span.colortoggle {
	color: #000000;
}


.p_large {
	font-size: 16px;
	padding: 12px 0 0 0;
	line-height: 1.5em;
}



.right {
	border-top: 1px solid #ebebeb;
}

p {
	line-height: 1.4em;
	margin-bottom: 8px;
}



/* Div Id customizations */


#content {
	padding: 12px 0 12px 32px;
}


#account {
	float: left;
	height: 49px;
	margin-top: 6px;
	background: #f7f7f7 url(/public/site-theme/default/images/get_started.gif) no-repeat right 2px;
	width: 545px;
}

#account a {
	display: block;
	margin-top: 2px;
	float: right;
	width: 152px;
	height: 44px;
	background: url(/public/site-theme/default/images/get_started.gif) no-repeat;
}

#account a:hover {

}




.ac_container {
	float: left;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #ebebeb;
	width: 510px !important;
	width /**/:510px;
}

.top {
	margin-top: 20px;
	border-top: 1px solid #ebebeb;
}

.bottom {
	border-bottom: none;
}

.ac_icon {
	float: left;
	width: 50px;
	padding: 0 5px 0 0;
}

.ac_icon a img {
	border: none;
}

.ac_content {
	float: left;
	width: 425px;
}

.ac_content dl dd {
	margin-left: 0px;
}

.ac_content dl dt a {
	margin-bottom: 6px;
	padding: 1px 2px 1px 2px;
	font-size: 14px;
	color: #4476c7;
}

.ac_content dl dt a:hover {
	background: #4476c7;
	color: #ffffff;
	text-decoration: none;
}

.r_col_p {
	width: 174px;
	margin-left: 18px;
	margin-bottom: 8px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 4px 0 4px 0;

}


.top_p {
	border-top: none;
}

#r_col h3 {
	padding-bottom: 5px;
	
}
