@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e4e8f1;
}
#content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009;
	text-align: center;
	line-height: 25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}

#nav_back {
	background-color: #263b70;
	height: 28px;
	width: 800px;
}
#side_filler {
	height: 648px;
	width: 145px;
}
#right_filler {
	height: 648px;
	width: 144px;
}
#n_left {
	height: 28px;
	width: 145px;
}
#n_right {
	height: 28px;
	width: 144px;
}

#content {
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 648px;
	width: 800px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #006;
}
a {text-decoration:none;
   color:#036;
}
a:hover {text-decoration:underline;
         color:#333;
}

