/*Generic Template {{{dodgerblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {	
	height: 100%;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	background: url(images/bg_2.jpg) 0 0 no-repeat fixed;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	}

.container {
	width: 800px;
	float: left;
	}	
	
#header {	
	height: 155px;
	background: url(images/dodgerblue_01.png) 0 0 no-repeat;
	_background: url(images/dodgerblue_01.gif) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 45px;
	letter-spacing: 2px;
	border: none;
	color: lightblue;
	_color: #008ca6;
	display: block;
	text-transform: uppercase;
	background: none;
	text-align: center;
	padding: 25px 20px 0 20px;
	}
	
.subtitle {
	border: none;
	display: block;
	background: none;
	text-align: center;
	padding: 10px 20px;
	_color: #008ca6;
	}	
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: lightblue;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/*#LB_content h2 a {
	color: #fff;
	}*/	
	
.menu1 {
	float: left;
	background: url(images/dodgerblue_03.png) 0 0 repeat-x;
	_background: url(images/dodgerblue_03.gif) 0 0 repeat-x;
	margin-left: 13px;
	_margin-left: 6px;
	width: 775px;
	_width: 777px;
	margin-bottom: 30px;
	}	
	
.menu1 ul {
	list-style-type: none;
	float: left;
	padding-top: 4px;
	}	
	
.menu1 li {
	display: block;
	list-style-type: none;
	float: left;
	background: url(images/dodgerblue_07.png) top right no-repeat;
	_background: url(images/dodgerblue_07.gif) top right no-repeat;
	padding-right: 22px;
	}	
	
.menu1 ul a {
	color: #fff;
	text-decoration: none;	
	float: left;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 5px 22px;
	height: 15px;
	background: url(images/dodgerblue_06.png) 0 0 no-repeat;
	_background: url(images/dodgerblue_06.gif) 0 0 no-repeat;
	}					
	
.menu1 ul a:hover {
	text-decoration: underline;
	}

.menu {
	background: url(images/dodgerblue_19.png) 0 0 no-repeat;
	_background: url(images/dodgerblue_19.gif) 0 0 no-repeat;
	height: 44px;
	width: 758px;
	margin: 0 auto;
	}
	
.menu ul {
	list-style-type: none;
	float: right;
	padding-right: 10px;
	}		
	
.menu li {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0 2px;
	}
	
.menu ul a {
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 5px 3px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}

/*-- end of menus --*/		
		
.content_wrap {
	width: 800px;
	float: left;
	}		
	
.content {
	float: left;
	width: 800px;
	position: relative;
	background: url(images/dodgerblue_11.png) 0 0 repeat-y;
	_background: url(images/dodgerblue_11.gif) 0 0 repeat-y;
	}
	
.content_text_top {
	background: url(images/dodgerblue_14.png) 0 0 no-repeat;
	_background: url(images/dodgerblue_14.gif) 0 0 no-repeat;
	width: 758px;
	margin: 0 auto;
	height: 40px;
	clear: both;
	}
	
.content_text {
	min-height: 450px;
	_height: 450px;
	word-wrap: break-word;
	width: 738px;
	margin: 0 auto;
	padding: 0 10px;
	clear: both;
	background: url(images/dodgerblue_17.png) 0 0 repeat-y;
	_background: url(images/dodgerblue_17.gif) 0 0 repeat-y;
	}						
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 10px 0;
	line-height: 1.5em;
	}		
	
.footer {
	clear: both;
	padding: 25px 0;
	text-align: center;
	height: 14px;
	color: #fff;
	background: url(images/dodgerblue_21.png) bottom left no-repeat;
	_background: url(images/dodgerblue_21.gif) bottom left no-repeat;
	}	
	
