@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
}

body {
	background-color:#61bdfc;
	background: url(../images/bg.jpg) repeat-x #61bdfc;
}

#container {
	padding: 0;
	margin: 0 auto;
	width: 850px;
}

#header {
	padding: 11px 0 0 0; 
	margin: 0;
	height: 62px;
	width: 850px;
	background: url(../images/header.png) top left no-repeat;
	text-align: left;
}

#header ul {
	padding: 0;
	margin: 0 0 0 50px;
}

#header li {
	margin: 0 20px 0 0;
	list-style: none;
	display: inline;
}

#header ul li a, #header li {
	font-size: 16px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	color: #7f7e7e;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#header ul li a:hover {
	border-bottom: 1px dotted #7f7e7e;
}

#body {
	padding:0;
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

/* top and bottom edges */
#body_top, #body_bottom {
	padding: 0;
	margin: 0;
	width: 750px;
	height: 25px;
	background: url(../images/body_top.png) top repeat-x;
	float: left;
}

#body_top {
	background: url(../images/body_top.png) top repeat-x;
}

#body_bottom {
	background: url(../images/body_bottom.png) top repeat-x;
}

/* corners */
.corner {
	padding: 0;
	margin: 0;
	float: left;
	width: 25px;
	height: 25px;
}

/* sides */
#body_left, #body_right, #body_left_bottom, #body_right_bottom {
	padding: 0;
	margin: 0;
	width: 10px;
	float: left;
}

#body_left, #body_right {
	height: 40px;
}

#body_left {
	background: url(../images/body_left.png) left repeat-y;
}

#body_right {
	background: url(../images/body_right.png) left repeat-y;
}

#body_left_bottom {
	background: url(../images/body_left_bottom.png) left repeat-y;
}

#body_right_bottom {
	background: url(../images/body_right_bottom.png) left repeat-y;
}

/* body content */
#body_heading, #body_content {
	padding: 0;
	margin: 0;
	width: 779px;
	float: left;
}

#body_heading {
	height: 40px;
	background: #fff;
}

#body_content {
	padding-top: 20px;
	background: #f6f6f6;
	border-top: 1px #b8b8b8 solid;
	margin-left: 10px;
}

#body_content img {
	padding: 0;
	margin: 0 0 5px 5px;
	float: right;
	vertical-align: bottom;
}
#imagetable {
	align: left;
	
}
#imagetable img {
	padding: 0;
	margin: 0 0 5px 5px;
	float: left;
}

h1 {
	padding: 0;
	margin: 10px 0 0 0;
	color: #e5e5e5;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
}

h1 strong {
	font-weight: bold;
	color: #fff;
}

h2, h3 {
	padding:0;
	color: #b80000;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	text-transform: lowercase;
}

h2 {
	margin: 0 0 0 25px;
	font-size: 28px;
	text-align:left;
	color: #000;
}

h3 {
	margin: 1px 0 20px 0px;
	font-size: 16px;
}


.info {
	padding: 0;
	margin: 5px 25px 0 25px;
	text-align: justify;
}

.info h4 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #b80000;
	font-weight: normal;
	text-align:left;
}

.info ul {
	padding: 0;
	margin: 0px 25px 15px 25px;
	font-size: 14px;
	line-height: 20px;
	color:#000000;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.info li {
	padding: 5px
	    font-size: 12px;

}
.info h4 span {
	font-size: 16px;
	color: #555555;
}

.info p {
	padding: 0;
	margin: 5px 0 15px 0;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	 
	font-style: normal;
	font-weight: normal;
}

.info a {
	color: #000000;
	text-decoration: none;
}

.info a:hover {
	border-bottom: 1px dotted #555;
}
.textbody {
	text-align: justify;
	font-size: 12px;
}

