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

/*Layout*/
#wrapwrapper{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background:#C93;
	}

#wrapper{
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	float:left;
	}
	
#header{
	float:left;
	display:block;
	width:700px;
	height:100px;
	}
	
#menu{
	padding-top:40px;
	font-weight:bold;
	background-color:#FFF;
	display:block;
	float: left;
	width:25%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#menu ul{
	margin-top:0px;
	text-indent:none;
	list-style:none;
	list-style-type:none;
	}

#menu li{
	padding-bottom:15px;
	display:block;
	text-indent:none;
	}

#menu li a{
	color:#123AB3;
	text-decoration:none;
	}
	
#menu li a:visited{
	color:#123AB3;
	text-decoration:none;
	}
	
#menu li a:hover{
	color:#123AB3;
	text-decoration:none;
	}
	
#content{
	background-color:#FFF;
	float: left;
	width:445px;
	margin-left:auto;
	margin-right:auto;
	padding:40px;
	}

#footer{
	background-image:url(img/footer2.png);
	height:100px;
	text-align:center;
	font-size:smaller;
	float:left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	color:#123AB3;
	}
	
#footer a{
	text-decoration:none;
	color:#123AB3;
	}
	
#footer a:visited{
	text-decoration:none;
	color:#FFBF66;
	}

/* Tables and lists */
.owTable table{
	padding:0px;
	vertical-align:top;
	}

.owTable td{
	vertical-align:top;
	text-align:left;
	}
	
.owTable td ul{
	margin-top:0px;
	list-style:none;
	list-style-type:none;
	}
	
.owList{
	list-style:none;
	list-style-type:none;
	}
	
/*General formatting*/
body{
	background-color:#36F;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	}
	
h1{
	color:#123AB3;
	margin-top:0px;
	font-size:large;
	}
	
h2{
	color:#123AB3;
	margin-top:0px;
	font-size:medium;
	}

