﻿/*Overall Page*/
#body
{
	background-color:#CDCEE2;	
	height :1850px;
}

#page {
	
	font:center;
	font-family:  Tahoma;
	font-size:98%;
	
}
/* Navigation */
#navigation {
	width: 195px;
	top:16.8em;
	left: 650PX;
	position:absolute;
	font-family:Tahoma;
	text-align:center; 
	font-size:68%;
}
#navigation ul {
	list-style:none;
	margin:0;
	font:center;
	padding:0;
}
#navigation li {
	border-bottom: 1px solid  #CDCEE2;
}
#navigation li a  {
	display:block;
	padding:1px 1px 1px 1px;
	border-left:2px solid #CDCEE2;
	border-right:2px solid #CDCEE2;
	background-color:#CDCEE2;
	color:#224088;
	text-decoration:none;
}
#navigation li a:hover {
	background-color:#fefefe;
	font :center;
	color:#224088;
}
#navigation ul ul {
	margin-left: 8px;
}
#navigation ul ul li {
	border-bottom: 3.5px solid #CDCEE2;
	margin:0;
	background-color: #CDCEE2;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #244288;
	color: #ffffff;
}
#navigation ul ul a:hover {
	background-color: #fefefe;
	color: #711515;
	
}

/* Main Content */

#content 
{
	width: 525px;
	height :350px;
	margin-top:4em;
	margin-left: 1.5em;
	margin-right: 0em;
	border-top : 1px solid;
	border-left-color :Black ;
	border-bottom :1px solid Black ;
	border-left: 1px solid;
	border-right: 1px solid Black ;
	
	
}
h1 {
	font: 90% Tahoma;
}
#content p {
	font-size:70%;
	line-height: 1.6em; 
	font:center;
	font-family:  Tahoma;
}

#content ul 
{
	font:center;
	font-family:  Tahoma;
	font-size: 70%;
	line-height: 1.6em; 
}


