h2 {
	font-family: sans, tahoma, helvetica;
	}
h4 {
	font-family: sans, tahoma, helvetica;
	}
	
hr {
	background-color: #000E78;
	}
p
{
font-family: sans, tahoma, arial, helvetica;
color: black;
}

table
{
font-family: sans, tahoma, arial, helvetica;
color: black;
}


.link {
		font-family: sans, tahoma, arial, helvetica;
		font-size: 10pt;
		}

/* Body */
body
{
	background-color: #eeeeee;
	margin-top: 0px;
	margin-left: 0px;
}
#container {
	z-index: 1;
	background-color: white;
	padding: 0px;
	position: center;
	width: 720px;
	/*height: 500px;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*border-width: 1px;
	border-color: red;
	border-style: dotted;*/
}

/* HEADER */
.header {
	background-color: white;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: left;
	width: 720px;
	height: 90px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	color: yellow;
	font-family: sans, tahoma, arial, helvetica, sans-serif;
}

#menua {
	position: absolute;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	width: 680px;
	height: 90px;
	text-align: right;
	top: 60px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}

.shim {
	background-color: white;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/repeat-background2.png);
}
/* HEADER END */

/* BUTTONS */
.btn a{
display: block;
width: 142px; /*Width of top level menu link items*/
padding: 2px 7px;
border: 0px solid #12128f;
border-width: 1px 1px 1px 1px;
text-decoration: none;
background: url(images/menubg.gif) center center repeat-x;
color: black;
font: bold 13px sans, tahoma, arial, helvetica, sans-serif;
margin-top: -1px;
margin-left: -1px;
}

.btn a:hover{
background: url(images/menubgover.gif) center center repeat-x;
}

/* MENUBAR */
.menubar{
position: relative;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
}

.menubar ul{
margin: 0px;
margin-right: 0px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menubar ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.menubar ul li a{
display: block;
width: 129px; /*Width of top level menu link items*/
padding: 2px 7px;
border: 0px solid #12128f;
border-width: 1px 1px 1px 1px;
text-decoration: none;
background: url(images/menubg.gif) center center repeat-x;
color: black;
font: bold 13px sans, tahoma, arial, helvetica, sans-serif;
margin-top: -1px;
margin-left: -1px;
}
	
/*Sub level menu*/
.menubar ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.menubar ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.menubar ul li ul li a{
width: 140px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 8px;
background: #e6e6fa;
border-width: 0 1px 1px 1px;
}

.menubar ul li a:hover{
background: url(images/menubgover.gif) center center repeat-x;
}

.menubar ul li ul li a:hover{
background: #b0e0e6;
}

.menubar .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menustar.png) no-repeat center left;
}
/* MENUBAR END */


/* PAGE */
.page {
	background-color: white;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	
}

.page ul li ul {
	font-size: 12px;
	font-style: italic;
	}

.overflow 
{
/*position: relative;*/
width: 100%;
height:400px;
overflow: auto;
}

.sidebar {
	float: left;
	width: 198px;
	height: 100%;
	/*padding: 10px 12px;*/
	text-align: left;
	/*position: relative;*/
}
.sidebar td{
padding: 0px 10px;
}

.content {
	width: 518px;
	margin-top:0px;
	/*margin-left: 200px;*/
	/*position: relative;*/
	/*padding: 10px 30px;*/

}
.content td{
padding: 10px 30px;
}



#home, #services, #links {
	background-image: url(images/repeat-background2.png);
	position: relative;
	width: 720px;
	padding: 0px 0px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 0px; /* Weird Mozilla Bug */
	margin-left: 0px;
	margin-right: auto;
}
/* PAGE END */


/* FOOTER */
.footer {
	background-image: url(images/footer2.png);
	background-repeat: no-repeat;
	position: relative;
	width: 720px;
	height: 40px;
	margin-left: 0px;
	margin-right: auto;
	font-family: sans, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	text-transform: ;
	font-size: 12px;
	font-weight: bold;
	color: #e6e6eb;
	}
	
.footer i {
	font-size: 9px;
	}
/*FOOTER END */	
