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

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/wallpaper.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.MainContainer {
	background-color: #FFFFFF;
	background-image: url(images/main_bkgr.png);
	background-repeat: repeat-y;
	height: auto;
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: 569099;
	background-image: url(images/Header_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 103px;
	width: 801px;
	text-align: right;
	margin: 0px;
}
.Header a {
	color:#FFFFFF
	}

a {
	color: #37939B;
	text-decoration: underline;
}
a:hover{
	color: #B7E2E6;
	text-decoration: blink;
}


	
.MainMenu {
	background-color: #37939B;
	background-image: url(images/MainMenu_Bkgr.png);
	background-repeat: repeat-y;
	text-align: right;
	height: 39px;
	width: 801px;
}
.MainWindowText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E6E65;
	height: auto;
	width: 450px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 175px;
	margin-bottom: 10px;
	margin-left: 175px;
}

.MainWindowText li {
	list-style-image:url(images/bullet_blue.png)
	}
	
.MainWindowText h1 {
	color:#37979b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	}	
	
.MainWindowText h2 {
	color:#37979b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}	
	
.MainWindowText h3 {
	color:#5E6E65;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}		
	
.MainMenu ul  {
	padding:0;
	margin:0;
	list-style:none;
	float: right;
}

.MainMenu li  {
	float:left;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #5E6E65;
}

.PortfolioWindowText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E6E65;
	height: auto;
	width: 700px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 51px;
}

.PortfolioWindowText li {
	list-style-image:url(images/bullet_blue.png)
	}
	
.PortfolioWindowText h1 {
	color:#37979b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	}	
	
.PortfolioWindowText h2 {
	color:#37979b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}	
	
.PortfolioWindowText h3 {
	color:#5E6E65;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}		
