template

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	text-align:justify;
	line-height: 19px;
}

#page-container {
	width: 760px;
	border: 1px solid #DFDFEE;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



#banner {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E7F0F1;
}
#navbar {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #779CAF;
}
.navbarcell {
	background-color: #B1CED2;
	text-align: center;
	width: 25%;
}





h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 50px;
	color: #000066;
	line-height: 50px;
	margin-top: 16px;
	margin-bottom: 0px;
	font-weight: 400;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}



h2 {
	font-size: 20px;
	text-align: center;
	color: #000066;
	margin-top: 5px;
	line-height: 15px;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	color: #626697;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-style: normal;
}

a {
	font-size:12px;
	color:#666666;
	text-decoration:none;
	display:block;
	font-weight: bold;
	text-align: center;
	} 
h5 {
	font-size: 12px;
	font-weight: bold;
}


a:hover {
	font-size:12px;
	text-decoration:none;
	display:block;
	background-color: #EFEFEF
	} 
	





#content_sidebar {
	width: 100%;
	text-align: center;
	padding: 0px;
	border: 10px solid #B1CED2;
}

#content {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	background-color: #FFFFFF;
}

#sidebar {
	background-color: #EAEAF4;
	width: 20%;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

.hr {
	color: #CCCCCC;
	width: 400px;
	background-position: center;
	text-align: center;
	float: none;
	clear: none;
}


.header1 {
	font-size: 13px;
	font-weight: bold;
	color: #2E4E52;
	line-height: 18px;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
