/* CSS Common */
*
{
	padding: 0;
	margin: 0;
}

body
{
	height: 100%;
}

#container
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	margin: auto;
	border: 1px solid #999;
	border-top: none;
	position: relative;
	width: 852x;
	/* Box Model Fix */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 850px;
}

img
{
	border: none;
}

#header
{
	height: 62px;
	border: none;
}

#grayspace
{
	background-color: #ccc;
	height: 4px;
	font-size: 4px;
}

#logotext
{
	text-align: right;
}

#stripe
{
	background-image: url('/images/strip_tile.jpg');
	background-repeat: repeat-x;
	height: 6px;
	font-size: 6px;
}

#group_content
{
	float: left;
	/*width:578px;*/
}

#main_content
{
	font-size: 10pt;
}

#main_content dt
{
	height: 20px;
	background-color: #1c73a7;
	width: 95%;
	margin-top: 5px;
	color: white;
}

#main_content dd
{
	color: #1c73a7;
	border: 1px solid #1c73a7;
	padding: 5px 3px 10px 3px;
	margin-bottom: 10px;
}

#footer
{
	clear: both;
	width: 852px;
	/* Box Model Fix */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 850px;
}

#under_container
{
	text-align: center;
	margin: auto;
	border: none;
	position: relative;
	width: 852x;
	/* Box Model Fix */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 850px;
}

#gray_footer
{
	background-color: #cccccc;
	width: 97%;
	height: 4px;
	font-size: 4px;
	position: relative;
	margin: auto;
	margin-top: 2px;
}

.head_image
{
	padding-right: 1px;
	border: none;
	float: left;
}

.red_line
{
	width: 90%;
	background-color: red;
	font-size: 1px;
	height: 1px;
	margin: auto;
	margin-bottom: 5px;
}

.title_head
{
	display: none;
}

p
{
	margin-top: 5px;
	margin-bottom: 10px;
}

#main_content ul, #main_content ol
{
	list-style-position: inside;
	padding-left: 10px;
}

#main_content ol li ol
{
	list-style-position: inside;
	list-style: lower-alpha;
	padding-left: 30px;
	padding-bottom: 10px;
}

.parabold
{
	font-weight: bold;
}

.pacecalc
{
	background-color: #ebebeb;
	border: 1px solid black;
}

.pacecalc td, .pacecalc th
{
	padding: 1px 1px 1px 1px;
	border: none;
}

td.stctd
{
	cursor: pointer;
	cursor: hand;
}

.details
{
	width: 200px;
	text-align: left;
	border: 0;
	background-color: black;
	height: 1px;
}

#poweredby
{
	padding-top: 10px;
	text-align: center;
}


.underline-title
{
	text-decoration: underline;
	font-weight: bold;
}

.indent-paragraph
{
	padding-left: 15px;
}

.ordered_list {}

.ordered_list li {
	padding-bottom:10px;
}