html, body	{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	}

#narrow	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	background-color: #FFFFFF;
	margin: 0px 20px 0px 15px;
	border-top: #bdc6de 70px solid;
	border-right: 0px solid #08296b;
	border-bottom: 0;
	border-left: none;
	}

#wide 	{
	position: absolute;
	top: 0px;
	width: 500px;
	background-color: #FFFFFF;
	border-top: #949cce 70px solid;
	border-right: px solid #a1a1a1;
	border-bottom: 0px solid #a1a1a1;
	border-left: px solid #a1a1a1;
	margin-left: 210px;
	padding-top: 5px;
	}

.section {
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
	color: #454545;
	border-bottom: #bdc6de 6px solid;
	}
	
.about {
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	text-transform: UPPERCASE;
	font-weight: normal;
	line-height: 175%;
	color: #FFFFFF;
	border-bottom: #08296b 1px dotted;
	background-color: #08296b;
	}

#wide p {
	line-height: 150%;
	color: #454545;
	padding-left: 10px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	

.post	{
	border-bottom: 1px #a1a1a1 dotted;
	width: 480px;
	padding: 10px 10px 10px 0px;
	}
	
#wide h1 {
	font: 20px, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #949cce;
	align: right;
	text-align: right;
	}
	
#wide h1 a {
	font: 20px, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #949cce;
	align: right;
	text-align: right;
	text-decoration: none;
	}
	
#wide h1 a:hover {
	font: 20px, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #949cce;
	align: right;
	text-align: right;
	text-decoration: none;
	}
	
	
#wide h2 {
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #6373b5;
	padding-left: 10px;
	}
	
#wide h3 {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #949cce;
	padding-left: 10px;
	}
	
#wide h6 {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #949cce;
	padding-left: 10px;
	}
	
#wide h6 a {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #08296b;
	text-decoration: none;
	}
#wide h6 a:hover {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #08296b;
	text-decoration: underline;
	}
	
#wide a {
	line-height: 140%;
	color: #949cce;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
#wide a:hover {
	line-height: 140%;
	color: #08296b;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	}

#footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #a1a1a1;
	padding: 50px 10px 10px 10px;
	}

#footer a {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6373b5;
	}
	
/*  Navigation	*/ 


#navigation	{

	}

#navigation ul {
	margin: auto; 
	text-align: left;
	list-style: none;
	padding: 0;
	border: 0;
	}

#navigation li	{
	text-align: center;
	border-bottom: 0px solid #949cce;
	margin: 0;
	padding: 0;
	font: 10px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	color: #08296b;
	background: #ffffff;
	}

#navigationtop	{
	border-top: 0px solid #08296b;
	}

#navigation li a {
	display: block;
	font-weight: bold;
	text-transform: UPPERCASE;
	padding: 0;
	border-left: 0px solid #08296b;
	border-right: 0px solid #08296b;
	background: #ffffff;
	color: #949cce;
	text-decoration: none;
	}
	
#navigation li a:hover {
	font-weight: bold;
	text-transform: UPPERCASE;
	background: #949cce;
	color: #ffffff;
	text-decoration: none;
	}




.section a {
	color: #808080;
	text-decoration: none;
	}
	
.section a:hover {
	color: #212121;
	text-decoration: underline;
	}

.sectionhead {
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	color: #bdc6de;
	font-weight: bold;
	text-align: center;
	}
