body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000;
	background-image: url(images/bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	min-width: 910px;
	}
#wrapper {
	width: 900px; /*sets the width for IE5.x's broken box model*/
	w\idth: 900px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px auto;
	border: 0;
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	padding: 0;
	height: 745px;
	}  
#navigation {
	clear: both;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 375px;
} 
#right_column {
	width: 600px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 0;
	padding: 0px;
	background: transparent;
	float: right;
	height: 540px;
}
#left_content {
    background: transparent;
	float: left;
	width: 260px;
	margin-bottom: 15px;
	margin-top: 160px;
	margin-right: 0;
	padding: 0px;
	}
#footer {
	clear: both;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
	padding: 0;
	height: 200px;
} 
a:link, a:visited, a:active {
	text-decoration: none;
	color:  #CCFF99;
	}
a:hover {
	color: #CCFF99;
	text-decoration: underline;
	}
p {
	padding: 0px;
	margin: 10px;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-top: 5px;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-top: 5px;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	}
h5 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	}
h6 {
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-top: 5px;
	}
li {
	margin:0;
	padding:0px;
	}
ul {
	margin:5px 10px 10px 30px;
    padding:0em;
    text-align:left;	
	}
ol {
	margin:5px 10px 10px 30px;
    padding:0em;
    text-align:left;
	}
dl {
	margin:5px 10px 10px 30px;
    padding:0em;
    text-align:left;
	}
.hrule {
	margin: 5px;
	padding: 0px;
	color: #CC0000;
	}
.footermenu {
  font-size: 12px;
   }	
.copyright {
	font-size: 12px;
	color: #CCCCCC;
	text-align:center;
   }
.large {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
.med {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
.small {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	}
.tiny {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
/*CSS FOR FORMS*/
.button {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#000000;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CC0000;
   } 
.form {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.formbox {
   border: 1px solid #000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   padding: 2px;
   margin: 2px;
}
.formheader {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#000000;
	padding: 0px;
	margin: 0px;
   } 
/*CSS FOR IMAGES*/
.image {
	margin: 10px;
}
.linkedimage {
	border: 1px solid #CC0000;
	margin: 10px;
}
.linkedimage2 {
	border: 1px solid #CCFF99;
	margin: 1px;
}
/*CSS FOR BLOG FEED*/
.labelfield{ /*CSS for label field in general*/
	font-size: 90%;
	font-variant: small-caps;	
}
.titlefield{ /*CSS for title field in general*/
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
.datefield{ /*CSS for date field in general*/
	font-size: 90%;
	}
#blog div{ /*CSS specific to blog div*/
    margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
}
#blogfeed p{ /*CSS specific to blogfeed paragraph*/
	margin: 10px;
	padding-bottom: 12px;
	}
code{ /*CSS for insructions*/
}

