/* -- ELEMENT STYLES -- */

body {
	font-family: arial, helvetica, arial, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #CCCCCC;
	margin: 30px;
	background-image: none;
	background-repeat: no-repeat;
}

body #admin {position:absolute;top:222px;left:50px;}

a {
  color: red;
}

a:hover {
  text-decoration:none;
  background-color: #EEEEEE;
}

.main_logo a:hover {background-color:transparent;}


acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

ul {
  list-style-image: url(../images/bullet.gif);  
}


/* -- MAIN CONTAINER -- */

#layoutBox {
	float: left;
	border: 1px solid #FFFFFF;
	padding: 10px;
	background-color: #FFFFFF;
	min-width:800px;
}

* html #layoutBox {width:800px;}

/* -- HEADER CONTAINER -- */

#headerBox {
	height: 150px;
	margin:0 auto;
	position:relative;
	background-color: #FFFFFF;
	background-position: right;
	background:url('../images/header.jpg') no-repeat top right;
	color: #666666;
}

#headerBox a:hover {background:transparent;}

#logo {
display:block;
position:absolute;
top:10px;left:30px;
}


#name {
display:block;
position:absolute;
top:30px;
right:400px;
width:200px;
color:darkgrey;font-size:22px;font-style:italic;text-decoration:none;font-weight:bold;

}
#headerLeftBox {
	float: left;
	width: 30%;
	height:10em;
	text-align: right;
	background-image: url(../images/hdr_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: baseline;
}

#headerRightBox {
	float: right;
	width: 70%;
	height: 10em;
	background-image: url(../images/hdr_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
 
 
/* -- HEADER STYLES -- */

.title {
  font-family: "times new roman", helvetica, arial, sans-serif;
  font-size: large;
  font-weight: bold;
  font-style: italic;
  color: #666666;
  line-height: 0.9em;
}

.subTitle {
  font-size: 80%;
  color: #666666;
}


/* -- MENU CONTAINER -- */

#menuBox {
	float: left;
	width: 15em;
	margin: 10px 0 0 0;
	text-align: left;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}


/* -- CONTENT CONTAINER -- */

#mainContent {
	margin: 10px 0 0 16em;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

#mainContent br {
	margin-top: 10px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer {
  height: 1px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, #menuBox h1, .menuFooter, .footer {
	font-family: "times new roman", helvetica, arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	display: block;
	padding: 2px 2px 2px 10px;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat;
	background-position: right center;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#mainContent h1, .footer {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 1px solid #FFFFFF;
}

#mainContent h2, #menuBox h2 {
  font-size: 100%;
  font-weight: normal;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h2 a {color:black;text-decoration:none;}

#mainContent h1, #mainContent h2, .footer {
  clear: right; 
}

.footer {
	font-family: arial, helvetica, arial, sans-serif;
	font-size: 75%;
	font-weight: normal;
	margin-top:5px;
	border-right-color: #FFFFFF;
	border-top-color: #F45C4E;
	border-bottom-color: #F45C4E;
	border-left-color: #F45C4E;
	height: 21px;
}

.footer a:hover {
  background-color: #FFFFFF;
}

.footer br {
  margin: -20px;
}


/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

#menuBox li  {list-style:none;}
#menuBox li a {background:url("../images/menu_icon.jpg") 10px 50% no-repeat;color:#666}
#menuBox li a:hover {background:#EEE url("../images/menu_icon.jpg") 20px 50% no-repeat;}
#menuBox a {text-decoration:none;color:white;}

.menuGroup a {
  color: #666666;
  text-indent: 3em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

a:hover {
  color: red;
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.main_logo, .imgRight {
  float: right;margin:20px 0 10px 10px;
}

.imgLeft {
  float: left;
}

#debug_report {display:none;}

.logo {float:left;margin:0 10px 10px 0;}

/*.content-view-line:after { 
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
*/
