body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color : #444;
	height:100%;
	width:100%;
	background-image:url(images/bg_tile.gif);
}
td {font-family: verdana, sans-serif; font-size: 11px; color: #fff;}


p {margin-top:0px;margin-bottom:15px;}



A:link {color:#fff;text-decoration:underline;font-weight:bold;}
A:visited {color:#fff;text-decoration:underline;font-weight:bold;}
A:active {color:#fff;text-decoration:underline;font-weight:bold;}
A:hover {color:#fc6;text-decoration:underline;font-weight:bold;}

A.foot:link {color:#aaa;text-decoration:underline;font-weight:normal;}
A.foot:visited {color:#aaa;text-decoration:underline;font-weight:normal;}
A.foot:active {color:#aaa;text-decoration:underline;font-weight:normal;}
A.foot:hover {color:#fc6;text-decoration:underline;font-weight:normal;}

form {margin:0;padding:0;font-size:11px;}

input, textarea {font-family: verdana, sans-serif;font-size:10px;border : 1px solid #606043;} 
input.checkbox {border:0px;margin-top:2px;margin-right:3px;margin-bottom:0px;padding:0px;margin-left:0px;}
select {font-size:11px;}

.ten {font-size:10px;}

#footer {
	margin-bottom:10px;
	margin-top:30px;
	padding-top:10px;
	font-size:10px;
	color:#aaa;
	text-align:center;
	border-top:1px solid #777;
}

#outer {
	background-image:url(images/bg_home.gif);
	background-repeat:repeat-x;
}

#main {
	margin-top:20px;
}

#col_left_home {
	width:200px;
	float:right;
	clear:right;
	text-align:right;
}

#col_right_home {
	width:480px;
	float:left;
	clear:left;
}

#col_left_main {
	width:200px;
	float:right;
	clear:right;
}

#col_right_main {
	width:480px;
	float:left;
	clear:left;
}

#update_outer {
	border:1px solid #352C31;
	background-color:#5f5f5f;
	text-align:left;
}

#update_head {
	background-color:#931B1D;
}

#update_box {
	padding:15px;
}

#display_box {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
}

.update_hr {
	border:0;
	color:#352C31;
	background-color:#352c31;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}	

.picborder {
	border:1px solid #ccc;
}

.text_head {
	font-weight:bold;
	color:fc6
}	

.sponsor_logo {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
	

.upper_case
{
    text-transform:uppercase 
}
