/* From http://www.cssmenumaker.com/builder/menu_info.php?menu=045 */
/* Slotting in premade CSS menu system to keep coding costs down */

#menu {
float:right;
list-style: none;
width: 135px;
padding-top: 35px;
height: 1200px;
padding-left: 40px;
padding-right: 45px;
background: url(background.png) no-repeat;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li.two{ /* Wider padding to support two lines of text */
	padding-bottom: 14px;
}

#menu li.three{ /* Wider padding to support three lines of text */
	padding-bottom: 28px;
}

#menu a:link{
color: #1654A5;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:visited{
color: #1654A5;
font-family: Trebuchet MS;
font-size: 14px;
height: 23px;
display:block;
text-decoration: none;
padding: 8px 0 0 0px;
font-weight:normal;
}

#menu a:hover{
color: #0F3B70;
}

#menu a:active{
color: #dbdbdb;
}                    
                    
/* Menu ends */

body {
	font-family:"Trebuchet MS";
	background-color:#fff;
	color:#000;
	margin-left:15px;
	margin-right:0px;
	margin-top:0px;}

a:link {
	color:#000;
	text-decoration:underline;}

h2 {
	margin-bottom:.8em;
	text-align:center;}

h3 {
	float:left;
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	margin:0;}

h4 {
	font-size:100%;
	font-weight:bold;
	font-style:normal;}
	
img.topbanner {
	display: block;
	margin-left: auto;
	margin-right: auto;}

img.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;}
	

/* IDs */

#container { float: "left";}
	
#topbanner { padding-top: 0.2cm; padding-bottom: 0.75cm }

#blurb { padding: 0.2cm}

