/* 

blue ------ #336699
baige ----- #E0D6AE
dark brown - #999966
 ------ #
*/


	body {
		font-family: "Lucida Grande", "Lucida Sans", Lucida, "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
		font-size: 12px;
		text-align:center;
		margin:0px;
		background:url(../images/BG.png) repeat top;
		background-color:#333333;
	}
		
	a {
		text-decoration: none;
		font-weight: bold;
	}

	a:link, a:visited, a:active {
		color: #0066CC;
		font-weight: bold;
	}

		a:hover {
			color: #4576B3;
			text-decoration: none;
			font-weight: bold;
		}
	
	H1 {
		padding:10px;
		font-size:18px;
		color:#336699;
	}
	
	#img {
		float:right; 
		width:260px;
		color:#336699;
		font-size:10px;
	}
		#img p {
			margin:0 10px 10px 10px;
		}
	
	.noborder a {
	border:0px;
	}
	
	.txt10px {
	font-size:10px;
	}
	
		
	ul#nav {
		background: #E0D6AE;
		font-size: 0px;
		line-height: 0px;
		margin: 0;
		padding: 0;
		text-align: center;
		border-top:1px solid #333333;
		border-bottom:1px solid #333333;
	}
	
		ul#nav li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
			ul#nav li a {
				color: #336699;
				font-size: 14px;
				font-weight:bold;
				line-height: 26px;
				padding:2px 7px 2px 7px;
				margin:2px 15px 2px 15px;
				text-decoration: none;
				border-bottom:3px solid #999966;
			}
	
				ul#nav li a:hover{
					color:#000000;
					background: #CCCCCC;
					border-bottom:3px solid #000000;
				}
			

/* ----------- POSITION ---------------*/
	
	#shell {
		position: relative;
		width:760px;
		margin-right:auto;
		margin-top:10px;
		margin-left:auto;
		padding: 0;
		text-align:left;
		background-color: #ffffff;
		border-width: 0px 1px 0px 1px;
		border-color:#000000;
		border-style:solid;
		background-image:url(../images/bgleft.png);
		background-position:bottom left;
		background-repeat:repeat-y;
	}
	
	#bodyright {
		width:590px;
		padding:15px 0px 0px 5px;
		float:right;
		text-align:left;
		margin:0px;
	}
 
	#bodyleft {
		width:150px;
		padding:0px;
		margin:0px;
		float:left;
		text-align:center;
		overflow:hidden;
	}
		#bodyleft p {
		margin:0;
		padding:10px 10px 0px 10px;
		text-align:left;
		font-size:16px;
		font-weight:bold;
		color:#336699;
		}
	
	/*
	#leftnav {

	width:149px;
	margin:0 0 0 2px;
	
	}
	*/
	
	ul#leftnav {
		margin:0;
		padding: 10px;
		font-size:14px;
		font-weight:bold;
		color:#336699;
		text-align:left;
		width:150px;
		overflow:hidden;
	}
	
		ul#leftnav li {
			list-style:none;
			background:url(../images/bullet.png) no-repeat left 7px;
			margin:0;
			padding:0 0 0 10px;
			font-weight:bold;
			font-size:10px;
		}
	
	/*
	ul#leftnav li a {
	text-decoration: none;
	}
	
	ul#leftnav li a:hover{
	color:#330099;
	}
	*/
 
	#header {
		/*position:relative;*/
		width: 760px;
		height:95px;
		margin:0;
		padding:0;
		background: #184B75;
	}
	
		#header h1 {
			position: absolute;
			left:10px;
			top:15px;
			color: #ffffff;
			font-size:12px;
			margin:0;
			padding:0;
		}

		#header h1 .logo {
			font-size:28px;	
			margin:0;
			padding:0;
		}
 
	#footer {
		position:relative;
		width:760px;
		padding:5px 0 5px 0;
		margin-right:auto;
		margin-top:0px;
		margin-left:auto;
		color:#FFFFFF;
		height:20px;
		text-align:center;
		background-color:#666666;
		font-weight:bold;
		border-width:0 1px 1px 1px;
		border-style:solid;
		border-color:#000000;
	}
	
	p,pre {
		padding:0px 10px 10px 10px;
	}
	
	#bottomgreybar {
		position:absolute;
		height:2px;
		width:760px;
		z-index:10;
		left: 0px;
		top:-5px;
		background-color:#333333;
	}

	
	
