/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#404040;
 color: #333333;
 text-align: left;
 padding:0;
 }

.class1 A:link {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
.class1 A:visited {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
.class1 A:active {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}
.class1 A:hover {color: blue; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal;}

.class2 A:link {color: #000000; font-family:Verdana; font-size: 10px; font-weight: bold; text-decoration:none;}
.class2 A:visited {color: #000000; font-family:Verdana; font-size: 10px; font-weight: bold; text-decoration:none;}
.class2 A:active {color: #000000; font-family:Verdana; font-size: 10px; font-weight: bold; text-decoration:none;}
.class2 A:hover {color: blue; font-family:Verdana; font-size: 10px; font-weight: bold; text-decoration:underline;}

H3 {
font-size:14px;
color:black;

}

H2 {
font-size:13px;
color:black;
text-decoration:underline;
}

#bgcontainer{
    margin: 0 auto;
    width: 718px;
	background-image:url(images/bgfade.jpg);
	background-repeat:repeat;
    position: relative;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    text-align: left;
	padding-bottom:0px;
}

#homeb {
	width: 400px;
	border-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:11px;
	background-color: #ffffff;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#button {
	border-right: 1px solid #000;
	margin-bottom: 0%;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:12px;
	background-color: #90bade;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 100%;
	padding-left: 0;
	height: 100%;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
