/* Hummdis Main Style Sheet */

/***********************
       ID SETTINGS
************************/

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #333;
	border: 0px solid #FFF;
	padding: 4px;
}	

#linkbar {
	width: 800px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	background-color: #0303CE;
}

#announcements {
	text-align: left;
	float: left;
	margin-left: 0px;
	width: 400px;
	background-color: #999;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: #000 2px solid;
	color: #000;
}

#more_info {
	text-align: left;
	float: left;
	margin-left: 0px;
	width: 400px;
	background-color: #999;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000 2px solid;
	color: #000;
}

#services {
	margin-left: 410px;
	width: 385px;
	text-align: left;
	background-color: #999;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: #000 2px solid;
	color: #000;
}

#copyright {
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
	background-color: #0303CE;
	padding: 2px;
	text-align: right;
	margin-top: 5px;
}

/***********************
    COMMON SETTINGS
************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #000;
}

a, a:link, a:hover, a:active, a:visited, a:visited:hover {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #FF0;
	text-decoration: underline;
}

a:active {
	color: #00F;
	text-decoration: none;
}

th {
	background-color: #0303CE;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

h1, h2, h3, h4 {	font-weight: bold; }
h1 {	font-size: 14pt; }
h2 {	font-size: 12pt; }
h3 {	font-size: 10pt; }

hr {
	border: none;
	background: #FFF;
	height: 2px;
	width: 100%;
}

/***********************
    SPECIFIC SETTINGS
************************/

.P-indent {
	padding-left: 3px;
	padding-right: 3px;
}
 
.section_title {
	font-weight: bold;
	font-size: 14px;
}

.highlight {
	color: #FF0;
	font-weight: bold;
}

.image_border {	padding: 5px; }

.small_print {	font-size: 9px; }

.monospace {	font-family: "Courier New", Courier, monospace; }

.RedBold {
	color: #F00;
	font-weight: bold;
}

.title_image {
	vertical-align: top;
	text-align: center;
}

.recaptcha {
	background: #FFF no-repeat;
	width: 441px;
	height: 108px;
}

/******************************
   TABLE HIGHLIGHTING EFFECTS
******************************/

td-highlight {
	background-color: #06F;
}
