/* Main Body Style */

body { 
	background-color: #080054; 
	font-family: 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif; 
	color: #000000; }

/* Paragraph Style */

p {
	font-family: 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}

/* Link Styles syntax div="nav" */

a:link {
	text-decoration: none;
	color: #0033CC; 
}
a:visited {
	text-decoration: none;
	color: #0062D1;
}
a:hover {
	color: #080054;
	background-color: #FFCC66;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#nav a:link { 
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif; 
	color: #080054; 
	text-decoration: none; 
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#nav a:visited { 
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif; 
	color: #0062D1; 
	text-decoration: none; 
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#nav a:hover {
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	color: #080054;
	background-color: #FFCC66;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#nav a:active { 
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif; 
	text-decoration: none; 
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.submenu {
	text-align: center;
	font-size: 12px;
	background-position: center;
}

/* Text Formatting */

.subtitle {
	text-align: center;
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	background-position: center;
	background-color: #FFCC66;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.spread { letter-spacing: 3pt; }

.sub { style=vertical-align: sub; font-size: 70%; }

/* Lists Style */

ul {
	font: small 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	text-indent: 0cm;
	list-style-type: disc;
	list-style-position: inherit;

}

/* Header Styles*/

h1 {
	color: #080054;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 { 
	color: #080054; 
	font-size: 13px; 
	font-weight: bold; }
	
h3 { 
	color: #080054; 
	font-size: 12px; 
	font-weight: bold;
	text-transform: capitalize }	

.title_bg {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/title_bg.jpg);
	width: 500px;
	height: 30px;
}


/* Footer Style */

.footer {
	text-align: center; 
	font-size: 10px; }

.quotes {
	font-family: "Courier New", Courier, mono;
	font-style: italic;
	font-size: 11px;
}