﻿* {padding: 0; margin: 0;}

body {
    background: url(images/bg.gif);
}

#container	{	
	margin: auto;
	height: 600px;		
	padding-bottom: 0px;	
	border-top: solid 15px #000080;	
	border-right: solid 15px #000080;
	border-left: solid 15px #000080;
	width: 740px;	
	background-color: White;
}

#leftmenu {
    padding: 140px 0 0 0;
    height: 460px;    
    float: left;
    width: 150px;
    background-color: #000080;    
}

#leftmenu p {    
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: White;
    padding: 10px 0 10px 0;
}

#leftmenu a {
    color: White;
    text-decoration: none;
}

#leftmenu a:hover {
    text-decoration: underline;
}

#content {
    float: right;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #000080;    
    width: 590px;    
}

#content p {
    padding: 10px 10px 10px 10px;
}

#content ul {
    padding: 10px 3px 10px 30px;
}

#content ol {
    padding: 10px 3px 10px 30px;
    list-style-type: upper-alpha;
    font-weight: bold
}

#content ol li ol li{
    padding-top: 10px;
    font-weight: normal;
}

#content li {
    padding-top: 10px;
}

#footer {
    margin: auto;
	padding-top: 3px;	
	width: 740px;
	height: 18px;
	text-align: center;	
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: White;
	background: #000080;
	border-right: solid 15px #000080;
	border-left: solid 15px #000080;
}