html
{
	padding : 0px;
	margin: 0px;
}

body
{
	font-family : Verdana, Arial;
	font-size : 80%;
	text-align : center;
	padding : 0px;
	margin: 0px;
	color: #888888;
	background-image: url(./images/TopFade.jpg);
	background-repeat : repeat-x;
	background-color : #A0A0A0;
}

#page 
{	
	margin : 0px;
	margin-left : auto;
	margin-right : auto;
	width : 900px;
	text-align : left;
	position : relative;
	margin-left : auto;
	margin-right: auto;	
}

#HeaderSection 
{
	height : 50px;
	margin-bottom : 0px;
}

#MainSection
{
	padding : 20px;
	padding-top : 300px;
	background-color : White;
	background-repeat : no-repeat;
	background-position: right top;
	border: solid 1px black;
	height : 800px;
}

.shadow
{
	margin-left : auto;
	margin-right: auto;
	width : 850px;
}


#Logo
{
	margin-left : 20px;
	float: left;
}

#MenuSection 
{

}

#MenuSection li a:link,
#MenuSection li a:visited
{
	color : White;
}

#MenuSection li a:hover
{
	color: rgb(255, 149, 68);
}


#MenuSection ul
{
	margin : 0px;
	padding : 0px;
	float : right;
	margin-right : 10px;
}

#MenuSection li
{
	float : left;
	list-style-type : none;
	border-left : solid 1pt rgb(255, 149, 68);
	margin : 0px;
	padding : 0px;
	margin-top : 30px;
	padding-left : 15px;
	padding-right : 15px;
	padding-bottom : 5px;
	text-align : left;
}


a:link,
a:visited
{
	text-decoration : none;
	color : rgb(255, 149, 68);
}

a:hover
{
	text-decoration : none;
	color : #000000;
	
}

h2 a:link
{
	color : rgb(255, 149, 68);
}

h1
{
	font-family : Verdana;
	color : black;
	font-size : 180%;
	font-weight : normal;
	font-style: italic; 
	text-align: center;
	
	padding-bottom : 10px;
}
/*border-bottom : solid 2px rgb(255, 149, 68);*/
h2
{

	font-size : 150%;
	font-weight: normal;
	padding-bottom : 10px;
	margin : 0px;
	color : rgb(255, 149, 68);
}

h3
{
	color : Black;
	margin : 0px;
	padding-bottom: 8px;
	font-weight : normal;
	text-align : center;
	border-bottom: solid 1px rgb(255, 149, 68);
}


.Quotation
{
	font-style : italic;
}

.Overview
{
	float: right; 
	width: 350px; 
	font-size : 120%;
	padding-left: 10px; 
	margin-left: 10px; 
	color : #F27612;
}

.Overview h2
{
	color : #000000;
	padding: 0px;
	margin: 0px;
}

.Overview ul,
.Overview li
{
	margin-left : 10px;
	padding: 0px;
	list-style-type: disc;
}