/* CSS Document */

html, body {
	background-color:#4E5D60;
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial,  Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#000000;
}
h1, h2 {
	font-size:12px;
		color:#000000;

}
.clear {
	clear:both;
}
#wrap {
	margin:0 auto;
	padding:0;
	width:840px;
	background:#4E5D60 url(../images/background.gif) repeat-y;
}
#layout {
	background-color:#4E5D60;
	margin:0 auto;
	padding:0;
	width:750px;
}
#header {
	width:750px; 
	height:235px;
}
#footer{
	background-color:#4E5D60
	width:840px; 
	height:100%;
}
#left {
	background-color:#D8D0C9;
	width:173px;
	float:left;
	height:950px;
	text-align:center;
}
#column {
	background-color:#4E5D60;
	width:2px;
	height:100%;
	float:left;

}
#center {
	background-color:#D8D0C9;
	width:570px;
	height:100%;
	float:left;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
}
#left h2 {
	background-image:url(../images/header.gif);
	width:173px;
	height:24px;
	
	
}
#right h2 {
	background-image:url(../images/header.gif);
	width:173px;
	height:24px;
}
#right p {
	margin-left:3px;
	margin-right:3px;
}
#center h2 {
	background-image:url(../images/center_header.gif);
	width:570px;
	height:24px;
}
#center p {
	margin-left:3px;
	margin-right:3px;
}
#left p {
	margin-left:3px;
	margin-right:3px;
}
a:link, a:visited, a {
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
hr { 
	border:none;
	border-bottom:3px solid #4E5D60;
	width:100%;
	margin:0 auto;
}

.style6 {font-size: 24px}

/*styles for header */
.style1 {color: #CCCCCC}
.style2 {font-size: 11px}
.style3 {
	font-size: 12px;
	font-weight: bold;
}