body{
margin-top:20px;
padding:0;
background: url('images/npBG.gif') repeat-x;
background-color: #9FB6CD;
}
#wrap{
border:1px solid #B51422;
background: #FFFFFF;
}
#wrap-inner {
height:100% !Important;height:1%;
background: #FFFFFF;
}

#header {
background: #AAB0B5;
}

#content, table.form{
background: #FFFFFF;
min-height: 300px;
font-family: verdana, arial, sans serif;
font-size: 10pt;
color: #2C2C2C;
}

#footer{
font-family: arial, helvetica, sans-serif;
font-size: .7em;
padding: 5px;
}
#tabsBar{
	width: 100%;
	border-bottom:1px solid #B51422;
}
#tabs ul {    margin:0;    padding:10px 0px 0;    list-style:none;
}

#tabs li {    float:right;
	background:url('images/tabRightOff.gif') no-repeat right top;
    margin:0;    padding:0;
	font-size: 75%;}

#tabs a {    display:block;
	background:url('images/tabLeftOff.gif') no-repeat left top;
    padding:5px 8px 3px 7px;
	font-family: arial,helvetica, sans serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;}
	
#tabs a:hover {
	color: #000000;
}
	
#tabs #current {
	background-image:url('images/tabRightOn.gif');	font-family: helvetica, arial, sans serif;}
#tabs #current a {
	background-image:url('images/tabLeftOn.gif');	padding-bottom: 3px;
	color: #B51422;}


#homeLink a {
color: #000000;
}

#mainlevel a {color: #000;background: #ffa20c;text-decoration: none;padding: 7px;} 


.nav {
padding: 3px 10px;
background: #AAB0B5;
}
a{
color: #B51422;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

.randomImage {
margin-right: 10px;
}

body {
text-align:center; /*center hack*/
}
#wrap {
width:717px; /*center hack*/
margin:0 auto; /*center hack*/
text-align:left;
}
#header {
float:left;
width:100%;
}

#content{
width:100%;
clear:both;
}
#randomHome {
float: left;
padding-right: 20px;
padding-top: 13px;
padding-bottom: 12px;
}
#contentText {
	padding: 5px 10px 20px 20px;
}
.clearBoth {
	clear: both;
}
h4 {
	color: #5E5E5E;
	font-size: 1.1em;
	margin-bottom: 3px;
}
.borderImg img {
	border: 1px solid #B51422;
	margin-right: 10px;
}
.myForm  {
	border: 1px solid #9FB6CD;
}