* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em "Arial" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
font-size:12px;
color:#444;
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}








.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('images/bg_button_div.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}







	

#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;
bgcolor: #fff;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 10px; font-size: 17px; color: #FFF; }

.bar { 
    background: #F6F9FB; 
	border-top: 3px solid #ffffff; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 74%;
	margin: 0 10px;
	padding: 1% 1%;
padding-top:15px;
	text-align: justify;
}

.right {
	float: left;
	width: 15%;
	margin: 0 0px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 0px 0 0px 0px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: none;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 5px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

.date { 
	color: #3B6EBF;
}




#footer {
	text-align: center;
	color: #666;
font-size:10px;
line-height:12px;
}


