body, h1, h2, h3, h4, p, ul, li {
	padding: 0;
	margin:0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../Images/bg.png);
	color: #6699FF;
	font-size: 14px;
}

#vert{
	text-align:center;
	width : 800px;
	height : 850px;
	position : relative;
	margin-left:auto;
	margin-right:auto;
	visibility : visible;
}

.grey {color: #CCCCCC}
.dgrey {color: #999999}

a:link {
	text-decoration: none;
	color:#6699FF;
}
a:visited {
	text-decoration: none;
	color:#6699FF;
}
a:hover {
	text-decoration: none;
	color:#6699FF;
}
a:active {
	text-decoration: none;
	color:#6699FF;
}


/*------Begin Shadow effect-------*/
html>body .outerpair1 {
background: url(../Images/upperrightfade16.png) top right no-repeat;
width: 766px;
margin: 0 auto;
margin-top: auto;
}

html>body .outerpair2 {
padding-top: 8px;
padding-left: 8px;
background: url(../Images/lowerleftfade16.png) left bottom no-repeat;
}
html>body .shadowbox1 {
padding-top: 8px;
padding-left: 8px;
background: url(../Images/shadowbr.png) bottom right;
}
html>body .shadowbox2 {
position: relative;
left: -16px;
top: -16px;
background: url(../Images/shadowtl.png) top left;
}
html>body .innerbox {
position: relative;
left: 8px;
top: 8px;
}
/*-----End Shadow effect-------*/
#wrapper {
width: 750px;
background-color: #000000;
}
* html #wrapper {
border: 1px solid black;
}
#logo span {
position: absolute;
left: -3000px;
}
/*--------Begin Navigation bar----------*/
#menu ul {
list-style: none;
}
#menu ul li {
	float: left;
	margin: 0 0.15em;
	font-size: 17px;
}
#menu ul li a {
	color: #666666;
	height: 1.7em;
	line-height: 1.1em;
	float: left;
	width: 8.4em;
	display: block;
	text-align: center;
}
#menu ul li a:link, #menu ul li a:visited {
text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active, #nav ul li a:focus, #menu ul li a.selected{
	color: #E6E6E6;
}

/* Hide from IE5-Mac \*/
#menu ul li a
{
float: none
}
/* End hide */
/*-----------End Navigation bar-----------*/
#content {
	text-align: left;
	padding: 35px 0 20px 60px;
	margin-right: 290px;
}

#content p {
	padding: 0 0 0 0;
}

#content2 {
	text-align: left;
	padding: 30px 0 15px 25px;
	margin-right: 275px;
}


#content2 p {
padding: 0 0 0 28px;
}

#content ul li{
	list-style-type: square;
	list-style-position:inside;
	margin: 0 0 6px 11px;
	padding: 0 0 0 5px;
}

#contactlegal{
	text-align:center;
	color: #999999;
	font-size:11px;
	line-height:20px;
}

#rightcol {
	float: right;
	display: inline;
	padding: 35px 62px 0 0;
}

#contact {
	width:225px;
	float: right;
	padding: 30px 40px 20px 0;
}

/*---------Begin Footer-----------*/
#footer {
	text-align: center;
	padding: 20px 20px 0 20px;
	font-size: 70%;
	line-height: 2em;
	color:#999999;
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus{
text-decoration: none;
color: #FFFFFF;
}
/*--------End Footer----------*/
