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

body	{
	width:100%;
	height:100%;
	min-width:780px;
	max-width:1000px;
	text-align:center;
	padding:0;
	margin:auto;
	color:#000;
	font:normal 90%/140% arial,helvetica,sans-serif;
	background:#d6e5f7;
	}

.header	{
	height:105px;
	border-bottom:1px solid #3e78b0;
	width:100%;
	}

.wrapper{
	background:#3e78b0;
	height:100px;
	width:100%;
	border-bottom:5px solid #d6e5f7;
	}

.header .wrapper .left{
	float:left;
	}


.header .wrapper .right{
	float:right;
	}

#navigation{
	width:100%;
	margin:0;
	text-align:center;
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid #3e78b0;
	}

 #navigation ul{
	list-style:none;
	display:inline;
	margin:0;
	}

 #navigation li{
	display:inline;
	margin:0;
	}

 #navigation li#selected{
	color:#ffffff;
	background:#3e78b0;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	margin:0;
	}
	
 #navigation a{
	text-decoration:none;
	color:#000000;
	padding:5px;
	padding-left:20px;
	padding-right:20px;	
	margin:0;
	}
	
 #navigation a:hover{
	color:#ffffff;
	background:#3e78b0;
	}

.content{
	text-align:left;
	width:100%;
	padding:0;
	margin:auto;
	margin-top:10px;
	vertical-align:center;
	border-bottom:5px solid #93b4e1;
	border-top:5px solid #93b4e1;
	background: #d6e5f7 url('../images/bg.png') bottom right no-repeat;
	}
	
.contentNOBorder{
	text-align:left;
	margin:auto;
	width:100%;
	padding:0;
	background: #d6e5f7 url('../images/bg.png') bottom right no-repeat;
	}
	
h1	{
	margin:0;
	padding:10px;
	text-align:center;
	}
	
.content #catNav{
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:5px;
	border-top:1px solid #3e78b0;
	border-bottom:1px solid #3e78b0;
	}

.content #catNav ul{
	list-style:none;
	display:inline;
	}

.content #catNav li{
	display:inline;
	padding:10px;
	}

.content li#selected{
	color:#3e78b0;
	text-decoration:underline;
	padding:5px;
	margin:0px;
	}
	
.content #catNav a{
	color:#000000;
	margin:0;
	}
	
.content #catNav a:hover{
	color:#ffffff;
	background:#3e78b0;
	}
	
.content .left{
	border-bottom:1px solid #3e78b0;
	min-height:225px;
	}
	
.content .left #scroller{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #3e78b0;
	}
	
.content .left #text{
	padding:5px;
	width:35%;
	}
	
.content .right{
	float:right;
	}

.content .right .holder{
	position:absolute;
	margin-left:-550px;
	z-index:1;
	}
	
p	{
	padding:5px;
	}
	
.insetLeft{
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	border:5px solid #93b4e1;
	}
	
.insetRight{
	float:right;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	border:5px solid #93b4e1;
	}

.insetCenter{
	clear:both;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
	border:5px solid #93b4e1;
	}
	
.imgBorder{
	border:5px solid #93b4e1;
	}
	
.contentWrap{
	clear:both;
	}
	
#clearing {
	clear:both;
	}
	
#clearing h2{
	padding:5px;
	}

#center{
	
	}
.alignLeft h1{
	text-align:left;
	padding-left:5px;
	}

.doNotDisplay{
	display:none!important;
	}
