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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 20px;
	background: #b2c5d6;
	font-family: Times New Roman;
	font-size: 17px;
	color:#3f3f3f;

}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*startcontent*/

/*container*/

#container {
	margin: 0 auto;
	width: 800px;
	background: #fff;}

/*end*/

/*header*/



/*nav*/
#nav {
	background: #133e66;
	width: 800px; height: 21px;
	padding: 5px 0;
	font:14px Times New Roman; color:#fff;
}

#nav ul {
		margin: 0; padding: 0; 
		list-style-type: none; list-style-image: none; 
	}

#nav li {
		display: inline; 
		margin: 0;
		padding: 0 0 0 20px;
	}

#nav li a{
	font:14px Times New Roman; color:#fff;
	text-decoration: none;
	}
	
	#nav li a:hover{
	font:14px Times New Roman; color:#7a92a9;
	text-decoration: none;
	}
/*nav*/



/*minibanner*/

#mini-banner {
width: 810px;
height: 373px;
}

#mini-banner {
width: 810px;
}
/*end*/

#main {
    float:left;
    width:500px;
    background: #f7f7f7;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    }
    
    #main h1{
	color: #517699;
	font-size: 1.2em;
	margin: 10px 0 0 40px;
}

    #main p{
	color: #3f3f3f;
	font-size: 17px;
	margin: 20px 0 0 40px;
}

    #main p object{
	margin: 10px 0 10px 40px;
}
#main script{
	margin-left: 40px;
}

#sidebar {
    float:right;
    width:260px;
    padding: 0 0 20px 0;
    font-size: 14px;
    margin-top: 10px;
    }
    
    #sidebar p{
	font-size: 14px;
	width: 200px;
	margin: 10px 0 0 0;
	
}

#sidebar img{
margin: 10px 0 0 0;
}

#sidebar span img{
margin: 10px 0 0 20px;
}

#footer{
clear: both;
background: #e6e7e7;

}

#footer p{
text-align: center;
font-size: 14px;
}