/* CSS Document */

body {
	margin-top:0px;
	background-color: #364B71;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

p.footer {
	color: #FFFFFF;
	font-size:11px;
	line-height: 15px;
	font-weight: normal;
	}

h1 {
	color: #5176BD;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	margin: 0px 0px 20px 0px;
	}

h2 {
	color: #5176BD;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 5px 0px;
	}

h3 {
	color: #5176BD;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 5px 0px;
	}
	
ul {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}


ol {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

td {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	}

div#common_site_container {
	width: 900px;
	background-color: white;
	margin: 0px auto 0px auto;
	}

div#common_upper_section {
	width: 900px;
	background-color: white;
	position: relative;
	}

div#common_lower_section {
	width: 900px;
	background-color: White;
	position: relative;
    top: -10px;
    left: 0px;
	}

div#common_lower_section p {
	margin: 10px 0px 10px 0px;
	}

div#common_footer {
	background-repeat:no-repeat;
	background-color:#364B71;
	clear:both;
	padding:10px 0px 20px 0px;
	width: 900px;
	}