body { 
	font: 12px verdana, arial, helvetica, sans-serif;
	color:  #2A4864; 
	text-align:justify;
	background-color: #FFFFFF;
	margin:0px;
	background-image: url('sidebarbg.jpg');
	background-repeat: repeat-y;
}

table {
	width: 80%;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

div#topbar {
	background-image: url('topbarbg.jpg');
	background-repeat: repeat-x;
	height: 85px;
	width: 100%;
	margin:0px;
}

div#sidebar {
	position: absolute;
	top:85px;
	left:0px;
	height: 100%;
	width: 151px;
}

div#menu {
	position: absolute;
	top:70px;
	left:3px;
	text-align: left;
	font: 17px georgia, sans-serif;
	font-style: italic;
}

div#content {
	position: absolute;
	top:80px;
	left:200px;
	width: 55%;
	margin-left: 10px;
	z-index: 1;
	}

.header{
	font: 20px georgia, serif;
	color: #2A4864;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	background-color: #9CB9D6;
	background-image: url('gradient.jpg');
	background-repeat: repeat-y;
	border-top: 1px solid #2A4864;
	padding-top: 1px;
	border-bottom: 1px solid #2A4864;
	padding-bottom: 1px;
}

.subheader{
	font: 20px georgia, serif;
	color: #2A4864;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	}

.footer{
	font: 9px verdana, arial, helvetica, sans-serif;

	}

a:link  {
	font-weight:  bold;
  	color: #2A4864;
}

a:visited {
	font-weight:  bold;
  	color: #2A4864;
}

a:hover {
	font-weight: bold;
 	color:#9CB9D6;
}

a:active {
	font-weight:  bold;
 	color:#9CB9D6;
}

a {
	text-decoration: none;
} 

a.menu:link  {
	font-weight:  lighter;
  	color:#2A4864 ;
}

a.menu:visited {
	font-weight:  lighter;
  	color: #2A4864;
}

a.menu:hover {
	font-weight:  lighter;
 	color:#9CB9D6;
	padding-bottom: 1px;
	border-top: 1px solid #9CB9D6;
	border-bottom: 1px solid #9CB9D6;
}

a.menu:active {
	font-weight:  lighter;
 	color:#9CB9D6;
	padding-bottom: 1px;
	border-top: 1px solid #9CB9D6;
	border-bottom: 1px solid #9CB9D6;
}
