﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
.img-right {margin: 5px 0 0 10px; float: right;}
.img-left {margin: 5px 10px 0 0; float: left;}

/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
    width: 80%;
}
/*=================== styles for top banner ========================*/
#banner {
	padding: 10px;
	height: 345px;
	color: #000000;
}
.clear {clear: both;}
.contentBox2a {float: left; width: 48%; padding: 0; margin: 0 2% 0 0;}
.contentBox2b {float: right; width: 48%; padding: 0; margin: 0 0 0 2%;}
.img-frame {background: #ffffff; border: 1px #aaa solid; padding: 3px; margin: 4px 1px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);}

/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #FF0000 ;
	border-bottom: 2px solid #FF0000 ;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*==============all site links==============*/

a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #FF0000;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #EBEBEB;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 240px;
	padding: 5px;
	vertical-align: top;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('image/blue-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('image/blue-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#navigation {
	width: 200px;
	float: left;
	margin-top: 15px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}


#navigation li a:link, #navigation li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #000000;
border-right: 1px solid #00000;
background-color: #C0C0C0;
color: #FFFFFF;
text-decoration: none;
}
#navigation li a:hover {
background-color: #FF0000;
color: #000066;
}
#navigation ul ul {
margin-left: 12px;
}
#navigation ul ul li {
border-bottom: 1px solid #FA0000;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #EBEBEB;
	color: #000000;
}
#navigation ul ul a:hover {
	background-color: #FF0000;
	color: #000066;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #C00000;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 90%;
	text-align: center;
	background-color: #C00000;
	height: 5px;
}
blockquote {padding: 5px; background-color: #EBEBEB; }
th {text-align:left; width: 20%;}
td {text-align:left; width:20%;}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #ffffff;
	background-color: inherit;
}
h1 {
	padding: 2px 2px 2px 8px;
	font-size: 1.5em;
	background: #C00000;
}
h2 {
    padding: 1px 1px 1px 4px;
	font-size: 1em;
	background: #C00000;
}
h3 {
	font-size: .9em;
	background: #C00000;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
}
.float-l {
	float:left;
        padding: 4px;

}
.float-r {
	float:right;
	padding: 4px;
}



