/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	width: 760px;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-left: 1px;
	}

	
h1 {
	font-style: italic;
	font-family: arial;
	font-size: 30px;
	color: red;
	text-align: center;
	padding: 0;
	}
	

img {
	padding: 0px;
	border: 0;
	}

	
.top {
	positon: absolute;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 1px;
	width: 760px;
	height: 49px;
	text-align: left;
	}	
	
#left {
	float: left;
	width: 132px;
	margin-bottom: 25px;
	
	}

#left ul {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	display: block;
	line-height: 2em;
	}


#left a {
	color: black;
	text-decoration: none;
	border-right: none;
	font-size: 12px;
	font-weight: bold;
	}

#center {
	float: left;
	text-align: left;
	width: 420px;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 25px;
	height: 100%;
	display: inline;
	}
		
#center hr {
	color: #dacea8;
	width: 400px;
	height: 1px;
	}

#right {
	float: right;
	width: 140px;
	margin-right: 5px; 
	display: inline;
/* 	padding: 4px; */
	margin-top: 0;
	margin-bottom: 25px;
	
	}

#home {
	padding-left: 10px;
	}

#right img {
/*	padding: 2px; */
	}
	
#footer {
	clear: both;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
	font-family: "MS Sans Serif";
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	
	}

#footer img {
	text-align: left;
	padding: 10px;
	}

#footer .mssans {
	font-weight: bold;
	}
	
#footerbr { clear: both; }

#twocol {
	float: left;
	text-align: left;
	width: 550px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	height: 100%;
	display: inline;
	}

#twocol hr {
	color: #dacea8;
	width: 540px;
	height: 1px;
	}


