body {
	font-family: Arial, Helvetica, sans-serif;
	color: #71CAFF;
	background-color: #FEFDFD;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	}
	
a{
color: #FEFDFD;
}	

a:link {
color: #505782;
text-decoration: underline;
}

a:visited {
color: #90f;
text-decoration: none;
}

a:hover {
color: #ecc31b;
text-decoration: underline;
}

#container {
width: 800px;
border: 1px solid #ccc;
margin: 10px auto;
text-align: left;
}

#banner{
padding: 4px 10px 2px 0;
border-bottom: 8px solid #5A6293;
width: 790px;
background: #fff;
height: 60px;
font-size: 70%;
}

#pagecell{
padding: 0;
width: 800px;
background: #FCFDFE;
}

#navbar{
float: left;
width: 160px;
margin: 0px;
padding: 0px;
background-color: #FEFDFD;
}

#news{
float:right;
color: #015D98;
width:160px;
padding: 10px 5px 10px 10px;
background-color: #FBFCFC;
min-height: 380px;
}

#content{
float:left;
color: #505782;
width:420px;
background-color: #F8F5E7;
min-height: 380px;
padding: 10px 10px 10px 30px;
}

#footer{
clear:both;
border-top: 4px solid #0B699D;
background: #E2E9C7;
font-size: 75%;
color:#333;
padding: 10px 10px 10px 10px;
border-bottom: 1px solid #ccc;
text-align: left;
}

#content2col{
width: 70%;
background: #fff;
margin-left: 200px;
padding-right: 10px;
}

#pagecell2col{
padding: 0;
width: 800px;
background: #fff;
}

#banner p {
padding-right: 10px;
}

#breadcrumb {
font-size: 75%;
padding: 2px 0px 0 2px;
font-style: italic;
border-bottom: 1px dashed #ccc;
}

#navbar ul a:link {
display: block;
}

#navbar ul a:visited {
display: block;
}

#navbar ul {
list-style: none;
margin: 0;
padding: 0;
}

/* hack to fix IE/Win's broken rendering of block level anchors in lists */
#navbar li {
border-bottom: 1px solid #eee;
}

/* fix for browsers that don't need the hack */
html>body #navbar li {
border-bottom: none;
}

#sectionlinks{
margin: 10px 0 0 0;
font-size: 90%;
}

#sectionlinks a:link{
border-left: 6px solid #0A659E;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 2px 0px 2px 10px;
margin-bottom: 6px;
background: #F7FBFE;
color: #035588;
}

#sectionlinks a:visited{
border-left: 6px solid #fc0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 2px 0px 2px 10px;
margin-bottom: 6px;
background: #F8F8EC;
color: #034771;
}

#sectionlinks a:hover{
border-left: 6px solid #2291D6;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
color: #fff;
background: #093C76;
text-decoration: none;
}

#news p {
font-size: 80%;
}

#news a:link {
padding: 2px 0 0 0;
margin-bottom: 6px;
color: #035588;
}

#news a:hover {
color: #0586CD;
text-decoration: underline;
}

#news a:visited {
color: #999;
text-decoration: underline;
}

#news img {
border: 1px solid #ccc;
padding: 0;
}

#footer a:hover {
color: #000;
}

.yellowtext {
color: #e8bd0f;
font-size: 110%;
font-weight: bold;
background: #000;
}

.yellowbackground {
color: #000;
font-size: 120%;
font-weight: bold;
background: #ffcd00;
display: block;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
}

center {
display: block;
margin-left: auto;
margin-right: auto;
}

.clear {
clear: both;
}

.floatleft {
float: left;
}

.floatright {
float:right;
}

.random {
width: 120px;
background: #3399ff;
float: right;
padding: 10px;
margin: 10px;
height: 200px;
}

