body {
	margin: 0px 0px 0px 0px;
	background-color: #8aadd3;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("bg.jpg");
	background-attachment: fixed;
	text-align: center;
	scrollbar-base-color:#31649d;
	}

/**********************************************
                 Containers
***********************************************/

#wrapper {
	height: 100%;
	width: 750px;
    margin: 0 auto;
	align: center;
	text-align: center;
	background-color: #ffffff;
	}

#main {
	width: 720px;
    margin: 0 auto;
	align: center;
	text-align: center;
	}
	
#header { 
	width: 720px;
	padding: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	}

#navigation {
	float: left;
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight: bold;
	color: #31649d;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	width: 150px;
	text-align: right;
	}
	
#navigation span.bullet {
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 0px 5px;
	}

#navigation span.snum {
	padding: 7px 0px 0px 0px;
	float: right;
	font-family: arial;	
	color: #000000;
	font-size: 10;
	text-align: right;
	font-weight: normal;
	}
	
	
#navsplit {
	float: left;
	height: 150px;
	width: 100%;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 0px 0px 1px 0px
	}

#navaff {
	text-align: left;
	float: left;
	height: 75px;
	width: 100%;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 0px 0px 1px 0px
	}

#navaff h3 { 
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 10;
	font-weight: normal;
	color: #31649d;
	}

#navaff h3 span {
	font-family: Verdana, Arial;
	font-size: 10;
	font-weight: normal;
	color: #333333;
	}

#navaff img {
	margin: 0px 5px 5px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	}

#navaff a:hover {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	}

#navend { 
	float: left;
	height: 75px;
	width: 100%;
	}

#contentwrap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	width: 100%;
	text-align: left;
	padding: 5px 5px 0px 5px;
	}

#content {
	padding: 0px 5px 0px 5px;
	text-align: justify;
	font-size: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	width: 380px;
	text-align: left;
	}

#content p {
	line-height: 23px;
	}

#content img {
	border-width: 3px;
	border-style: solid;
	border-color: #bfbfbf;
	}
	
#rightcontent {
	padding: 0px 0px 0px 5px;
	float: right;
	width: 160px;
	background: #ffffff;
	}

#rightbox {
	width: 100%;
	padding: 5px;
	height: 75px;
	background-color: #eeeeee;
	}

#rightbox p {
	padding: 0px 15px 15px 15px;
	font-weight: normal;
	color: #333333;
	font-size: 10;
	text-align: left;
	}

#footer {
	color: #333333;
	padding: 15px 0px 0px 0px;
	line-height: 4px;
	text-align: center;
	font-size: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/**********************************************
                 Link Effects etc
***********************************************/

a.navigation {
	color: #31649d;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	text-align: left;
	font-weight: bold;
	display: block;
	border-bottom-color: #bfbfbf;
	border-style: solid;
	border-right-color: #FFFFFF;
	border-width: 0px 5px 1px 0px
	}
	
a.navigation:hover {
	background-color: #e4eef7;
	}
	
/**********************************************
                 Custom Things
***********************************************/

h1 {
	color: #316597;
	font-size: 30;
	text-align: left;
	font-weight: lighter;
	padding: 7px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	}

h1 span.snum {
	color: #000000;
	font-size: 10;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
	}

h2 { 
	font-weight: normal;
	color: #000000;
	font-size: 10;
	text-align: left;
	}

#hr2 {
	margin: 0;
	padding: 0;
	text-size:0;
	text-align: center;
	width: 720px;
	height: 3px;
	border-color: #bfbfbf;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	}

span.bold {
	color: #3366cc;
	font-weight: bold;
	}

#content b {
                color: #3366cc;
	font-weight: bold;
}

.contentimage {
text-align: center;
}