@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin: 0;   
    padding: 0;   
}

img {
	border: 0px;
}
a {
	outline: none;
	color: #990000;
}

body {
	background: #d8d8d8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em auto;
}

#mainwrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	
	}
	
/* Header Styles */
	
#HeaderWrapper {
	height: 54px;
	margin-top: 14px;
	margin-bottom:14px;
	width: 100%;
}

#HeaderLeft {
	float: left;
	height: 54px;
	width: 400px;
}
#HeaderRight {
	float: left;
	height: 54px;
	margin-top: 18px;
	padding-right: 5px;
	padding-left: 100px;
	width: 400px;
}
#HeaderContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

#HeaderContent a {
	text-decoration: none;
	background: none;
	font-size: 0.70em;
	color: #990000;
}
#HeaderContent a:hover a:active {
	color: #990000;
	text-decoration: underline;
}


	

/* Footer Styles */

#FooterWrapper {
	background:#666666;
	border-top: 5px solid #333333;
	padding-top: 6px;
	height: 150px;
	width: 100%;
}
#FooterContent {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	
}
#FooterContent a {
	color: #ffffff;
}
#FooterContent a:hover, #FooterContent a:active {
	text-decoration: underline;
}
#FooterContent .Column1 {
	border-right: solid 1px #ffffff;
	float: left;
	height: 110px;
	padding-top: 5px;
	width: 400px;
}
#FooterContent .Column2 {
	border-right: solid 1px #ffffff;
	float: left;
	height: 110px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 50px;
	width: 269px;
}
#FooterContent .Column3 {
	float: left;
	height: 110px;
	padding-top: 5px;
	padding-left: 50px;
	width: 167px;
}

/* Additional Styles */

.clear {
	clear: both;
	height: 0px;
}

