p {
	margin: 0; 
	padding: 0;
}

body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding:0;
	color: #667580;	
}

h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	height: 39px;
	padding-left: 3px;
	margin: 0px;
}

a, a:visited, a:active {
	color:#66CCFF;
	text-decoration:none;
	font-weight: bold;
}

#main_graphic a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	font-size: 11px;
}

#main_graphic a, #main_graphic a:visited, #main_graphic a:active {
	color:#66CCFF;
	text-decoration:none;
	font-size: 11px;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

#wrapper {
	margin:  0 auto;
	width:   835px;
	padding: 0;	
	text-align: left;
}

#contentwrapper {
        width: 796px;
	border-right: 1px solid #B2C0D0;
	border-left:  1px solid #B2C0D0;
	margin: 0px 0px 0px 18px;
	text-align: justify;
	padding: 0px;
}

#footer {
        width: 793px;
        height: 39px;
	margin: 0px 0px 0px 18px;
	padding: 0px;
	background-image: url(images/blue_bg.gif);
	background-repeat: repeat-x;	
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
}

.clearboth {
	clear: both;
}

.full_width {
	width: 796px;
	padding: 0px;
	clear: both;
}

.half_width_left {
	width: 398px;
	padding: 0px;
	float: left;
	clear: both;
}

.half_width_right {
	width: 398px;
	padding: 0px;
	float: right;
}

.orange_background {
	background-image: url(images/orange_bg.gif);
	background-repeat: repeat-x;	
}

.blue_background {
	background-image: url(images/blue_bg.gif);
	background-repeat: repeat-x;	
}

.green_background {
	background-image: url(images/green_bg.gif);
	background-repeat: repeat-x;	
}

.ten_padd {
	padding: 0px 10px 10px 10px;
}

.third_width_left {
	width: 265px;
	padding: 0px;
	float: left;
}

.oddrow {
	background-color: #DDDDDD;
	color: #FFFFFF;
}

.evenrow {
	color: #DDDDDD;
	background-color: #FFFFFF;	
}

.selectedrow {
	color: #FFFFFF;
	background-color: #91b8f9;
	cursor: pointer;
}

