body
	{
	font-family: sans-serif;

	}


	
#container

	{

	min-width: 700px;

	max-width: 900px;

	min-height: 700px;

	margin: 0px;

	padding: 0px;

	border: 1px solid #990000;

	background-color: #CCCCCC;

	}

.logo
	
	{
	text-align: center;
	width: 140px;
	height: 75px;
	border: 1px solid rgb(30,101,130);
	border-right: none;
	}

.banner
	{
	text-align: center;
	border: 1px solid rgb(30,101,130);
	border-left: none;
	height: 75px;
	padding-right: 10px;
	}
	
.leftcol
	{
	width: 140px;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid rgb(30,101,130);
	}
	
.tbody	
	{
	width: 100%;
	border-right: 1px solid rgb(30,101,130);
	border-left: 1px solid rgb(30,101,130);
	background:#CCCCCC;
	padding: 5px;
	padding-left: 10px;
	padding-right: 20px;
	}

/* image placement on home page body */	

.img1
	
	{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
	
.img2
	
	{
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 10px;
	}


.para
	{

	padding-top: 20px;

	}

	
h1
	
	{

	font-size: large;

	color: rgb(30,101,130);

	padding-bottom: 10px;

	}

h2	{

	font-size: medium;

	}

ul.leftcontent

	{

	position-fixed: 0px;

	font-size: small;

	padding-top: 10px;

	padding-left: 0px;

	margin-left: 0px;

	text-indent: 5px;

	}

	
li.focus
	{
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	border-bottom: 1px solid #000066;
	}
li.subfocus
	{
	font-weight: bold;
	list-style-type: none;
	text-indent: 15px;
	padding-bottom: 4px;
	}
li.subfocus2
	{
	font-weight: bold;
	text-indent: 15px;
	list-style-type: none;
	padding-bottom: 8px;
	border-bottom: 1px solid #000066;
	}		
li.norm
	{
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style-type: none;
	border-bottom: 1px solid #000066;
	}
li.norm2
	{
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 4px;
	list-style-type: none;
	}
li.subnorm
	{
	font-weight: normal;
	text-indent: 15px;
	padding-bottom: 8px;
	list-style-type: none;
	border-bottom: 1px solid #000066;
	}
li.subnorm2
	{
	font-weight: normal;
	text-indent: 15px;
	padding-bottom: 4px;
	list-style-type: none;
	}	
.nav a:link {color: #000066;
text-decoration: none;}
.nav a:hover {color: #009966;
text-decoration: normal;}
.nav a:visited {color: #000066;
text-decoration: none;}

.expire
	{
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
.format

	{

	font-size: small;

	}

.format2
	{
	font-weight: bold;
	font-size: small;
	}
	
	
.line
	{
	padding-bottom: 5px;
	}
	
.footer

	{

	width: 715px;

	height: 44px;

	border: 1px solid rgb(30,101,130);

	border-top: none;

	background-color: rgb(30,101,130);
	

	}

