/* Our Basic CSS Settings */
*  { padding: 0; margin: 0;}
body { 
	background-color:#F5B316;
	background-image:url(../img/bg_wide.png); background-repeat:repeat-x; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px; 
}
p  { margin:10px; }
ul { padding-left:25px;}
li { padding-left:5px;}
h1 { font-size:18px; margin-bottom:10px;}
h2 { font-size:16px;}

/* CSS IDs */
#Page {
	width:1000px; 
	margin-left: auto; margin-right: auto; 
	/* background-color:#FFFFFF; */
	
}
#Content {
	padding-left:10px;
	padding-right:3px;
	min-height:530px;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}

/* CSS Classes */
.textbox { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#003366;}
.submitButton { background-color:#F5B316; color:#000000;}
.textarea { font-family:Georgia, "Times New Roman", Times, serif; color:#003333;}
.inputbox { font-family:Georgia, "Times New Roman", Times, serif; color:#003333;}
.menu { text-align:center; background-color:#F5B316;}
.menutext, menutext:a {color:#FFFFFF; text-decoration:none; font-weight:bold; font-size:14px;}
.sidebar_head { width:300px; height:20px; background-image:url(../img/sidebar_header.gif); background-repeat:no-repeat; color:#FFFFFF; padding-left:20px; padding-top:5px;}
.sidebar_main { width:300px; height:120px; background-image:url(../img/sidebar_bg.gif); background-repeat:repeat-y; color:#FFFFFF; padding:0px; margin:0px;}
.sidebar_foot { width:300px; height:20px; background-image:url(../img/sidebar_footer.gif); background-repeat:no-repeat; color:#FFFFFF; padding-left:20px; padding-bottom:5px;}
.col_td {
	background-image: url(../img/col_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 350px;
}
.col_header {
	color:#FFFFFF;
	margin-left:10px;
	font-weight:bold;
}
.col_text {
	color:#000000;
}
.3_col_left {
	float:left;
	width:350px;
	clear:both;
	background-image:url(../img/col_bg.gif); background-repeat:no-repeat;
}
.3_col_mid {
	width:350px;
	background-image:url(../img/col_bg.gif); background-repeat:no-repeat;
}
.3_col_right {
	float:right;
	width:350px;
	clear:none;
	background-image:url(../img/col_bg.gif); background-repeat:no-repeat;
}.3_col_header {
	color: #FFFFFF;
}
.3_col_text {
	color: #000000;
}
th, td { text-align:left; vertical-align:text-top;}
