/*

 Text Styles
 
*/

a:link, a:visited {
	color: #8a8e9d;
}

a:hover, a:focus, a:active {
	text-decoration: undeline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color:#8a8e9d;
}

h1 {
	font-size: 1.6em;
	line-height: 1.03125em;
	margin-bottom: 1.03125em;
	}

h2 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 1.1em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.17857em;
	margin-bottom: 1.17857em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.26923em;
	margin-bottom: 1.26923em;
}

h5 {
	font-size: 1.2em;
	line-height: 1.375em;
	margin-bottom: 1.375em;
}

h6 {
	font-size: 1.1em%;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

p {
	font-size:1.1em;	
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}

/*

 Layout
 
*/

* {padding:0px; margin:0px;}

html{height:100%;}

body {
	background: url(../images/bkg.gif);
	font-family: Verdana;
	text-align: left;
	font-size:62.5%;
	color: #000000;
	height:100%;
}
	#vertical {
		float:left;
		height:50%;
		margin-top:-275px;
		width:100%;
	}

	#container {
		position:relative;
		width: 760px;
		height: 550px;
		margin: 0 auto 0 auto;
		background:url(../images/main.gif);
		clear:both;
	}
	
		#nav {
			position:absolute;
			top:210px;
			left:0px;
			width:128px;
			background:url(../images/nav_bkg.gif) repeat-y;
			padding:0;
		}
		
			.menuitem {
				list-style: none;
				padding:12px 0px 14px 10px;
			
			}
			
			.menuitem a, .menuitem a:visited{
				color: #ffffff;
				font-weight:bold;
				font-size: 1.1em;
				text-decoration: none;
			}
			
			.menuitem a:hover, .menuitem a:focus, .menuitem a:active, #selected a{
				color:#000000;
			}
			
		#main {
			position:absolute;
			top:215px;
			left:270px;
			width:380px;
			height:265px;
			overflow:auto;
		}






