/* CSS Document */
/*Positioning Divs*/

#list-menu {
width: 140px;
/* this width value is also effected by
the padding we will later set on the links. */
}


#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:normal;
	color : #ffffff;
	font-size: 17px;
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:100px;
margin:10px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background:none;
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}

#list-menu a:hover {
border: 1px solid #000000;
background:#000066;
color: #ffffff;
} 


/*A:link {
	font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:normal;
	color : #d5d1de;
	font-size: 18px;
	margin:15px;
	color: #ffffff;

}
A:visited {
font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:normal;
	color : #d5d1de;
	font-size: 18px;
	margin:15px;
	color: #ffffef;

}
A:hover {
	font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:bolder;
	color : #d5d1de;
	margin:10px;
	font-size: 19px;
	color: #fffff8;
}
A:active {
font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:normal;
	color : #d5d1de;
	font-size: 18px;
	margin:15px;
	color: #ffffff;

}*/

body {
	font-family : Tahoma, Book Antiqua, Times New Roman, serif;
	font-size:10px;
	background-color:#d5d1de;
	margin:0px;
	}
	
p {
	font-family : Tahoma, Book Antiqua, Times New Roman, serif;
	font-size:10px;
	margin:10px;
	text-align: justify;
	
	}
	
h1  {
	font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:bolder;
	color : #d5d1de;
	text-align:left;
	font-size: 50px;
	margin:0px;
	}

h2  {
	font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:bold;
	font-style : normal;
	color : #3C5876;
	text-align:center;
	font-size: 20px;
	margin:20px;
	}
	
h3  {
	font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:bold;
	font-style : normal;
	color : #ffffff;
	text-align : center;
	font-size: 17px;   
	margin:10px;  
    }

h4  {
	font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:bold;
	font-style : normal;
	color : #43436b;
	text-align : center;
	font-size: 17px; 
	margin:10px;    
    }

#container{
	position:relative;
	width:740px;
	margin:auto;
	background: #ffffff;
	
}

#topnav{
	position:relative;
	margin:auto;
	top:auto;
	width:740px;
	height:36px;
	text-align:left;
	background-image:url(images/topnav.jpg);

	}
#topnav-menu {
	position:absolute;
	right:0px;
	width: 200px;
	height: 36px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#topnav-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family : Papyrus, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:normal;
	color : #ffffff;
	font-size: 18px;
} 

#topnav-menu li {
margin: 0px 0 0;
float:left;
} 

#topnav-menu a {
display: block;
width:90px;
margin:0px;
padding: 2px 2px 2px 2px;
border: 1px solid #000000;
background:none;
text-decoration: none; /*lets remove the link underlines*/
} 

#topnav-menu a:link, #topnav-menu a:active, #topnav-menu a:visited {
color: #000000;
}

#topnav-menu a:hover {
border: 1px solid #000000;
background:#000066;
color: #ffffff;
} 

#logo{
	position:relative;
	top:auto;
	width:740px;
	height:120px;
	background:url(images/logo.jpg);

}

#userbar{
	position:relative;
	top:auto;
	margin:0 auto;
	width:740px;
	height:50px;
	background-color:#f86f99;
	background: repeat top left;
		}

	
#leftnav{
	position:relative;
	top:auto;
	left:0px;
	width:140px;
	height:650px;
	text-align:left;
	background:url(images/leftnav.jpg);
	color:#ffffff;
	}
	
#main{
	position:absolute;
	left:140px;
	top:156px;
	width:468px;
	text-align:left;
	background: url(images/main.jpg) no-repeat;

	}	
	
#right{
	position:absolute;
	top:155px;
	right:0px;
	width:130px;
	height:650px;
	background:url(images/right.jpg);
	text-align:left;
	}
	
	

#footer{
	position:relative;
	left:0px;
	top:auto;
	width:740;
	text-align:center;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	}

#footer-menu {
	width: 740px;
	height: 36px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#footer-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: Tohoma, Cambria, Book Antiqua, Times New Roman, serif;
	font-weight:normal;
	color : #000000;
	font-size: 10px;
} 

#footer-menu li {
margin: 0px 0 0;
float:left;
} 

#footer-menu a {
padding: 2px 2px 2px 90px;
text-decoration: none; /*lets remove the link underlines*/
} 

#footer-menu a:link, #footer-menu a:active, #footer-menu a:visited {
color: #000000;
}

#footer-menu a:hover {
color: #5fb3dd;
} 

#backgroundright{
	position:absolute;
	top:0px;
	right:-270px;
	width:270px;
	height:540px;
	background-image:url(images/backgroundr.jpg);
	}

#backgroundleft{
	position:absolute;
	top:0px;
	left:-270px;
	width:270px;
	height:540px;
	background-image:url(images/backgroundl.jpg);

	}
	





/*General Styling*/
