html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #DBDBDB;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#000;  
  text-align:center;
  margin:0px;
  padding:0px;
}


#head {
background-color: #fff;
margin-top: 10px;
margin-bottom: 10px;
}

#head h1 { 
background: #fff url(../images/logo.jpg) no-repeat top center; 
margin: 0; 
height: 201px; 
}

#head h1 span {
display: none;
}
 

#box {
background-color: #fff;
width:750px;
margin: 0px auto;
padding:0px;
text-align:left;
border: 1px solid #000;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 10px;
margin-top: 10px;
}

#left {
width:168px;
padding:0px;
float:left;
background-color:#fff;
background: #fff url(../images/messagesbg.gif) no-repeat top left; 
}

#left ul {
	margin: 0px;
	display: list-item;
	padding-top: 10px;
	list-style-type: none;
}
#left ul li {
	background: #fff url(../images/navigationbg.gif) no-repeat top right; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	list-style-type: none;
	padding-right: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
}
#left ul li a {
	color: #000;
	text-decoration: none;
}
#left ul li a:visited {
	color: #000;
	text-decoration: none;
}
#left ul li a:hover {
	color: #B90000;
	text-decoration: none;
	background: #fff; 
}

#left h1 {
	color: #B90000;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
}

#left h2 {
	color: #B90000;
	padding-left: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

#left p {
	color: #000;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
}

#content {
width:395px;
height: 300px;
padding:0px;
float:left;
background-color:#191919;
overflow: auto;
margin-left: 10px;
margin-right: 10px;
}

#contentContainer {
padding:0px;
background-color:#191919;
margin: 0;
}

#contentContainer h1 {
	color: #fff;
	padding-right: 10px;
	font-weight: normal;
	font-size: 22px;
	text-align: right;
}

#contentContainer h2 {
	color: #fff;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#contentContainer p {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
}

#contentContainer a {
	color: #fff;
	text-decoration: underline;
}

#contentContainer a:hover {
	color: #B90000;
	text-decoration: none;
}


#right {
width:167px;
height: 300px;
padding: 0px;
float:left;
}


#footer {
width:100%;
}

#footer p,#footer a {
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}













form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 375px;
  max-width: 375px;
  width: 375px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10px;
  background-color: #DBDBDB;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}














