@charset "utf-8";
/* CSS Document */

/*format elements*/
body {background-color: #000000; background-attachment: fixed; background-image:url(images/bg.jpg); background-repeat:no-repeat; background-position: left;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size: medium; 
color: #FFFFFF;
text-align:center;
}


a:link {color: #FF0000}
a:hover {color: #FFCCCC}
a:visited {color: #FF0000}
a:active {color:  #FFCCcc}

p {font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:medium; 
color:#FFFFFF;
text-align:left;
padding:5px
}

h3 {font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left}

.bold {font-weight:bolder}

.center {text-align:center}
.small {font-size:10px; font-stretch:expanded; font-family:Verdana, Arial, Helvetica, sans-serif}
.datehighlight {background:#FF0000; padding: 5px; font-stretch:expanded; font-weight:bold; }
.bluehighlight {background: #000066; padding: 5px; font-stretch:expanded; font-weight:bold; }
 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*homepage elements*/
#container {margin-left: auto;
margin-right:auto;
width: 1000px;
height:auto}

#header {margin-left: auto;
margin-right:auto;
width: 1000px;
height:auto;
clear:both;
}

#logo {width:1000px;
height:auto;
float:left;
border: thin  #CCCCCC solid}

#navigation {width:1000px;
height:50px;
clear:both;
padding-bottom:10px
}

#title {width:1000px;
height:auto;
float:left;
text-align:left;
padding-top: 10px
}


#content {width:1000px;
height:auto;
float:left}

#boxes {width: 180px;
height: 180px;
padding: 10px;
float: left}

#boxes2 {width: 318px;
height: 325px;
float: left;
border:thin #666666 solid}



#column1 {width: 500px;
height: auto;
padding: 10px;
float: left}

#column2 {width: 460px;
height: auto;
padding: 10px;
float: left}

#spacerh {width:1000px;
height:10px;
text-align:center;
clear:both}

#spacerv {width:15px;
height:50px;
float: left}


