body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
 	}

em {
	color: #003366;
	font-size: 16px;
	font-weight: 800;
	}
	
#topHeader {
	height: 102px;
	background-color: #fff;
	background: url(images/top_left_premium.jpg) top left no-repeat;
	}
		
#topHeader_rightImage {
	width: 438px;
	height: 102px;
	float: right;
	}
	
#topNav {
	height: 102px;
	width: 100%;
	padding-left: 5px;;
	border-top: solid 2px #003366; 
	border-bottom: solid 2px #003366; 
	background-color: #003366;
	height: 100%;
	}

	#topNav a {
		font-size:13px;
		text-decoration: none;
		font-weight: bold;
		}
		#topNav a:link {color:#e5e5e5;}
		#topNav a:visited {color:#e5e5e5;}
		#topNav a:hover {color: #454545; background-color: #e5e5e5;}
				
				
#mainNav {
	background-color: #e5e5e5;
	background: url(images/background.jpg) top left no-repeat;
	height: 100%
	width: 100%;
	padding: 15px;
	}
	
#box {
	background: url(images/box_top.jpg) top left no-repeat;
	width: 226px;
	position: relative;
	bottom: 0px;
	padding: 5px;
	border-left: 1px solid #003366;
	background-color: #f8f8f8;
	}
	
#box2 {
	background: url(images/box_top.jpg) top left no-repeat;
	position: relative;
	top: 0px;

	left: 260px;
	width: 226px;
	padding: 5px;
	border-left: 1px solid #003366;
	background-color: #f8f8f8;
	}	
	
#footer {
	background-color: #003366;
	height: 20px;
	width: 100%;
	}
