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

/*-------------------------html reset---------------------*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-------------------------end of html reset---------------------*/
body {
background:#3f7ea6 url(../images/bg_main.jpg) center top no-repeat;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #101010;
position:relative;
}
h2 {
border-bottom:1px solid #CCC;
margin-bottom:7px;
padding-bottom:10px;
font-size:230%;
padding-top:2px;
}
h3 {
font-size:130%;
margin-top:1em;
margin-bottom:0.3em;
}
p {
margin-bottom:1em;
}
img {
border:1px solid #e5e5e5;
}
ul {
	list-style: disc;	
}
ul li {
	margin-left:2em;
	margin-bottom:0.5em;
}
ol {
	list-style: decimal;
	
}
ol li {
	margin-left:2em;
	margin-bottom:0.5em;
}
dl {
	display:block;
	width:70%;
}
dt {
	float:left;
	
}

dd {
	
	
}

.darker dt image {
	float:none;
}
address {
	font-style:normal;
	line-height:1.3em;
}