@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#Wrapper {
	background-color: #666666;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 760px;
}
#Wrapper #Header {
	background-color: #333333;
	height: 150px;
}
#Wrapper #Navigation {
	height: 20px;
	padding-top: 6px;
	padding-left: 20px;
	background-image: url(../Images/NavBar.jpg);
}
#Wrapper #Body {
	background-color: #666666;
	height: 550px;
}
#Wrapper #Footer {
	height: 24px;
	vertical-align: 3%;
	clip: rect(7px,auto,auto,auto);
	top: 7px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../Images/Footer1.jpg);
	border-bottom-color: #FFFFFF;
}


html, body {

                background-color: ##666666;

                font-family: lucinda sans, tahoma, arial, helvetica, sans-serif;

                font-size: 0.9em;

                margin-bottom: 0px;

                margin-left: 0px;

                margin-right: 0px;

                margin-top: 0px;

                padding: 0px;

}

h1 {

                color: #CCCCCC!important;

                font-size: 1.7em;

                font-weight: normal;

                margin: 0px 0px 5px 0px;

                text-align: left;

}

h2 {

                color: #CCCCCC;

                font-size: 1.2em;

                font-weight: bold;

                margin: 0px;

}

h3 {

                color: #993399;

                font-size: 1.15em;

                font-weight: normal;

                margin: 0px 0px 0px 0px;

}

h4 {

                color: #000000;

}

 

p {

                color: #666666;

                line-height: 1.4em;

}

 

a {

                color: #ff9900;

                font-weight: bold;

                text-decoration: none;

}

a:hover {

                color: #FFFFFF;

                font-weight: bold;

                text-decoration: none;

}


a:visited {

                color: ##ff9900;

                font-weight: bold;

                text-decoration: none;

}

