/* CSS Document 
Creme (back): #
Lt Grey (copyright): #9d9fa1
Black (background): #000000
Blue: #456ab2;
blue (background): #005a96
dk blue (title back):#000c34

*/

ul {
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#000000;
  	font-size: 12px;
	line-height: 14px;
	padding:0px 0 0px 0px;
	margin:10px 0 3px 24px;
	list-style-type:disc;
}

li {
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#000000;
  	font-size: 12px;
	line-height: 14px;
	padding:0px 0 0px 0px;
	margin:2px 0 3px 24px;
	list-style-type:disc;
}

body {
	background-color:#005a96;
	margin:0;
	background-image:url(images/background-tile.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
	
A:link {
	COLOR: #144541;
	text-decoration:underline;
}
A:visited {
	COLOR: #144541;
	text-decoration:underline;
}
A:hover {
	COLOR: #144541;
	text-decoration:underline;
}
A:active {
	COLOR: #144541;
	text-decoration:underline;
}
A:visited:hover A:active:hover {
	COLOR: #144541;
	text-decoration:underline;
}


.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #5D87A1;
	border: none;
	/*height: 50px;*/
	width: 375px;
	letter-spacing: 0px;
	text-align: left;
	overflow:auto;
	margin:0;
	padding:0;
}

#home {
	width:975px;
	margin:0px auto 0 auto;
		border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

#home .ui {
	background-image:url(images/ui-back.jpg);
	background-repeat:repeat-x;
	height:25px;
	padding:0px 0px 0 100px;
	margin:0px 0 0 0;
	}
	
#home .content {
	width:975;
	padding:0;
	margin:0;
}	
	
#home .content A:link {
	COLOR: #ffffff;
	text-decoration:underline;
}
#home .content A:visited {
	COLOR: #ffffff;
	text-decoration:underline;
}
#home .content A:hover {
	COLOR: #f2e9cc;
	text-decoration:underline;
}
#home .content A:active {
	COLOR: #f2e9cc;
	text-decoration:underline;
}
#home .content A:visited:hover A:active:hover {
	COLOR: #f2e9cc;
	text-decoration:underline;
}
	
div#home .content p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	margin:0;
	padding:15px 15px 0 25px;
	color:#ffffff;
	
	}
	
div#home .content h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Palatino Linotype";
	font-weight:normal;
	font-size:32px;
	line-height:35px;
	margin:0;
	padding:15px 25px 0 25px;
	color:#576c11;
	}

.button A:link {
	 font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	COLOR: #000000;
	text-decoration:none;
	display:block;
/*	width:105px;*/
	height:20px;
	background-image:url(images/button-up-main.jpg);
	background-repeat:repeat-x;
	background-color:#39291a;
	padding:5px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	border-right-color:#000c34;
	border-right-style:solid;
	border-right-width:.05em;
		border-left-color:#000c34;
	border-left-style:solid;
	border-left-width:.05em;
	
}

.button A:visited {
	 font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	COLOR: #000000;
	text-decoration:none;
	display:block;
/*	width:105px;*/
	height:20px;
	background-image:url(images/button-up-main.jpg);
	background-repeat:repeat-x;
	background-color:#39291a;
	padding:5px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	border-right-color:#000c34;
	border-right-style:solid;
	border-right-width:1px;
		border-left-color:#000c34;
	border-left-style:solid;
	border-left-width:1px;
	

}

.button A:hover {
	 font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	COLOR: #000000;
	text-decoration:none;
	display:block;
/*	width:105px;*/
	height:20px;
	background-image:url(images/button-roll-main.jpg);
	background-repeat:repeat-x;
	background-color:#39291a;
	padding:5px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	border-right-color:#000c34;
	border-right-style:solid;
	border-right-width:1px;
		border-left-color:#000c34;
	border-left-style:solid;
	border-left-width:1px;

	
}

.button A:active {
	 font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	COLOR: #000000;
	text-decoration:none;
	display:block;
/*	width:105px;*/
	height:20px;
	background-image:url(images/button-roll-main.jpg);
	background-repeat:repeat-x;
	background-color:#39291a;
	padding:5px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	border-right-color:#000c34;
	border-right-style:solid;
	border-right-width:1px;
		border-left-color:#000c34;
	border-left-style:solid;
	border-left-width:1px;

}

.button A:visited:hover A:active:hover{
	 font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	COLOR: #000000;
	text-decoration:none;
	display:block;
/*	width:105px;*/
	height:20px;
	background-image:url(images/button-roll-main.jpg);
	background-repeat:repeat-x;
	background-color:#39291a;
	padding:5px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	border-right-color:#000c34;
	border-right-style:solid;
	border-right-width:1px;
		border-left-color:#000c34;
	border-left-style:solid;
	border-left-width:1px;
}

#top {
width:100%;
background-color:#ffffff;
height:100px;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:4px;


}


#sec {
	width:975px;
	margin:0px auto 0 auto;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

#sec .ui {
	background-image:url(images/ui-back.jpg);
	background-repeat:repeat-x;
	height:25px;
	padding:0px 0px 0 100px;
	margin:0px 0 0 0;
		}



#sec .content {
	width:633px;
	margin:0 auto 0 0px;
	padding:0 0 0 15px;

}
	
