@charset "UTF-8";


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5b5957;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #373635;
	overflow: auto;
	}
	
#container {
	width: 810px;  
	background-color: #eae5e4;
	margin: 0 auto; 
	text-align: left;
	font-size: 0.7em;
	}


#header {
	height: 100px;
	background-color: #5b5957;
	}
#mainContent {
	padding: 0px; 
	background: #eae5e4;
	}


#left {
	width: 250px;
	margin: 20px 0 0 20px;
	float: left;
	display: inline;
	}
#lowerLeft  {
	position: relative;
	top: 130px;
	}
#center {
	margin: 20px;
	}
#right {
	width: 500px;
	float: right;
	margin: 20px 20px 0 0;
	display: inline;
	}
.col1, .col2, .col3 {
	width: 250px;
	height: 250px;
	text-align: center;
	float: left;
	display: inline;
	}
.col1 {
	margin: 30px 0 0 20px;
	}
.col2 {
	margin: 30px 10px 0 10px;
	}
.col3 {
	margin: 30px 20px 0 0;
	}
.imageleft {
	width: 180px;
	text-align: center;
	float: left;
	display: inline;
	margin: 25px 10px 10px 0px; 
	}
.imageright {
	width: 250px;
	text-align: center;
	float: right;
	display: inline;
	margin: 45px 0px 10px 10px; 
	}
#bottomRadius {
	background-repeat: no-repeat;
	height: 20px;
	background-color: #5b5957;
	background-image: url(../Images/Footer.png);
	clear: both;
	}

.detail {
	float: right;
	clear: both;
	}
	
table {
	width: 50%;
	border: 0;
	text-align: center;
	margin-left: 40px;
	margin-bottom: 10px;
	}
th[scope="row"] {
	text-align: left;
	}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: capitalize;
	}
h2 {
	font-size: 1.06em;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	}
.padding {
	padding-bottom: 20px;
	}
img {
	border: 0;
	}
strong {
	font-size: 0.9em;
	}
a:link {
	color: #D64C5E;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #FF8F69;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


#footer {
	padding: 5px 0 0 10px; 
	background: #5b5957;
	clear: both;
	color: #C4FCFD;
	font-size: 0.86em;
	}
#footer p {
	margin: 0; 
	padding: 5px 0; 
	}
