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

body {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75.2%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
* {

          padding: 0;

          margin: 0;

          border: 0;

}



body {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
}
#holding {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #66C;
	color: #666666;
	padding-top: 0px;
	margin-top: 40px;
}

a:link {
	color: #669;
	text-decoration: none;
}
a:hover {
	color: #066;
}
a:visited {
	color: #309;
}
#holding h1 {
	font-size: 1.2em;
	color: #669;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
#content {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 0px;
	text-align: left;
}
#content p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}
.liststyle1 {
	list-style-position: outside;
	list-style-image: url(../images/bullet1.jpg);
	text-align: left;
	padding-left: 100px;
	padding-top: 20px;
}


#logo {
	width: 830px;
	height: 243px;
}

#content .highlight {
	font-weight: bold;
	color: #6866D1;
	font-size: 1.1em;
}


#footer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#content .highlight2 {
	font-weight: bold;
	color: #666;
	font-size: 1.1em;
}
