/*Generic Template {{{royalblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	#height: 100%;
	_height: 100%;		
	}
	
body {
	color: #000;
	font-size: 11px;
	padding: 5px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #fff url(images/royalblue_01.jpg) 0 0 repeat-x;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px dotted royalblue;
	}

.container {
	width: 771px;
	margin: 0 auto;	
	}
	
#header {	
	width: 771px;
	height: 177px;
	background: url(images/royalblue_04.jpg) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: lighter;	
	border: none;
	display: block;
	color: white;
	background: none;
	width: 290px;
	}
	
.subtitle {
	border: none;
	display: block;
	clear: both;
	background: none;
	width: 270px;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: royalblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.menu1 {
	width: 769px;
	float: left;
	background-color: #0054a6;
	border-left: 1px solid #0054a6;
	border-right: 1px solid #0054a6;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	_height: 30px;
	}		
	
.menu1 ul {
	list-style-type: none;
	float: left;
	}	
	
.menu1 li {
	display: block;
	list-style-type: none;
	float: left;
	border-left: 1px solid skyblue;
	}	
	
.menu1 ul a {
	color: #fff;
	padding: 3px 5px 11px 5px;
	_padding-bottom: 9px;	
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 16px;
	border-right: 1px solid #000;
	}					
	
.menu1 ul a:hover {
	text-decoration: none;
	background: skyblue;
	color: #000;
	}

.menu {
	clear: both;
	padding-top: 20px;
	padding-bottom: 60px;
	background: #fff url(images/royalblue_07.jpg) bottom left no-repeat;
	}
	
.menu ul {
	list-style-type: none;
	text-align: center;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	color: black;
	text-decoration: underline;
	font-size: 11px;
	margin: 0 5px;
	display: inline;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}

/*-- end of menus --*/	
		
.content_wrap {
	width: 774px;
	margin: 0 auto;
	}		
	
.content {
	padding-top: 35px;
	border-left: 1px solid #0054a6;
	border-right: 1px solid #0054a6;
	clear: both;
	background-color: #fff;
	}
	
.content_text {
	width: 720px;
	margin: 0 auto;
	min-height: 300px;
	_height: 300px;
	word-wrap: break-word;
	padding: 0 20px 10px 20px;
	clear: both;
	}					
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 5px 0;
	line-height: 1.5em;
	margin: 5px 0;
	}	
	
.footer {
	padding-top: 15px;
	clear: both;
	height: 25px;
	text-align: center;
	color: #fff;
	background: url(images/royalblue_08.jpg) 0 0 repeat-x;
	}	
	