body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align:center;
}

#headerwrapper{
	width:770px;
	padding:0;
	height: 100px;
}

.navigation{
	color:#000099;
	font-size:80%;
	font-weight:bold;
	text-decoration: none;
}

#wrapper{
	border-right: 1px solid #9999CC;
	width: 770px;
}

#wrapper p{
	font-size: 12px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.navbar {
 padding: 10px;
 font-size: 11px;
 background-color: #9999CC;
}

.rightnavbox2 {
	width: 130px;
	border-right: #000099 1px solid;
	border-top: #000099 4px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
	font-size: 12px;
	color:#0033FF;
	background: #ffffff;
	line-height: 18px;
	padding-top:8px;
	padding-bottom:10px;
	text-decoration:none;
}

.rightnavbox2 a{
	text-decoration:none;
	color:#000099;
}

.rightnavbox2 a:hover{
	color: #000000;
}

#content h1{
	font-size:140%;
	margin-top: 8px;
	margin-bottom: 0;
}

#leftcontainer{
	border: 1px solid #000099;
	width: 35%;
	margin-left:5px;
	float:left;
}

#rightcontainer{
	margin-right:12px;
	float:right;
	border: 1px solid #000099;
	width:35%;
}

#fullcontainer{
	margin: 0;
	padding: 12px;
	border: 1px solid #000099;
	width: 520px;
	font-size:13px;
	color:#DF0000;
	text-align:justify;
}

#fullbar{
	margin: 0;
	padding: 3px;
	background-color: #9999CC;
	font-size:12px;
}

#footer{
	width: 770px;
	font-size: 70%;
	background-color: #9999CC;
}