@charset "UTF-8";
/* CSS Document */

.dropcap {
	float: left;
	color: #339bcc;
	margin-right: 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:2px;
}
ul {
	list-style: disc outside;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
	
/*------header list---------*/
#header ul {
	float: left;
	list-style: none;
	margin:  0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-weight: bold;
	font-weight: bold;
	text-align: center;
}
#header ul li {
	float: left;
	list-style: none;
}	
#header ul li a {
	display: block;
	background: #339bcc;
	padding: .2em .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-right: 0.5em;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #Fac31a;
	border-right-color: #Fac31a;
	border-left-color: #Fac31a;
}
#header li a:hover {
	color:  #339bcc;
	background: #FFF;
}
#header ul li a.current, #header li a.current:hover {
	color: #000;
	background: #FFF;
}
/*end of header list*/
/*#sidebar link styles*/
#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: -0px;
	list-style-image: url(../graphics/nnarrow2.gif);
}
#sidebar ul li a:link {
	color: #000;
	text-decoration: none;
}
#sidebar ul li a:visited {
	color: #339bcc;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/*end of sidebar link styles*/
#sidebarclear {
	background-color: #339bcc;
	height: 3px;
	width: 140px;
	clear: both;
}

/*main content link styles*/
#maincontent a:link {
	color: #339bcc;
	text-decoration: underline;
}
#maincontent a:visited {
	color: #339bcc;
	text-decoration: none;
}
#maincontent a:hover {
	color: #fff;
	border-top: 1px solid #339bcc;
	border-bottom: 1px solid #339bcc;
	background-color: #339bcc;
}
/*end of main content link styles*/
/*objective styles start here*/
#objective ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -2em;
}
#objective h2 {
	margin-top:-.5em;
}			
/*end of objective styles*/
/*prevnext link style start here*/
#prevmext a:link {
	color: #339bcc;
	text-decoration: none;
}
#prevnext a:visited {
	color: #999999;
	text-decoration: none;	
}
#prevnext a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #339bcc;	
}
/*end of prevnext link syles*/
.imageleft {
	float: left;
	margin-right: 1em;
}
.imageright{
	float: right;
	margin-left: 1em;	
}
.imagecenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
	