body {
	margin: auto;
	padding: 0;

	background: white;
	font: normal small Arial, Helvetica, sans-serif;
	color: #464543;
	
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: bold;
	color: #000000;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
	
}

strong{
	font-size: 1.3em;
	font-style: bold;
	margin: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;

}

p, ul, ol, blockquote {
	margin-top: 0;
	font-size: 0.9em;

}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {text-decoration: none;}

a:hover {
	text-decoration: none;
}

li {
	color: #000000;
}

li a:link {
	text-decoration: none;
	color: #000000;
}

li a:hover {
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #000000;
}
li a:visited {text-decoration: none;
}
ul a:visited {text-decoration: none;
}



/* Header */

#header {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding-bottom:20px;
	background: white;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	color: black;
}

#header h1 {
	padding: 28px 0 0 18px;

}

#header h2 {
	padding: 28px 0 0 0;
}


#smalltext{

font-size: 0.3 em;

}

/* Content */



#wrapper {
	top: auto;
	width: 750px;
	background: white;
	margin-left: auto;
    margin-right: auto;
	
 

}
#splash {
	
	
WIDTH: 400px;
HEIGHT: 528px;
margin: 0 auto 0 auto;
BORDER: 0px;
BACKGROUND: rgb(255,255,255);
margin-top:1em;
    
}

#splashimage{

vertical-align:middle;
margin:0 auto;

}


#menu {
	float: left;
	width: 130px;
	padding: 20px 10px;
    font-style: bold;
	font-size: 16px;

}

#menu ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;

}
#menu a:link {
	text-decoration: none;
	color: 000000;
	font-size: 1.3em;
	font-style: bold;
	font-family: Garamond, Arial, Helvetica, sans-serif;
}

#content {
	float: left;
	width: 350px;
	padding: 20px 10px;
}

#content ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
	
}

#sidebar {
	float: left;
	width: 170px;
	padding: 20px 10px;
}

#sidebar ul {
    font: normal small Garamond, Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style: none;
	font-style: bold;
	font-size: 1.2em;

	
}



/* Footer */

#footer {
	clear: both;
	width: 740px;
	height: 50px;
	margin: 0 auto 0 auto;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;
	
}

#footer p {
	padding: 10px 0 20px 0;

}

#footer p a {
	color: #FFFFFF;
}


