/* CSS Document */
body {
	width: 700px;
	font-size: 10px;
	margin:20px;
	padding:0px;
	background-color:#FFF;
}
 
/* Sets Width to Maximum allowed */

div#head {
	width: auto;
	height: auto;
}

/* Defines the pagelink width and location */

div#left {
	position: absolute;
	left:2px;
	top:155px;
	width:120px;
	margin-top:38px;
	border:0px dashed black;
	background-color:#36F;
	padding:10px;
}

/* Defines the Links */

div#left p {
	font-family: Verdana, sans-serif; 
	font-size: 100%; 
	margin-left: 15px; 
}

div#left ul {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #09c;
	margin-top: -5px;
	line-height: 110%;
	margin-left: -7px;
 }
 
div#left h2, h3, h4 {
	font-family:Verdana, sans-serif;
	font-size: 110%;
	color: #09c;
	margin-top: 5px;
	margin-left: 5px;
}					

div#left ul a:link { 
    color: #09c;
    text-decoration: none
 }

div#left ul a:visited { 
    color: #07a;
    text-decoration: none 
 }

div#left ul a:active { 
    color: #09c;
    text-decoration: none 
 }

div#left ul a:hover { 
	background-color: #eee;
 }

/* Defines the pagelink width and location */

div#mainpage {
	position:relative;
	width:520px;
	margin:2px 130px 10px 140px;
	background-color:white;
	border:1px solid black;
	padding:10px;
}

/* Defines the Styles for this Section */

div#mainpage p, div, li, ul {  
	font-family: Verdana, sans-serif; 
	font-size: 100%; 
	line-height: 150%; 
	margin-left: 10px;
}

div#mainpage h1 {  
	font-family: Verdana, sans-serif; 
	font-size: 160%;
	color:  rgb(0,0,0); 
	margin-left: 5px;
	text-shadow: gray;
}

div#mainpage h2, h3, h4, h5 {  
	font-family: Verdana, sans-serif; 
	font-size: 140%;
	color:  rgb(0,0,0);
	margin-left: 5px
}

/* Set's the width and position */

div#right {
	position:absolute;
	top:-1px;
	right:-200px;
	width:171px;
	border:0px dashed black;
	background-color: #36F;
	padding:10px;
	z-index:1;
}

/* Defines the title */

div#right h1 {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 170%;
	color: rgb(0,0,0);
}

/* Defines the links */
div#right a {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color:#000;
}

div#right a:link { 
	color: #000;
 }

div#right a:visited { 
    color: #000; 
 }


div#right a:hover {text-decoration:none;
 }

 /* Set's Style for the Copyright Paragrh text */

div#mottob {background-color:#36F;}

div#mottob p {
	font-family: Verdana, sans-serif;  
	font-size: 90%; 
	margin-left: 5px;
	font-color:#000;
	}
	
img {border: none;}	