* {
    padding: 0;
    margin: 0;
} 

body {
	font: 0.95em Georgia, "MS Serif", "New York", serif;  
	line-height: 1.5em;
	background-color: #999;
}
a {
	color: #15317E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 20px auto;
width: 724px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 30px;
}


.header {
height: 100px;
background:#fff url('images/banner.jpg');
/* url('images/hidr.jpg'); */
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 26px; color: #FFF; }
.header h1 a { font-size: 24px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 21px; color: #FFF; }


.menu ul {
	margin-left: 0em;
	}
	
.menu li {
	list-style-type: none;
	border: black solid 1px;
	float: left;
	width: 10em;
	background-color: #CCCCCC;
	text-align: center;
	}
	
.menu a {
	display: block;
	color: black;
	text-decoration: none;
}

.menu a:hover {
	background-color: white;
}

.menu li ul {
	display: none;
}

.menu li:hover > ul {
	display: block;
}

.menu li li li {
	margin-left: 1em;
}


/* .breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1;
	padding: 5px;
} */
	
.middle {
	float: left;
	width: 65%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
	min-height: 30em;  
}

.right {
	float: left;
	width: 20%;
	margin: 0 10px;
	padding: 1% 1%;
	min-height: 30em;
	  
}

.right ul {
	padding: 0px 0 0px 20px;
}


.right li {
	margin-bottom: 5px;
	list-style-type: square;	
	width: 10em;
	color: #15317E;
}
.right a:hover {
	background-color: #15317E;
	color: white;
}
	
.middle h2 { color: #15317E; font-size: 18px; margin-bottom: 10px; margin-top: 10px;}
.middle h3 { color: #15317E; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.middle li { margin-bottom:5px; list-style-type: square; color: #15317E;}
.middle span {color: black;}
.middle boldspan {font-weight: bold;}
.right h2 { color: #15317E; font-size: 14px; margin-top: 15px;}
.center {text-align: center;}
.bold{ font-weight: bold;}
.indent{text-indent: 1cm;}
.left{text-align: left;}
.black{ color: black;}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


.indented
   {
   padding-left: 20pt;
   padding-right: 20pt;
   }

