/* CSS Document */
#body { 
	margin: 0 auto;
	width: 960px;
}

#main {
	min-height: 545px;
	width: 950px;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
}
#main_wrapper {
	width: 920px;
}
	
	
#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	color: #104869;
	border-top: 1px solid #cccccc;
	padding-top: 3px;
	padding-bottom: 10px;
}

#login_box p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #050A6A;
	margin-bottom: 8px;
	margin-top: 0px;
}
#login_box {
	margin: 0;
}

	#login_box input {
		font-size: 11px;
	}






.newpage, .newpage p, .newpage td {
	font-family: Calibri, Verdana, Arial, sans-serif;
}
	

.newpage img { vertical-align: middle; }
.newpage p, .newpage td { font-size: 12px; }
.newpage a { color: #297bac; text-decoration: none; }
.newpage a:hover { text-decoration: underline; }
.newpage h1, .newpage h2, .newpage h3 {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 3px;
}
.newpage h1 { font-size: 16px; }
.newpage h2 { font-size: 14px; }
.newpage h3 { font-size: 13px; }
.newpage hr { clear: both; color: #dbe9f4; height: 1px; width: 99%; }

.noimage {
	background-image: url(/images/icons/user_delete.png); 
	background-position: center; 
	background-repeat: no-repeat; 
	border: 1px solid #dbe9f4;
}