/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
    text-align: left;
}

body 
{
	background-color: #D4D0C8;
	font-size: 10px;
    font-family: Verdana;
    text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

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
{
	clear:both;
	width: 900px;
	background-color: #364B71;
	color: White;

}

h1 {
	color: #5176BD;
	font-family: GVerdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	margin-bottom: 25px;
	}

h2 {

	color: #5176BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	margin: 30px 0px 5px 0px;
	}

h3 {
	color: #5176BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	margin: 30px 0px 10px 0px;
	}
	
ul {
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 20px;
	margin-bottom: 10px;
	}


ol {
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	padding: 0px 20px;
	margin-bottom: 10px;
	}

li.column_middle {
	padding-bottom: 10px;
	}	