@charset "utf-8";
/* CSS Document 
brown: #3c240c;
dk-pink: #e40c54;
lt-pink: #f3a3be;
blue: #6cc0d8;
lt-blue: #a5e1f2;
*/

*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#cfe8ef;
}

a{
	color:#bf003f;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


h3{
	font-size:18px;
}
#outercontainer
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#ffffff;
	background-image:url(../images/outerbg.gif);

}

#header
{	
	width:960px;
	height: 113px;
	background-image:url(../images/headerbg.gif);
}

#topnav
{
	height:27px;
	width:950px;
	background-color: #a5e1f2;
	background-image: url(../images/topmenubg.gif);
	margin-bottom:10px;
	font-size: 18px;
	padding-top:5px;
	padding-left: 10px;
}

#topnav a{
	color:#3c240c;
}

#mainbody{	
	width:960px;
	background-color:#ffffff;
	background-image:url(../images/outerbg.gif);
}

.leftCol{
	width:700px;
}

.rightCol{
	width:250px;
	padding-left:10px;
}

.logo {
	margin-left: 20px;
	margin-top:10px;
	border:0px;
}

.loginheader{
	width:250px;
	height:32px;
	line-height: 32px;
	text-align:center;
	background-image: url(../images/250brownheader.gif);
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

.brownheader250{
	width:250px;
	height:32px;
	line-height: 32px;
	text-align:center;
	background-image: url(../images/250brownheader.gif);
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

.content250{
	width:214px;
	padding:15px;
	background-color:#ffffff;
	margin-left:2px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}

.pinkheader700{
	width:685px;
	padding-left:15px;
	line-height: 32px;
	height:32px;
	text-align:left;
	background-image: url(../images/700pinkheader.gif);
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

.content700{
	width:664px;
	padding:15px;
	background-color:#ffffff;
	margin-left:2px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}

/*button divs*/
.btnup{
	float:left;
	width:18px;
	height:18px;
	cursor:pointer;
	background-position:left;
	background-image: url(../images/up.png);
	margin-left:3px;
}
.btnup:hover{
	background-position:right;
}
.btndn{
	float:left;
	width:18px;
	height:18px;
	cursor:pointer;
	background-position:left;
	background-image: url(../images/dn.png);
	margin-left:3px;
}
.btndn:hover{
	background-position:right;
}
.btndel{
	float:left;	
	width:18px;
	height:18px;
	cursor:pointer;
	background-position:left;
	background-image: url(../images/del.png);
	margin-left:3px;
}
.btndel:hover{
	background-position:right;
}

.nodel{
	float:left;	
	width:18px;
	height:18px;
	background-image: url(../images/nodel.gif);
	margin-left:3px;
}

.noup{
	float:left;	
	width:18px;
	height:18px;
	background-image: url(../images/noup.gif);
	margin-left:3px;
}

.nodn{
	float:left;	
	width:18px;
	height:18px;
	background-image: url(../images/nodn.gif);
	margin-left:3px;
}

.uploadlink {
	color: #3c240c;
	font-weight:bold;
	text-decoration:none;
}

.uploadlink:hover{
	text-decoration:underline;
}

.getres{
	cursor:pointer;
	width:240px;
	height:47px;
	background-image: url(../images/getresult.gif);
	background-position:top;
}

.getres:hover{
	background-position:bottom;
}

.accountsettings{
	padding: 8px;
	border: 1px solid #bf003f;
}

.accinput{
	background-color: #fff8f1;
	border:1px solid #aaaaaa;
	width:188px;
	height:18px;
	padding:3px;
	font-size:11px;
	margin-bottom:5px;
}