/* Standard styles */

a {
	color: #0000AA;
	font-weight: bold;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	line-height: normal;
	margin:left:2px;
	margin-top: 2px;
	background-color:	#FAF2DD;
}

/* Header styles */

.headersitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #BED7FC;
	height:100px; 
	vertical-align: middle;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat; 
	background-color:	#FAF2DD;
}

.headerlinks {
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left:250px;
}

.headerspace {
	padding: 2px;
}

/* Node styles */

.nodetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	padding-bottom: 10px;
}

.nodetitle a {
	color: #999999;
	font-weight: normal;
}

.nodetitle a:hover {
	text-decoration: underline;
}

.nodedate {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.nodebody {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 150%;
	padding-left: 10px;
}

.nodelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top: 8px;
	padding-left: 3px;
	padding-bottom: 10px;
}

/* Box styles */

.boxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #faf2dd;
	background-color:#9a171f;
	width:100%;
	padding: 4px 0 4px 4px;
	font-weight: bold;
}

.boxbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}	

.menu {
	 text-transform: capitalize;
}
.menu a:hover {
	background-color:#9a171f;
	color:#FAF2DD;
}
.menu ul {
	margin-left: 0;
	padding-left: 2px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.menu a {
	display:block;
	padding: 3px 0 3px 3px;
	background-color: #FAF2DD;
	color:#9a171f;
}

/* Misc other styles */


#topmenu {
	padding-right:5px;
	padding-left:5px;
}
#topmenubar a{
	text-decoration:none;
	color:#9a171f;
}
#topmenubar a:hover {
	background-color:#9a171f;
	color:#faf2dd;
}
.centercolumn {
	width:635px;
	font-size:14px;
	padding-left:3px;
	margin-right:10px;
}
.nodebody {
	width:600px;
}
.title{
	font-size:12pt;
	color:#faf2dd;
	background-color:#9a171f;
	width:635px;
	padding:3px;
	margin-left:5px;
	margin-top:-0.15em;
	text-transform: capitalize;
}
.title dt {
	color:#9a171f;
	background-color:#faf2dd;
	width:635px;
	border-bottom: solid 1px #ccc;
}
.breadcrumb {
	display:none;
}


.leftcolumn {
	width:150px;
}
.block block-image {
	text-align: center;
}
.search-form {
	width:150px;
}

.rightcolumn {

	width: 200px;
	padding-left:3px;
}

.lineh {
	border-bottom:2px solid #9a171f;
}

.linev {
	width: 3px;
	white-space: nowrap;
	border-right:2px solid #9a171f;
}

.delimiter {
	background-image: url(images/delimiter.gif);
	background-repeat: no-repeat;
	width: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-position: center;
}
.delimiter {
	vertical-align: bottom;
}

.block-list {
	padding-left: 1.0em;
	margin-left: 0em;
	list-style-image: url("misc/menu-collapsed.gif");
}

 #navlist{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist li{
	display: inline;
	padding: 3px;
	margin: 1px 7px 1px 7px;
	border-bottom: solid 2px #9a171f;
	border-left: solid 2px #9a171f;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

 #navcontainer ul li a:hover
{
background-color: #9A171F;
color: #faf2dd;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }
