body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,select,legend,textarea,p,blockquote,th,td{margin:0;padding:0;}
a{
	color:#3F9FFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
html {
	color: #333;
	height: 100%;
	background-color:#F0D9FF;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Arial, 'Bitstream vera sans', Geneva, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	text-align: left;
}
#main {
	width:1010px;
	text-align: center;
	margin:0 auto;
}
#header{
	background-color:#007FFF;
}
#footer{}
#footer2{
	margin-top:10px;
}


#menu ul {
	padding:3px 3px;
    display: table;
    width: 1004px;
}
#menu li {
    display: table-cell;
}
#menu a {
    display: block;
    /*border: 1px solid red;*/
    padding:0 8px;
    font-size:23px;
    text-align: center;
    margin: 0 1px;
    background: #BFDFFF;
    color:#1045B5;
}

.clear {clear:both}
#content{margin:0px}
#content2{float:left;width:745px;text-align:left;margin-left:5px;color:#333;font-size:100%}	
	
hr.hp {
	color: #00BFFF;
	background-color: #007FFF;
	height: 4px;
	border:0;
	border-top: 4px solid #007FFF;
}
