@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	font-family:inherit;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
body {
	font-size:76%;
	font-family:"trebuchet MS", verdana, arial, sans-serif;
	background:#e6f4f7;
	word-wrap:break-word;
	margin:0;
}
#header {
	background:#7fe1e0 url(images/header-bg.jpg) repeat-x;
	height:164px;
}
#head {
	margin:0 auto;
	width:995px;
	background: #00c3c1 url(images/head.jpg) no-repeat;
	height:164px;
}
#wrapper {
	overflow:hidden;
	background:#eff6f9 url(images/contentbg.gif) repeat-x;
}
#center {
	margin:0 auto;
	width:995px;
	background: #e0edf3 url(images/centerbg.gif) repeat-x;
}
#menu {
}
#menu ul {
	list-style:none;
}
#menu li {
	list-style:none;
	display:block;
	float:left;
	height:41px;
	line-height:41px;
	margin:0;
}
#menu li a {
	display:block;
	float:left;
	color:#34393e;
	font-size:13px;
	line-height:41px;
	text-decoration:none;
	padding:0 20px;
}
#menu li a:hover {
	color:#fff;
	background:#00a3a2 url(images/menubg.gif) repeat-x left;
}
#menu li a.current {
	display:block;
	float:left;
	color:#fff;
	background:#00a3a2 url(images/menubg.gif) repeat-x left;
	font-size:13px;
	line-height:41px;
	text-decoration:none;
	padding:0 20px;
}
#menu li a:hover.current {
	color:#fff;
}
#intro {
	clear:both;
	height:127px;
}

#intro img {
	padding:3px 20px;
}


#footer {
	clear:both;
	background:#e6f4f7 url(images/footbg.gif) repeat-x;
	height:70px;
	width:100%;
}
#foot {
	margin:0 auto;
	width:995px;
	background: url(images/foot.gif) repeat-x;
	height:70px;
}
#content {
	clear:both;
	background: #e0edf3;
}
.colleft {
	float:left;
}
.colright {
	float:right;
	padding:10px;
}
.colcenter {
	float:left;
}
#texttop {
	height: 9px;
	background: url(images/texttop.gif) no-repeat;
}
#text {
	background:url(images/textbg.gif) repeat-y;
	padding:10px 20px;
}
#textbottom {
	height: 9px;
	background: url(images/textbottom.gif) no-repeat;
}
.box {
	width:200px;
	background: url(images/boxbg.gif) repeat-y right;

}

.box p {
	padding:5px 10px 5px 15px;
}

.box a {
	color:#0d6892;
}

.box a.plus {
	display:block;
	text-align:right;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.boxG {
	width:200px;
	background: url(images/boxbgG.gif) repeat-y left;

}

.boxG p {
	padding:5px 5px 5px 15px;
}
.boxtop {
	height:34px;
	background: url(images/boxtop.gif) no-repeat right;
}
.boxtop h4{
	color:#FFF;
	padding:12px 0 0 20px;
	font-size:13px;
}

.boxtopG {
	height:39px;
	background: url(images/boxtopG.gif) no-repeat left;
}

.boxbottom {
	height:9px;
	background: url(images/boxbottom.gif) no-repeat right;
}

.boxbottomG {
	height:16px;
	background: url(images/boxbottomG.gif) no-repeat left;
}

h1 {
	font-size:16px;
	margin:0;
	padding:42px 0 3px 30px;
}
#head a {
	text-decoration:none;
	color:#005d5c;
	font-weight:bold;
}
h2 {
	font-size:28px;
	color:#393939;
	margin:0;
	padding-left:10px;
}

h3 {
	padding:10px 0;
	font-size:18px;
	color:#00a4a2;
	font-variant:small-caps;
}
p {
	font-size:12px;
	line-height:1.3em;
	margin:0;
	padding:5px 0;
	text-align:justify;
}
#footer p {
	color:#00a2a1;
	padding:10px;
	text-align:right;
}
#footer a {
	color:#00a2a1;
}
#footer a:hover {
	text-decoration:none;
}


