body {
	font-family: Arial, sans-serif;
	font-size: 100.01%;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #c00;
	background-image: url(images/top-white.gif);
	background-repeat: repeat-x; 
}
img {
	border: 0;
}
#container {
	width: 905px;
	background-color: #fff;
	/*border: 1px solid green;*/
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	font-size: 9pt;
}
#menu {
	width: 200px;
	float: right;
	background-color: #fff;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	padding: 0 0 10px 30px;
	}


#menu ul li a {
	text-decoration: none;
	color: #333;
	
}
#menu ul li a:hover {
	color: #c00;
}

#holder {
	width: 705px;
	float: left;
	background-color: #e9e9e9;
}

#topMenu {
	background-color: #c00;
}
#topMenu ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}
#topMenu ul li {
	display: inline;
}
#topMenu ul li a {
	padding-right: 20px;
	color: #fff;
	text-decoration: none;
}
#topMenu ul li a:hover {
	color: #cff;
}
#mainText {
	padding: 0 50px 20px 30px;
	font: 10pt arial, helvetica, sans-serif;
}

#mainText a:link 	{ color: #900; text-decoration: none; }
#mainText a:visited { color: #900; text-decoration: none; }
#mainText a:hover 	{ color: #900; text-decoration: underline; }
#mainText a:active 	{ color: #900; text-decoration: underline; }
#mainText ul	 	{ margin: 0; padding: 0; }
#mainText ul li {
	margin:	 0	0	0 12px;
	padding: 0 20px 0 10px;
	list-style: none;
	background: url(/imgs/list_square_grey.gif) no-repeat 0 6px;
	}

#mainTable ul li {
	margin:	 0 0 0 4px;
	padding: 0 20px 0 10px;
	list-style: none;
	background: url(/imgs/list_square_grey.gif) no-repeat 0 6px;
	}
	
#footer {
	text-align: center;
	padding: 5px;
	margin: 0;
	width: 696px;
	float: left;
	background-color: #fff;
	color: #666;
}
#footer a {
	color: #c00;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

h1 {
	font-size: 1.6em;
	color: #900;

}
h2 {
	font-size: 1.1em;
	color: #900;
}
h2 a {
	color: #333;
}
h2 a:hover {
	color: #333;
}
hr {
	color: #900;
	background-color: #900;
	height: 1px;
	border: 0;
}
.blockImg {
	display: block;
	margin: 0;
	padding: 0;
}
td.col1 {
	/* background-color: #fff; */
	/* border-bottom: 1px solid #fff; */
	font-weight: bold;
	text-align: right;
	vertical-align: text-top;
}
td.col2 {
	background-color: #E1E1E1;
	/* border-bottom: 1px solid #fff; */
	vertical-align: text-top;
}
td.col3 {
	background-color: #b3b3b3;
	border-bottom: 1px solid #fff;
}
td.col4 {
	background-color: #999;
	border-bottom: 1px solid #fff;
}
td.col5 {
	background-color: #808080;
	border-bottom: 1px solid #fff;
}
td.col2head, td.col3head, td.col4head, td.col5head {
	background-color: #ccc; 
	text-align: left;
	color: #333;
	font-weight: bold;
	/* border-bottom: 1px solid #fff; */
}
.tdList {
	margin: 0 0 0 20px;
	padding: 0;
}
.tdImg {
	margin: 0;
	padding: 5px 0;
}
fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 0;
}
fieldset ul {
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: .3em;
}
legend {
	color: #333333;
}
label {
	float: left;
	width: 8em;
	margin-right: .5em;
	text-align: right;
}
.subBtn {
	left: 10em;
}
#bok {
	width: 665px;
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
}
#spacer {
	height: 340px;
}
ol ul {
	list-style-type: disc;
}
table {
	border: 0;;
}
td.trbl {
	border: 1px solid #333333;
}
td.trb {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
td.rbl {
	background-color: #E1E1E1;
	/* border-right: 1px solid #333333; */
	border-bottom: 1px solid #f5f5f5;
	/* border-left: 1px solid #333333; */
}
td.rb {
	background-color: #E1E1E1;
	/* border-right: 1px solid #333333; */
	border-bottom: 1px solid #f5f5f5;
}
.alert {
	color: #ff0000;
	font-weight: bold;
}
ul ul {
	list-style-type: disc;
}

ul.space li 	{ margin-bottom: 10px; }
ol.space li 	{ margin-bottom: 10px; }

/* Added 1/6/06 
***************************/

/* Page section dividers */
.SubSection			{ color: #900; font: bold 14px arial,verdana,sans-serif; padding: 5px 8px; margin: 10px 0; background: #c7c7c7 url(/imgs/bkgd_section.jpg) repeat-x; }
.SubSection a		{ text-decoration:none; }
