/************* GENERAL CSS ************/

body {
	text-align: justify;
	font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background: #AAAAAA url(/images/background.gif);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1, h2{
	text-align: center;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #702424;
}

a:hover {
	text-decoration: underline;
	color: #702424;
}

#doc {
  -moz-box-shadow: 0px 0px 15px #000;
}

#yui-main {
}

.yui-b {
  margin-left: 15px;
  padding-bottom: 15px;
}

#right.yui-b {
  width: 220px;
  margin-top: 20px;
  color:white;
}
#right a {
	font-weight: bold;	
	text-decoration: none;
	color: #B85A5A;
}
#right a:hover {
	text-decoration: underline;
	color: #B87373;
}

/************* HEADER STUFF ************/

#header {
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(/images/header.gif);
	color: maroon;
	height: 100px;
}

#header h1 {
	top: 5px;
	left: 130px;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: maroon;
	text-align: left;
}

#header h2 {
	left: 130px;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-size: 22px;
	color: maroon;
	line-height: 150%;
	text-align: left;
}

#logo {
	position: relative;
	top: -60px;
	left: 25px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	height: 100%;
}

/************* MENU ************/
#menu {
	background-color: #800000;
	border-bottom: 1px solid #000000;
	text-align:center;
}

#menu ul {
	list-style:none;
	margin:0;
	overflow:hidden;
}

#menu li {
	display: inline;
	text-align:center;
	padding: 5px 15px;
	height:29px;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #DDDDDD;
	text-align: center;
	font-family: Verdana;
}

#menu li:hover {
	background-color: #600000;
}

#menu a:active {
	background-color: #600000;
}

a#active {
	 color: black;
}

/************* Content ************/

#bd h2, #bd h3, #bd h4, #bd h5, #bd h6 {
	font-weight: normal;
}

#bd h2 {
	font-size: 200%;
	padding: 20px;
	color: #595959;
}

#bd h3 {
	font-size: 16px;
	padding: 20px;
	color: #595959;
}

#bd p {
	line-height: 125%;
	text-indent:50px;
}

.Cbody, .Cwe, .Cbodyh, .Cheader2, .Cheader, .Ccur {
	font-size: 20px;
}

ul li {
	list-style-type: disc;
}

ol {
	list-style: decimal;
}

#bd {
  background: url(/images/bg.gif);
}

.full #bd {
  background: url(/images/bgfull.gif); !important
}

#right img {
	border: 2px solid #252525;
}

#anchor a a:hover {
	color: #595959;
}

.staff {
	border: 1px solid black;
	height: 233px;
	width: 150px;
	float: left;
	padding: 5px;
	margin: 10px;
	text-align: center;
}
#h1 {
  size:26px;
  text-align:center;
}
#right h1 {
  size:26px;
  text-align:center
}

