body {
	color:				rgb(0,0,150);
	background-color:	rgb(245,249,252);
	font-weight: 		700;
}


h1,h2,h4 {
	color:				rgb(0,0,150);
	background-color:	inherit;
	text-transform: 	uppercase;
}

h1 {
	font-family:		Helvetica, Verdana, Arial, sans-serif;
	font-size: 			20px;
	font-style:			italic;
	margin:				0px;
	padding:			0px;

	display:			inline;	
	text-align:			right;
}

p {
	font-size: 			17px;
	font-weight: 		500;
	text-indent:		10px;
	white-space:		normal;
	text-align:			justify;
}

p.inline {
	display:			inline;

}

.mainpage {
	clear:				left;
	margin-top:			10px;
	padding:			5px;
}

.mainpage:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.boxes, .footer {
	margin-top:			5px;
	margin-bottom:		5px;
	padding:			5px;
	border-top:			3px solid black;
	border-bottom:		3px solid black;
}

.boxes:after, .footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.box1 {
	float:				left;
	clear:				left;
	width:				20%;
	font-family:		Arial,sans-serif;
	font-size:			10px;	
}

.box2 {
	float:				left;
	width:				55%;
	padding:			10px;
}

.box3 {
	float:				left;
	width:				20%;
	font-family:		Arial,sans-serif;
	font-size:			10px;
}

.box1 strong, .box2 strong, .box3 strong {
	font-weight:		normal;	
}


img {
	border:				0px;	
}

.ads {
	text-align:			center;	
	padding:			5px;
	border-top:			3px solid black;
	border-bottom:		3px solid black;	
}

.prchecker {
	text-align:			right;
	position:			absolute;
	top:				10px;
	right:				60px;
}

.sig {
	color: 				rgb(255,255,255);
	background-color:	rgb(31,57,134);	
	text-align:			right;
	font-family:		Helvetica, Arial, sans-serif;
	font-size: 			14px;
	padding:			5px;
	display:			block;
	list-style-type: 	none;
}

.sig a {
	color: 				rgb(255,255,255);
	background-color:	inherit;
	text-decoration: 	underline;	
	font-family:		Helvetica, Arial, sans-serif;
	font-size: 			16px;
}

.sig a:hover {
	color: 				inherit;
	background-color:	rgb(100,175,255);
}

ul {
	list-style-type: 	none;
	margin: 			2px;
	padding: 			0px;
	font-size: 			17px;
	line-height: 		150%;
}

.menu {
	text-align:			right;
	position:			absolute;
	top:				50px;
	right:				60px;	
}

.divider {
	overflow: auto;	
}

.oneoftwo {
	display: block;
	float: left;
	width: 50%;
	text-align: center;	
}
