/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #ffffff;
	margin-left:10%;
	margin: 0 0 0 0;
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1.5em;
	character-spacing: 0.5em;
	
}

p {
	font-size: 1em;
	color: #ffffff;

}

.footer {
	font-size: 0.9em;
	color: #ffffff;
}

.footer:Hover {
	font-size: 0.9em;
	color: #000000;
}


.home {
	font-size: 1.1em;
	color: #606060;
}



h1 {
	font-size: 1.3em;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h2 {
	font-size: 1.1em;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}


.sponsored {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

}


a.nav {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

}

a.nav:Hover {
	color: #3d5aa8;
	text-decoration: none;
}


a.navon {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

}

a.navon:Hover {
	color: #ffffff;
	text-decoration: none;
}


a {
	color: #3e5aa9;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:Hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}



a.foot {
	color: #666666;
	text-decoration: none;
}

a.foot:Hover {
	color: #666666;
	text-decoration: underline;
}

.arrow{
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;

}


.border={

border-style: solid;
}	

.contact {
	color: #ffffff;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
}

a.email {

	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-size: 1em;
	font-weight:bold;
}

a.email:Hover {
	color: #cbcae7;
	text-decoration: none;

	
}