@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#outer
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:100%;
	float:left;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	height:142px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;	
	margin-bottom:10px;
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
  box-shadow: 5px 5px 5px #333;

}
	
#leftcol
{
	float:left;
	width:255px;
}
.menuitem
{
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background-color:white;
	color:#006;	
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
  box-shadow: 5px 5px 5px #333;

  float:left;
  height:25px;
  width:255px;
  text-align:center;
margin-bottom:10px;
text-decoration:none;
text-transform:capitalize;
}

#rightcol
{
	float:right;
	width:735px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background-color:white;
	color:#006;	
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
  box-shadow: 5px 5px 5px #333;
  min-height:480px;
 }
#leftcol a:hover
{
	color:red;
}

		
#footer
{
	margin-top:10px;
	float:right;
	width:100%;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background-color:white;
	color:#006;	
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
  box-shadow: 5px 5px 5px #333;

  text-align:center;
  font-size:0.8em;
  font-style:italic;
  height:22px;
  padding-top:6px;
}		

p
{
	padding:0px 10px;
	text-align:justify;
}
h3 {
	padding:0px 10px;}

h2
{
	text-align:center;
	text-transform:capitalize;
}
.footnote
{
	font-size:0.8em;
	font-style:italic;

}