/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.content strong {
	color: #333;
}

.content {
	background-image: url(images/bkgrnd-content.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.content a {
	color: #282572;
	text-decoration: underline;
}

.content a:hover {
	color: #666699;
	text-decoration: none;
}

.content a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

.footer {
	background-image: url(images/bkgrnd-footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282572;
	height: 55px;
	background-color: #B2B6DA;
	background-position: top;
}

.footer a {
	color: #333399;
 	text-decoration: underline;	
}

.footer a:hover {
	color: #322F96;
 	text-decoration: underline;	
}

.footer a:visited {
	color: #666699;
 	text-decoration: underline;	
}

.box {
	font-family: Cochin, Georgia, Times;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #41518A;
	font-style: italic;
}

h1 {
	font-family: Cochin, Georgia, Times;
	font-size: 24px;
	color: #2C3D68;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666699;
	font-weight: normal;
}

.menu a {
	font-family: Cochin, "Times New Roman", Times;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:hover {
	font-family: Cochin, "Times New Roman", Times;
	font-size: 12px;
	color: #B3BAD6;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:visited {
	font-family: Cochin, "Times New Roman", Times;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:active {
	font-family: Cochin, "Times New Roman", Times;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}