@charset "utf-8";
/* CSS Document */
body {
    background-color: #0194E5;
    background-image: url(body-bg.png);
    background-repeat: repeat-x;
    color: #5C5C5C;
    font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:24px;
}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    color: #333333;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
ol, ul, li {
    list-style: none outside none;
}
table {
    border-spacing: 0;
}
a {
    color: #555555;
    text-decoration: none;
}
button {
    cursor: pointer;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/***/
.header, .footer, .content {
    margin:0 auto;
    width: 980px;
}
.header {
    background-color: #FFFFFF;
    margin-top: 10px;
	padding-bottom:20px;
}
.siteHeadingText {
    color: #0099FF;
    font-size: 3em;
    font-weight: bold;
    margin: 0.8em 0 0 0.5em;
    text-shadow: 0 2px 3px #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
}
a.siteHeadingText:hover{
	text-decoration:underline;
	}
/********content******/
.content{
	clear:both;
	background-color:#ffffff;
	}
.lineBlue{
	background-color: #ACE4FD;
    height: 0.5em;
	}
.topSection{
	background-color: #C8EEFF;
    padding: 0.4em 0.3em 0.3em 1em;
    text-align: right;
    height:25px;
	}
.cont_con{
	clear:both;
	padding:15px;
	font-size:1.2em;
	color:#5C5C5C;
	}
.cont_con h2{
	color: #3366FF;
    font-size: 2em;
    font-weight: bold;
    margin: 0.7em 0 0.5em;
    text-shadow: 0 2px 3px #CCCCCC;
    display: inline-block;
	}
.dykList li{
	margin:10px 0px;
	display:block;
	clear:both;
	}
.dykList li .dyk{
	color: #009FD9;
    margin-right: 0.3em;
	float:left;
	width:12%;
	}
.dykList li .dykText{
	display: block;
    float: left;
    width: 80%;
	margin-bottom: 0.8em;
	}
.dykList li span{
	color:#5C5C5C;
	}
/**footer****/
.footer{
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 2em 0 5em;}
.footerlinks{
	margin:0 auto;
    width: 980px;
	}
.footerlinks span{
	color:#ffffff;
	text-align:center;
	display:block;
	width:980px;
	font-size:12px;
	}