#container {
	background-color: #CAC9E9;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 140px;
	width: 950px;
	background-color: rgb(255, 255, 51); 
	border-color: rgb(100, 89, 237); 
	text-align: center; 
	width: 100%;
	border-bottom-style: solid; border-top-width: 10px;
	border-top-style: solid; border-bottom-width: 10px;
	border-left-width: 0px; 
	border-right-width: 0px; 
	font-family: times; 
	font-style: italic;
    }

#content {
	width: 570px;
	padding: 10px;
	margin-right: 130px;
	margin-left: 140px;
}
#leftnav {
	float: left;
	width: 140px;
	background-color: #CAC9E9;
	padding: 5px;
	
}

#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftnav a
{
	display: block;
	width: 140px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
color: #000099;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
   color: #000099;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: red;
} 




#sidebar {
	padding: 10px;
	float: right;
	width: 180px;
	height:300px;
	background-color: #CAC9E9;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

} 

#sidebar ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	background-color: #CAC9E9;
	padding: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 900px; 
	align: center;
	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #394AE1;
	line-height: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
} 


a {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #E82525;
	text-decoration: none;
}


.box1 {
	background:#E7AAE2;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}

#table	{
		  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
}

ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}