a:link {color: #000000} 
a:visited {color: #000000} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333} 
li {color: #339966; list-style-type: square} 
ul {color: #339966; list-style-type: square} 
ol {color: #339966} 
.mytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000} 
.mytext a:link {color: #003366; text-decoration: none} 
.mytext a:visited {color: #000066; text-decoration: none} 
.mytext a:hover {
	color: #660000;
	font-weight: normal;
	text-decoration: underline;
} 
.mytext a:active {color: #FFFFFF; text-decoration: none} 
.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666} 
.mytext2 a:link {color: #666666; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #CCCCCC; text-decoration: none; background-color: #333333} 
.mytext2 a:active {color: #333333; text-decoration: none} 

body {
	background-attachment: fixed;
	background-color: #660000;
	background-image: url(img/maroon-bg.gif);
	background-repeat: repeat;
}
textarea {
	border: 2px solid #333333;
	left: 200px;
	top: 120px;
}

#container {
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-right-width: 4px;
	border-bottom-width: 18px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	position: relative;
	bottom: 0px;
	padding: 8px;
	width: auto;
}


#button-area {
	background-color: #FFFFFF;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
}


#topbar {
	background-color: #660000;
	background-repeat: repeat;
	height: 150px;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(img/top_bg.jpg);
}
#top-pic {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 150px;
}


.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:1px solid #000000; /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color:#000; 
  background:#d4d4d4; 
  border:1px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#fff; 
  background:#660000;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.mytextBold {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #660000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 4px;
	line-height: 12px;
}
.finePrint1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
}
