/*******************************
 *                             *
 *          LAYOUT             *
 *                             *
 *******************************/

body {
  margin:0px;
  background-color:#009999;
  padding:10px;
  font-size:12px;
}

#wrapper1 {
	background:url(/images/layout/bg-l.gif) repeat-y top left;
	background-color:#FFFFFF;
	min-width:560px;
	margin:0px;
	padding:0px;
}


#wrapper2 {
	background:url(/images/layout/bg-r.gif) repeat-y top right;
	margin:0px;
	padding:0px;
}

#header {
	background:url(/images/layout/bg-t.gif) repeat-x bottom left;
	background-color:#009999;
	height:64px;
}

#logo {
	float:left;
	background:url(/images/layout/logo.gif) no-repeat;
	width:266px;
	height:64px;
}

#news {
	position:absolute;
	left:276px;
	margin-right:28px;
	height:64px;
	width:450px;
	top:0px;
}

#top-r {
	float:right;
	background: url(/images/layout/bg-tr.gif) no-repeat;
	width: 18px;
	height: 64px;
}

#sidebar {
	position:absolute;
	left:10px;
	width:144px;
	padding:35px 0 0 0;
	background:url(/images/layout/bg-tl.gif) no-repeat top left;
	top: 74px;
	z-index: 2;
}
	#sidebar ul {
		margin:0 5px 0 10px;
		padding:0;
	}
	
	#sidebar ul li {
		margin:5px 25px 5px 0;
		padding:2px 0;
		border:1px solid #990000;
		text-align:center;
		list-style-type:none;
		font: bold 1em/1em Verdana, Arial, Helvetica, sans-serif;
		color:#990000;
	}
		#sidebar ul li a {
			text-decoration:none;
			color:#000000;
			margin:0;
			padding:0;
		}
		
		#sidebar ul li a:hover {
			color:#990000;
		}

#main {
	margin:0 0 0 141px;
	padding:25px 15px 15px 15px;
}

#footer {
	width:100%;
	height:20px;
	background: url(/images/layout/bg-b.gif) repeat-x;
	position: relative;
}

#bot-l {
	background: url(/images/layout/bg-bl.gif) no-repeat left bottom;
	height: 20px;
	width: 144px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#bot-r {
	background: url(/images/layout/bg-br.gif) no-repeat right;
	height: 20px;
	width: 18px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/*******************************
 *                             *
 *           TEXT              *
 *                             *
 *******************************/

h1 {
	font: normal 3em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#900;
	margin:0 0 .5em 0;
}

h2 {
	font: normal 2em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#900;
	margin:0 0 .5em 0;
}

h3{
	color:#900;
	font:normal 1.25em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0 0 .5em 0;
}
p, td {
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 2em 0;
}

p.dropcap:first-letter {
	font: normal 4em Georgia, "Times New Roman", Times, serif;
	color:#900;
	float:left;
}

p.caption {
	font: normal .8em/1em Arial, Helvetica, sans-serif;
	color:#900;
	margin:2px 0 0 0;
}

strong {
	color:#900;
}

th {
	font:bold 1em/1.5em Arial, Helvetica, sans-serif;
	color:#900;
	text-align:center;
}

table.maroonBorder, table.maroonBorder td, table.maroonBorder th{
	border-collapse:collapse;
	border:1px solid #810304;
	vertical-align:top;
}