/* EKF CSS Document */

/* Main Body Style */

body {
	background-color: #81A7B3;
	font-family: 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}

/* 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: #080054; 
}
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; 
}

#nav a:visited { 
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif; 
	color: #0062D1; 
	text-decoration: none; 
}

#nav a:hover {
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	color: #080054;
	background-color: #FFCC66;
	text-decoration: none;
}

#nav a:active { 
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif; 
	text-decoration: none; 
}

.submenu {
	text-align: center;
	font-size: 12px;
	background-position: center;
	color: #663300;
	font-weight: bold;
}

/* Text Formatting */

.subtitle {
	text-align: center;
	font: bold 12px 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	background-position: center;
	background-color: #FFCC66;
	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%;
	color: #660000;
}

/* Lists Style */

ul {
	font: small 'Arial Rounded MT', Arial, 'Arial Narrow', sans-serif;
	text-indent: 0cm;
	list-style-image: url(../images/bullet_sm.jpg);
	list-style-type: circle;
	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; }

/* Image Padding */
.padding {
	padding: 2px;
}

/* Footer Style */

.footer {text-align: center; font-size: x-small; }

.quotes {
	font-family: "Courier New", Courier, mono;
	font-style: italic;
	font-size: 11px;
}
