/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
/* ##################### END FORM SECTION  ##################### */	.header2 {
	width: 600px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	height: 20px;
	background-color: #CC0000;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #99CCFF;
	height: 100px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: georgia;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: georgia;
	font-size: 12px;
	color: #555555;
	margin-top: 0px;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a:link {color: #CC6600;}
a:hover {color: #CC6600;}
a:visited {color: #CC6600;}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
.leftpanel {
	background-color: #33FF00;
	margin: 0px;
	float: left;
	width: 300px;
}

.sectiontableentry1 td, .sectiontableentry2 td {
line-height: 188%;
vertical-align: middle;
border-bottom: 0px dotted #000000;

}
#cbUserTable {
margin-left: 6px;
}
#cbUserTable th {
text-align: left;
padding-top: 0px;
padding-bottom: 6px;
border-bottom: 0px solid #000000;
padding-right: 15px;
}
