@charset "utf-8";


/* CSS Document */

body {
	background-color: #0a2035;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
#container {
	height: 950px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.LeftHeadings {
	font-weight: bold;
	color: #09F;
}
.LeftPgrf {
	color: #0CF;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}
.right_headings {
	font-size: 24px;
	font-weight: bold;
	color: #09F;
}
.right_prgf {
	color: #FFF;
	text-align: justify;
	font-weight: normal;
}