div#sec .content p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
	padding:15px 15px 0 25px;
	color:#000000;
	text-align:left;
	}
	
/*div#sec .content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:500px;
	height:25px;
	background-image:url(images/top-back.jpg);
	font-size:20px;
	line-height:20px;
	margin:0 0 0px 0;
	padding:5px 25px 0px 25px;
	color:#000000;
	text-align:left;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:5px;
	}*/
	
div#sec .content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:693px;
	height:25px;
	background-image:url(images/section-header-back.jpg);
	font-size:20px;
	line-height:22px;
	margin:0px 0 0 0 ;
	padding:15px 25px 0px 15px;
	color:#000000;
	text-align:left;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:3px;
	}
	


div#sec .content h2{

	font-family:Arial, Helvetica, sans-serif;

	font-weight:normal;
	width:500px;
	height:25px;
	background-image:url(images/top-back.jpg);
	font-size:20px;
	line-height:20px;
	margin:20px 0 0 0 ;
	padding:5px 25px 0px 25px;
	color:#000000;
	text-align:left;
	}
	
div#sec .content h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:00px 0 0 0 ;
	padding:10px 0px 0px 20px;
	color:#000000;
	text-align:left;
	}
	
div#sec .content h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	margin:00px 0 0 0 ;
	padding:10px 0px 5px 0px;
	color:#5558a6;
	text-align:center;
	}
	
div#sec .content h5{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:00px 0 0 0 ;
	padding:10px 0px 0px 0px;
	color:#000000;
	text-align:left;
	}
	
div#sec .used p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
	padding:3px 3px 0 3px;
	color:#000000;
	
	}
	
	
div#sec .small{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	margin:0;
	padding:3px 0px 0 0px;
	color:#000000;

	}
	
div#sec .used h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:00px 0 0 0 ;
	padding:2px 0px 5px 5px;
	color:#000000;
	
	}
	
div#sec .used h4{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin:0 2px 0 2px;
	padding:2px 0px 0 0px;
	color:#000000;

	background-color:#cccccc;
	display:block;
	}
	


.divideline {
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:3px;
	margin:20px 0 0px 20px;
	padding:0 0 15px 0;
}
div#sec .bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:693px;
	height:25px;
	background-image:url(images/section-header-back.jpg);
	font-size:20px;
	line-height:22px;
	margin:0px 0 15px 0 ;
	padding:5px 25px 0px 15px;
	color:#000000;
	text-align:left;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:3px;
	}
.sideui {
	width:200px;
	background-image:url(images/sec-nav-background.jpg);
	background-position:top;
	background-repeat:repeat-x;

	background-color:#00528c;
	padding:0px 0 0 0px;
	margin:0 0 0 15px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}
.sideui A:link {
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	COLOR: #ffffff;
	text-decoration:none;
/*	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#f8e9d5;*/
	display:block;
	margin:0;
	padding:5px 0 5px 30px;
	width:170px;
	
}
.sideui A:visited {
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	COLOR: #ffffff;
	text-decoration:none;
/*	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#f8e9d5;*/
	display:block;
	margin:0;
	padding:5px 0 5px 30px;
	width:170px;
}
.sideui A:hover {
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	COLOR: #ffc20e;
	text-decoration:none;
/*	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#f8e9d5;*/
	display:block;
	margin:0;
	padding:5px 0 5px 30px;
	width:170px;
}
.sideui A:active {
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	COLOR: #ffc20e;
	text-decoration:none;
/*	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#f8e9d5;*/
	display:block;
	margin:0;
	padding:5px 0 5px 30px;
	width:170px;
}
.sideui A:visited:hover A:active:hover {
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	COLOR: #ffc20e;
	text-decoration:none;
/*	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#f8e9d5;*/
	display:block;
	margin:0;
	padding:5px 0 5px 30px;
	width:170px;
}

.sideui h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	margin:0 0 5px 0;
	padding:15px 0px 10px 30px;
	color:#ffffff;
	background-color:#000c34;
	display:block;
	text-align:left;
	
	}
	
.sideui p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	COLOR: #000000;
	text-decoration:none;
	margin:0;
	padding:0 0 0 15px;

}
	
.pictFrame {
	margin:15px 4px 0 4px;
	border-color:#e3ddb6;
	border-style:solid;
	border-width:2px;
	padding:0px;
	background-color:#e3ddb6;
}

.pictFrame2 {
	margin:3px 4px 2px 4px;
	border-color:#e3ddb6;
	border-style:solid;
	border-width:2px;
	padding:0px;
	background-color:#e3ddb6;
}


	
div#footer {
	width:975px;
	background-image:url(images/footer-back.jpg);
	background-repeat:repeat-y;
	height:55px;

	margin:0 auto 0 auto;
	
	}
	
	
div#footer p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	margin:0;
	padding:5px 0 0 0;
	color:#ffffff;
	}
	

	
div#footer A:link {
	COLOR: #ffffff;
	text-decoration:none;
}
div#footer A:visited {
	COLOR: #ffffff;
	text-decoration:none;
}
div#footer A:hover {
	COLOR: #ffffff;
	text-decoration:underline;
}
div#footer A:active {
	COLOR: #ffffff;
	text-decoration:underline;
}
div#footer A:visited:hover A:active:hover {
	COLOR: #ffffff;
	text-decoration:underline;
}
