/* CSS Document */

.strong {
	font-weight: bold;
	color: #5C2946;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0062AC;
	font-style: normal;
	font-weight: normal;
	font-size:11px;
	}

body {
	background-color:#DAD4D0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;

	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #0062AC;
	padding-bottom: 10px;
	margin-bottom: 0px;
	}

.about_menu {
	font-size: 10px;
}

td {
	color: #0062AC;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
	}

h1 {
	color: #0062AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: #0062AC;
	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 5px 0px;
	}

h3 {
	color: #0062AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	margin: 30px 0px 10px 0px;
	}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #0062AC;
	text-align: left;
	padding: 0px 40px;
	margin-bottom: 20px;
	}


ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #0062AC;
	text-align: left;
	padding: 0px 40px;
	margin-bottom: 20px;
	}

li.column_middle {
	padding-bottom: 10px;
	}
	
div#common_site_container {
	width: 900px;
	background-color: white;
	margin: 10px 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: #031953;
	color: White;
	}
h3.entryTitle{font-size:medium;background-color:#EEE;margin:0;padding:2px;border-bottom:1px solid #999;}