@charset "ISO-8859-1";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }

#wrapper {
	margin: 4px auto;
	width: 951px;
	padding: 0px;
	background: #FFF;
	border: 1px solid #FFF;
}
#header {
	background: #FFF;
	clear: both;
	height: 191px;
}
#nav {
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #003;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.85em;
}
.box1 {
	background: url(../images/box1.gif) no-repeat;
	text-align: center;
	height: 80px;
	width: 237px;
	padding-top: 8px;
}
.box2 {
	background: url(../images/box2.gif) no-repeat;
	text-align: center;
	height: 80px;
	width: 238px;
	padding-top: 8px;
}
.box3 {
	background: url(../images/box3.gif) no-repeat;
	text-align: center;
	height: 80px;
	width: 238px;
	padding-top: 8px;
}
.box4 {
	background: url(../images/box4.gif) no-repeat;
	text-align: center;
	height: 80px;
	width: 238px;
	padding-top: 8px;
}
#main {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 20px 85px 15px 90px;
	font-size: .95em;
	line-height: 1.4em;
}
#main h1 {
	color: #2a7c65;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.3em;
}
#main h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #2f5c8b;
	font-size: 1.3em;
}
#main ul li {
	list-style: url(../images/bullet.gif);
	margin-left: 45px;
}
#main p {
	margin-bottom: 15px;
}
#main tr td p {
	font-size: 0.9em;
	line-height: 1.3em;
}


#sub { float: left; width: 5px; text-align: left;}
#footer {
	background: url(../images/skin/footer.jpg);
	clear: both;
	font-size: 0.7em;
	padding-top: 15px;
	color: #CCC;
	padding-bottom: 8px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}

/* TYPE */
body {
	color: #000;
	text-align: center;
	font: 100.01% Arial, Helvetica, sans-serif;
	background: #295888;
}
a { color: #2971a7; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
