/* Layout Stylesheet */ 

html, body {
	margin: 0;
	color: #000;
	background-color: #333A35;
	list-style-image:url(../images/blt.gif);
	background-image: url(../images/bgc3.gif);
	font-family: "Times New Roman", Times, serif;
	}


#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 3px;
	background-color: #3A9C80;
	border: 2px solid #CAE8D6;
	}


#top {
	height: 45px;
	background-image: url(../images/45.gif);
	background-repeat:repeat-x;
	text-align: right;
}

#main {
	padding: 10px;
	background: #fff;
}


#footer {
	text-align: center;
	color: #0B250E;
	background: #fff;
	padding: 1px;
}
	

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #33CC66;
}
a:visited {
	text-decoration: none;
	color: #336600; font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FF6600; font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #669966; font-weight: bold;
}

.color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

.im {
	padding : 2px;
	border: 4px double #388B72;
	background-color: #eeeeee;
}	

.bold {
	color: #CC3300;
	font-weight: bold;
	font-size: 18px;
}	

.sm {
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding:5px;
	text-align: center;
}

.hd {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #339966;
	font-weight: bold;
}	