
body, body div, body p, body th, body td, body li, body dd{
   	font-family: verdana, arial, sans-serif;
    font-size: small;
}  	

body{
	padding: 5px;
	background-color: #FFFFFF;
}


h1 
{
    font-size: 250%;
    font-family: times, serif;
    margin-bottom: .2em;
} 

h2 
{
    font-size: 160%;
    font-family: times, serif;
    margin-bottom: .2em;
} 

h3
{
    font-size: 130%;
    margin-bottom: .2em;
}

h4
{
    font-size: 100%;
    margin-bottom: .2em;
}

h5
{
    font-size: 85%;
    margin-bottom: .2em;
}

h6
{
    font-size: 62.5%;
    margin-bottom: .2em;
}


.leftimg {
	float: left;
}

.rightimg {
	float: right;
}

.maroonfont
{
	color: #840000;
}

.redfont
{
    color: #cc0000;
}

.bluefont
{
	color: #0000FF;
}

.navyfont {
	color: #000080;
}

.blackfont
{
    color: #000000;
}

.greyfont
{
    color: #808080;
}

.greyfontlt
{
    color: #c0c0c0;
}

.greyfontdk
{
	color: #444444;
}

.purplefont
{
	color: #800080;
}

.greenfont
{
	color: #008000;
}

.whitefont
{
  color: #ffffff;

}


.headText
{
	font-size: 250%;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
}

.headItalic
{
	font-size: 250%;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
	font-style: italic
	
}

.headCaps
{
	font-size: 250%;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
	font-variant: small-caps;
}


.subHead
{
	font-size: 175%;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
}

.subHeadItalic
{
	font-size: 175%;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
	font-style: italic
	
}

.subHeadCaps
{
	font-size: 175%;
	font-weight: bold;
	font-family: "Times New Roman", times, serif;
	font-variant: small-caps;
}


.medText  
{
	font-size: 125%; 
}

.medItalic
{
	font-size: 125%;
	font-style: italic; 
}

.medCaps
{
	font-size: 125%;
	font-variant: small-caps; 
}

.medBold
{
	font-size: 125%; 
	font-weight: bold;
}

.medUnderline
{
	font-size: 125%;
	text-decoration: underline;
}

.smalltext
{
	font-size: 100%; 
}

.smallItalic
{
	font-size: 100%;
	font-style: italic; 
}

.smallCaps
{
	font-size: 100%;
	font-variant: small-caps; 
}

.smallBold
{
	font-size: 100%; 
	font-weight: bold;
}

.smallUnderline
{
	font-size: 100%;
	text-decoration: underline;
}

.tinyText
{
	font: 75%; 
}

.tinyItalic
{
	font-size: 75%;
	font-style: italic; 
}

.tinyCaps
{
	font-size: 75%;
	font-variant: small-caps;  
}

.tinyBold
{
	font-size: 75%; 
	font-weight: bold; 
}

.tinyUnderline
{
	text-decoration: underline;
}

.samplecode {
	font-family: 'Courier New', Courier, monospace;
}

.comicline
{
   font-family: 'comic sans ms';
}

#copyright {
	font-size: 75%;
}

#container {
	position: relative;
	width: 100%;
}

#topleft {
	position: absolute;
	width: 160px;
	top: 3px;
	left: 3px;
	height: 120px;
	padding: 3px;
    border: 1px solid #ffffff;
}

#topcenter {
	position: relative;
	width: auto;
	min-width: 120px;
	max-height: 120px;
	margin: 0px 175px 0px 170px; 
}

#topspan {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 120px;
	min-width: 380px;
	padding: 3px;
	border: 1px solid #eeeeee;
}


#topright {
	position: absolute;
	width: 160px;
	top: 3px;
	right: 15px;
	height: 120px;
	padding: 3px;
    border: 1px solid #ffffff;
}

#bodyleftLQ {
	position: absolute;
	width: 160px;
	top: 140px;
	left: 3px;
	border: 1px solid #dddddd;
  background-color: #cc0000;
  padding: 3px;
}

#bodyleft {
	position: absolute;
	width: 160px;
		top: 143px;
	left: 3px;
	border: 1px solid #cc0000;
  background-color: #ffffff;
  padding: 3px;
}

#bodycenter  {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 1px 190px 1px 170px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
  padding: 10px;
}

#centerspan  {
	position: relative;
	left: 162px;
	max-width: 600px;
	min-width: 380px;
	border: 1px solid #cc0000;
	background-color: #ffffff;
    padding: 15px;
}



