@charset "utf-8";
/* CSS Document */
	
p {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10px;
	line-height:1.5;
	color:#333333;
	margin-top:0;
	}
	
p + p {
	margin-top: 1.5em;
	}
		
h1 {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CA6D3E;
	}
	
ul {
	list-style-type: square;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:10px;
	line-height:1.5;
	color:#333333;
	}

.caption p {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	font-style:italic;
	line-height:1;
	color:#999999;
	margin-top:10px;
	}
.caption p + img {
	margin-top: 75px;
	}
	
.caption p + iframe {
	margin-top: 75px;
	}
	
/*GLOBAL LINKS FORMATTING */
a:link {
	color:#336699;
 	text-decoration:none;
	}
a:visited {
	color:#336699;
 	text-decoration:none;
	}
a:hover {
	color:#99CCFF;
	text-decoration:none;
	}
a:active {
	color:#336699;
 	text-decoration:none;
	}
	
/*MENU LINKS FORMATTING */
.menulink a:link {
	color:#333333;
 	text-decoration:none;
	}
.menulink a:visited {
	color:#333333;
 	text-decoration:none;
	}
.menulink a:hover {
	color:#AAAAAA;
	text-decoration:none;
	}
.menulink a:active {
	color:#333333;
 	text-decoration:none;
	}

/*POSITIONING*/	  		  
.center {
	margin:auto;	
	}
			  
#shell {
	position:relative;
	top:20px;
	width:750px;
	height:600px;
	background-color:#ffffff;
	}

#banner {
	width:750px;
	}
	
#menu {
	position:relative;
	top:20px;
	width: 700px;
	height: 25px;
	border-bottom:1px dotted #333333;
	word-spacing:18px;
	}

#heading {
	position:relative;
	top:55px;
	width: 650px;
	height: 25px;
	}
	
#main {
	position:relative;
	top:75px;
	width:600px;
	height:600px;
	text-align:justify;
	}