@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	background-color: #FAFAFA;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	color: #0033CC;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	color: red;
	}	

h1 {
	font-size: 14px;
	font-variant: small-caps;
}
h2 {
	font-size: 14px;
	color: #646464;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	margin-top: -5px;
	color: #1258FD;
}
.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bolder;
}

.redfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	font-weight: bolder;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
.smallfont:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	}	

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000FF;
	font-weight: normal;
}

.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	font-weight: normal;
}


.sidenavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-decoration: none;
	background-color: white;
	padding: 2px 2px 2px 5px;
	width: 188px;
	display: block;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-left: 2px;
	margin-right: 2px;
	}
.sidenavigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 2px 2px 5px;
	color: white;
	text-decoration: none;
	background-color: #8DAFFE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 188px;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	}


.sidecolumn {
	background-color: #8DAFFE;
}

.topnavigation {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
	background-color: #FAFAFA;
	padding: 2px;
	
	}
.topnavigation:hover {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
	padding: 3px;
	}
	
#Container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
			}	
			
#drywallcontent {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	background-color: #FFFFFF;
	} 			