#bodyright {
	position: absolute;
	width: 160px;
	top: 143px;
	right: 15px;
	border: 1px solid #dddddd;
	background-color: #ffefd5;
	padding: 3px;
      	
}
#footleft {
	position: absolute;
	width: 160px;
	left: 3px;
	border: 1px solid #ffffff;
   	padding: 3px;
}

#footcenter {
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 1px 200px 3px 170px; 
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
    padding: 7px;
}

#footright {
	position: absolute;
	width: 160px;
	right: 10px;
	border: 1px solid #ffffff;
	padding: 3px;
}

#masthead {
	background-color: #CCCCCC;
	padding: .5em 1em;
	margin: 0px 100px 0px 0px;
	height: 100px;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1em;
	border-bottom-color: #000080;
}

#masthead h1 {
	margin: 0px;
	padding: .5em 1em;
}

#navcontainer {
	height: 30px;
	background-color: red;
}

#navcontainer ul {
	margin: 1px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	background-color: black;
}
	
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 1;
	margin:0;
  border: 2px solid red;
	
}
	
#navcontainer ul li a  {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	float:left;
	display:block;
	text-align: center;
	color: #ffffff;
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
letter-spacing: .10em;	
}

#navcontainer ul li a:hover  {	
	background-color: blue;
}

#navcontainer a:active {
	background-color: white;
	color: black;
}

#menu {
	height: 45px;
	background-position: 50% bottom;
	background-color: #fdb928;
}
#menu ul {
	margin: 0px;
	padding: 0px 1em 0px 0px;
	text-align: right;
}
#menu li {
	display: inline;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
#menu a {
	display: inline;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	padding:.75em;
}
#menu a:hover {
	line-height: 40px;
	padding: 0em .3em 0em .3em;
	text-decoration: none;
	color: #333333;
}

.menubox 
{
    width: 156px;
    padding: 3px;
    margin: 0;
}

.newsbox
{
	position: relative;
	top: 5px;
	margin: 0px;
	padding: 5px;
}

.newsboxR
{
	width: auto;
	float: left;
	margin-left: 5em;
	padding: 5px;
}



.box2
{
    border: 1px solid #999999;
    background-color: #ffffff;
}

.box3
{
	border: 1px solid #800000;
	background-color: #FFFFFF;
}

.box4
{
	border: 1px solid #999999;
	background-color: #ffcc99;
}

.box5
{
    border: 1px solid #666666;
    background-color: #ffffcc;
}

.box6
{
    border: 1px solid #9999cc;
    background-color: #444444;
}

.box7
{
	border: 1px solid #999999;
	background-color: #FFCCFF;
}
.box8
{
	border: 1px solid #999999;
	background-color: #CCFFCC;
}

.box9
{
	border: 1px solid #999999;
	background-color: #CC0000;
}

.box10
{
	border: 1px solid #999999;
	background-color: #840000;
}

.box11
{
	border: 1px solid #cc0000;
	background-color: #ffffff;
}

.box12
{
	border: 1px solid #840000;
	background-color: #f8f8f8;
}


.box13
{
	background-color: #66ff33;
	border: 1px solid #00ff00;
}

.boxclear
{
	border: 1px solid #808080;
}	


.highlighter {
	background-color: #ffff80;
}

.highlighter3 {background-color: #ffffe0;
}

.text400 {position: absolute;
	left: 250px;
}

.text350 {position: absolute;
	left: 250px;
}

.text300 {position: absolute;
	left: 250px;
}

.text250 {position: absolute;
	left: 250px;
}

.text200 {position: absolute;         
	left: 200px;                        
}  

.text175 {position: absolute;         
	left: 175px;                        
}  

.text150 {position: absolute;
	left: 150px;
}

.text125 {position: absolute;
	left: 125px;
}

.text100 {position: absolute;
	left: 100px;
}

.text75 {position: absolute;
	left: 75px;
}

.text50 {position: absolute;
	left: 50px;
}

.text25 {position: absolute;
	left: 25px;
}
 
.text15 {position: absolute;
	left: 15px;
}
   
.spacer5 {position: relative;
	left: 5px;
}

.spacer10 {position: relative;
	left: 10px;
}

.spacer15 {position: relative;
	left: 15px;
}

.spacer25 {position: relative;
	left: 25px;
}

.spacer45 {position: relative;
	left: 45px;
}

.spacer75 {position: relative;
	left: 75px;
}

.spacer100 {position: relative;
	left: 100px;
}

.spacer125 {position: relative;
	left: 125px;
}

.spacer150 {position: relative;
	left: 150px;
}

