* {
    padding: 0;
    margin: 0;
} 

body {
    background: #9e9e9e;
	font: normal 0.9em Tahoma,Verdana,sans-serif;
	line-height: 1.5em; 
}

a {
	color: #3B6EBF;
	text-decoration: none;
}

p {
padding:10px;	
text-align: left;
}

ul {
text-align: left;
}

a:hover {
	text-decoration: underline;
}

img {
padding-right: 20px;	
padding-bottom: 10px;
}

#wrap {
margin: 20px auto;
width: 724px;
border: 3px solid #c40000;
background:#fff;
background-repeat: repeat-y;
}


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


.header {

}

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

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 100%;
	padding-top:10px;
	text-align: justify;
}

.middle h1 {
padding:17px; font-size: 30px; color: #c40000; line-height: 1.1;
}

.middle h2 {
padding:17px; font-size: 23px; color: #c40000;
}

.middle ul {
padding-left:20px;
padding-top:10px;	
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
	padding-bottom: 400px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	display: block;
	left: 150px;
	width: 360px;
	position: absolute;
	top: -60px;
	height: 405px;
}

blockquote {
font:  1.0em Georgia, Times, serif;
font-style: italic;
color: #333;
background-color:#fffdea;
border: 2px solid #555;
padding:10px;
width:530px;
margin-left: auto;
margin-right: auto;
}

blockquote img {
padding-left:15px;
padding-bottom:15px;
}


#footer {
	text-align: center;
	color: #666;
	padding-bottom:10px;
}


