﻿@import url(layout.css);

html { 
min-height: 100%; margin-bottom: 1px; 
}

body {
	color: #222222;
	font-family: Verdana;
	background-color:#6699FF;
	font-size:9pt;
}
#table_main {
	background-color:#ffffff; 
	color:#222222; 
	margin:auto;
	width:701px;
}

#masthead {
	text-align: center;
	font-size: 8pt;
	background-color:#e6e6fa;
	
}

#linkbar {
	width: 690px;
	height:30px;
	font-size:7pt;
	text-align:right;
	border-bottom:1px #ccccff solid;
}

/* Styles for Navigation */
#navigation {
	margin-top: 5px;
	margin-left: 3px;
}
#navigation a:hover {
	color: #ffffff;
	text-decoration:none;
}

/* Content Styles */
#content_asp {
	margin: 4px 8px auto 4px;
	padding: 0px 2px 2px 2px;
	font-size: 8pt;
}

p 	{
	text-align:left;
	}


/* Styles for Headings */
h1 {
	font-size: 11pt;
	color:#000066;
	font-weight:normal;
	font-variant:small-caps;
	text-align:center;
	
}
h2 {
	font-size: 9pt;
	font-variant:small-caps;
	font-weight: bold;
	color:#000066;
	text-align:left;
	font-variant:small-caps;

}
h3 {
	font-size: 8pt;
	font-variant:small-caps;
	font-weight:bold;
	color:#222222;
	text-align:center;
}
ul li {
	font-size:8pt;
	list-style-image:  url('../images/bullet2.gif');
}
ol li {
	font-size:8pt;
}


/* Styles for Footer */
#footer {
	color: #222222;
	background-color:#ccccff;
	font-size: x-small;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	
}


/* Styles for Links */
a {
	color:  #000099;
	text-decoration:none;
}
a:hover {
	color: #9966ff;
	text-decoration:none;
}
#footer a {
	font-weight:normal;
}


/* Other Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_underline {
	text-decoration:underline;
}
.ads {
	text-align:center;
	border: 1px #9966ff solid;
	width:333px;
	margin:auto;
	padding: 2px 2px 2px 2px;
	font-size:11pt;
}
.home_footer {
	text-align:center;
	border: 0px #9966ff solid;
	margin:24px auto 8px auto;
	}
.p-small {
	font-size: 7pt;
}
.bookmark {
	color: #000080;
}
.top {
	font-size:x-small;
}
.mission {
	width:90%;
	font-size:10pt;
	font-style:italic;
	margin:auto;
	padding:2px;
	text-align:center;
}



