/* Created By: MediaSauce */
/* Date: 11.02.05 */
/* Last Edited: 11.02.05 */
/* By: Justin Lacey */


* { 
background-color: white;
color: black;
}
body {

  background-color: #FFF;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  color: #000;
}

#menuOne a {

border-bottom: 1px dashed #ddd;
text-align: left;
padding-left: 10px;
}

#siteCenter {


  margin-left: auto;
  margin-right: auto;

}


.siteBorder {


  
  border-right: solid 5px #fff;
  border-left: solid 5px #fff;
  border-bottom: solid 5px #fff;
  border-top: solid 5px #fff;


}

.copy {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
  text-align: right;
  
}
.title
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000;

}

.subtitle
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #000;

}

.maintext
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #FFFFFF;
}

.maintext a:link {
	color: #0a2568;
text-decoration: none;
}
.maintext a:visited {
	color: #0a2568;
text-decoration: none;
}
.copy a:link {
	color: #000;
}
.copy a:visited {
	color: #000;
}
.menuExpand
{
	text-align:right;
	padding:5px 10px 5px 8px;
	margin:0px;
	background-image: url("images/menuBg.jpg");
	background-repeat:repeat-y;
	border-top:dashed 1px #dddddd;
	border-bottom:dashed 1px #dddddd;
}
.menuExpand a
{
	padding:0px;
	margin:0px;
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	text-transform:uppercase;
	color:White;
	display:block;
        background-color: transparent;
}
.menuExpand a:hover
{
	background-color:#CD6601;
}