/* CSS Document */

body {font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color:#666666; 
	background:#eeeeee;
	margin: 0;
	padding: 0;
}

a {color: #003399;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {color:#0033CC;
	font-weight: bold;
	text-decoration: none;
}


a:visited {color:#2953a8;
	font-weight: normal;
	text-decoration: underline;
}

h1 {color:#003399;
}

h2 {color:#000000;
}


#header {
	background:#003399; 
	padding: 20px 25px;
	height: 50px;
	width: 650px;
	margin: 0 auto;
}

#wrapper {width: 718px; 
	margin: 0 auto; 
	background: url(../images/bg.gif) repeat-y center #FFFFFF;  
	
}

#content {padding: 20px 40px;
}

#footer {
	background:#000; 
	padding: 10px;
	color:#FFFFFF;
	font-size:10px;
	text-align: right;
	width: 680px;
	margin: 0 auto;
}

img.fltright {float: right;
	margin: 0 0 10px 14px;
}


img.ftrimg {float: right;
	margin: 0 0 10px 14px;
	padding: 6px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

