html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #000;
   background : #fff;
   width : 100%;
   font : 12px arial, sans-serif, verdana, georgia;
}

h1 {
	font-family: Arial, Geneva, sans-serif;
	font-size:	16pt;
	color:		#330066;
}

h2 {
	font-family: Arial, Geneva, sans-serif;
	font-size:	14pt;
	color:		#330066;
}

h3 {
	font-family: Arial, Geneva, sans-serif;
	font-size:	12pt;
	color:			#330066;
}

h4 {
	font-family: Arial, Geneva, sans-serif;
	font-size:	10pt;
	color:		#330066;
}

p {
	font-family: arial, sans-serif, verdana, georgia;
	font-size:	10pt;
	color: #666;
	font-weight: bold;
}

p.title
{
	font-family: Times, Arial, Geneva, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	color:			black;
}

.red
{
	font-family: Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight: bold;
	color: red;
}

.title
{
	font-family: Times, Arial, Geneva, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	color:			black;
}

.smalltext
{

	font-family: Arial, Verdana, Helvetica;
	font-size:	8pt;
	font-weight: normal;
	color: black;
}

font 
{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	font-weight: bold;
}


	a:link, 
	a:active, 
	a:visited { text-decoration: none; 
	            color: #00009c;
	            font-weight: bold;
	            font-family: Arial;
	            font-size: 10pt }
							  
	a:hover { text-decoration: none; 
	          color: #808080;
	          font-weight: bold;
	          font-family: Arial; 
	          font-size: 10pt } 
						
/* --- static menu styles ---

note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	text-align: center;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
}

.default
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.defaultErr
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000
}

.light
{
	font-family: Arial, sans-serif, verdana, georgia;
	font-size:	10pt;
	font-weight: normal;
	color: #666;
}

#container {
   width:	 		 				95%;
   margin:						10px auto;
   background-color:  #fff;
   color:						  #000;
   border : 3px solid #00009C;
   line-height : 130%;
}

#header {
   padding : .5em;
   background-color : #fff;
   margin: 0;
	 height: 120px;
}

#leftcol {
   width : 176px;
   margin : 0;
   padding : 1em;
   background-color : #fff;
	 float:						 left;	 	 
}

#content {
   margin-left : 		 200px;
   border-left : 		 1px solid #808080;
   padding : 	 	 		 1em;
	 margin-right : 	 5px;
   background-color: #fff;
}

#footer {
   clear : both;
   margin : 0;
   padding : .5em;
   color : #000;
   background-color : #fff;
}

.myborder
{
	border:thin indent #00009C; 
}
</style>