@charset "iso-8859-1";

/* background of whole page */

html {
	color		: #000033 ;
	background-color: #ffffff;
}

/*seems to be whole page, takes the place of a table color=text testing margins */
body {		
	font-family :  "Times New Roman", Times, serif, verdana, serif;
	font-size:inherit ;
	color		: #000033;
	background-color: #ffffff;
	width		: 506px;
	padding		: 0px;
	margin		: 0px auto 0px auto;
}

/* background to content column to the left; should be white */
#content {
	color: #000033;
	width: 506px;
	padding		: 2px;
	text-align	: justify;
	font-size: .9em ;}
.topimg {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: right; BORDER-BOTTOM-WIDTH: 0px; MARGIN-BOTTOM: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 8px; BORDER-RIGHT-WIDTH: 0px
}
.leftimg {
	BORDER-TOP-WIDTH: 0px; CLEAR: left; BORDER-LEFT-WIDTH: 0px; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 1em 0px 0.5em; BORDER-RIGHT-WIDTH: 0px
}
.centerimg {
	BORDER-TOP-WIDTH: 0px; CLEAR: left; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 1em 0px 0.5em; BORDER-RIGHT-WIDTH: 0px
}
.leftimgtall {
	BORDER-LEFT-WIDTH: 1px; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 1em 0px 1.5em; BORDER-RIGHT-WIDTH: 0px
}
.rightimg {
	BORDER-TOP-WIDTH: 0px; CLEAR: right; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: right; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0.5em 0px 0px 8px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
.rtimgtall {
	BORDER-TOP-WIDTH: 0px; CLEAR: right; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: right; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0.8em 0px 1em 8px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
.fullimg {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: right; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0.5em; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
.leftflt {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 1em 25px 1em 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
.lastflt {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: left; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 1em 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
.centerflt {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 1em 25px 1em 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}



/*--paragraph options -- */
 #back 
 {background-color:#CCCCCC}

#inlink{
	font-size: .7em;
	padding: 5px 0px 5px 10px;
	text-align: left ;
	font-weight:600;
	}
	
p {
	font-weight	: 500;
	padding		: 4px;
	margin		: 10px;
    overflow	: hidden;
	font-size	: .95em;
	text-align	: justify;
}

#para1 {
	margin		: 10px;
	text-align	: justify;
	font-weight	: 600;
	padding		: 0px;
    overflow	: hidden;
	font-size	: .9em;
	background-color: #ffffff;
}

#para2 {
	color		: #000033 ;
	margin		: 20px;
	text-align	: justify;
	padding		: 20px;
    overflow	: hidden;
	font-size	: .9em;
	font-weight	: 600;
}

#rtpara {
	color		: #000033;
	margin		: 5px;
	text-align	: justify;
	padding		: 0px;
    overflow	: hidden;
	font-size	: 1em;
	border:thin;
	border-color:#000033
}
/*!--End Paragraph options--*/

/*!--Headline options --*/

h1,2,h3,h4,h5,h6 {color:#000033;font-weight:700}

h2
{
    font-size   	: 2.1em ;
    font-style  	: italic ;
	text-align	: center;
	margin-top	: 0px ;
	margin-bottom	: 2px ;
}

h3
{
	clear		: both;
	font-weight:700;
	font-size 		: 1.5em ;
    font-style  	: italic ;
	text-align		: center ;
	margin			: 0px ;
	background-color: #ffffff ;
}

h4 {
    font-size   	: 0.8em ;
	text-align	: center ;
	margin		: 3px 0px 1em 0px ;
	padding		: 0px ;
}

h5
{
	clear		: both ;
    font-size   	: 1.15em ;
	font-style  	: normal ;
	font-weight		: 600 ;
	text-align		: left ;
	margin-left		: 10px ;
	color			:#000033 ;
}

h6
{
	clear		: both ;
    font-size   	: 1.25em ;
	font-style  	: normal ;
	text-align		: center ;
	margin-top		: 0px ;
	margin-bottom	: 0px ;
}
/*--End of Headlines -->

/* Not on the first page, find where used */
table, tr, td {
	text-align	: center;
	background-color: #ffffff;
}

/*--Lists ---*/

#simpul {
	list-style:disc ;
	margin		: 10px;
	padding		: 10px;
	width		: 450px;
	font-weight	: 500;
	text-align	: justify;
	font-size	: 1em;
	background-color: #fcfcec;
	font-style	: normal;
	}

<!--definition lists -->
#newdl {
	list-style	: none;
	margin		: 0px;
	padding		: 10px;
	font-weight	: 600;
	text-align	: center;
	font-size	: .95em;
	color		: white;
	background-color: #669999;
	font-style	: normal;
}

#numol {
	list-style-type	: decimal;
	list-stylel-position: inside;
	margin		: 10px;
	padding		: 10px;
	font-weight	: 500;
	text-align	: justify;
	font-size	: 1em;
	background-color: #ffffcc;
	font-style	: normal;
}
/*-- end of lists --*/
.invbreak {
	display		:none;
}

.clearboth {
	clear		: both;
}

/* The entire main box for text on the right side in yellow text */
#rtcontent {
	float		: left;
	overflow	: hidden;
	margin		: 0px;
	padding		: 2px;
}
	
. logoimg {
	clear		: left;
	margin		: 1em 0px .5em 0px;
	border		: 0px;
}

.topimg {
	float		: left;
	border		: 0px;
	padding		: 0px;
	margin-bottom	: 10px;
}

.leftimg {
	float		: left;
	clear		: left;
	margin		: 1em 0px .5em 0px;
	border		: 0px;
}


.leftimgtall {
	float		: left;
	margin		: 1em 0px 1.5em 0px;
	border		: 0px;
}

.rightimg {
	float		: right;
	clear		: right;
	margin		: 0.5em 0px 0px 8px;
	padding		: 0px;
	border		: 0px;
}

.rtimgtall {
	float		: right;
	clear		: right;
	margin		: .8em 0px 1em 8px;
	border		: 0px;
	padding		: 0px;
}

.fullimg {
	float		: right;
	margin		: 0px 0px .5em 0px;
	border		: 0px;
	padding		: 0px;
}

.leftflt {
	float		: left;
	margin		: 1em 25px 1em 0px;
	border		: 0px;
	padding		: 0px;
}

.lastflt {
	float		: left;
	margin		: 1em 0px 1em 0px;
	border		: 0px;
	padding		: 0px;
}

/* background of the box for the address navigation buttons; color =color of text */ 

#nav {
	color		: #000000;
	float		: left;
	clear		: left;
	border		: double 4px;
	margin		: 0px 8px 4px 0px;
	padding		: 4px;
	text-align	: center;
}


#nav h1
{
	color		: #000000;
	margin		: 2px;
	padding		: 0px;
	width		: 208px;
	overflow	: hidden;
    font-size   	: 1.7em;
    font-style  	: italic ;
	text-align	: left;
}

#nav p {
	color		: #000000
	width		: 150px;
	margin		: 0px;
	padding		: 0px;
    overflow	: hidden;
	font-size	: 1.1em;
}

#nav a, a:link, a:active {
	color		: #330033;
	background-color: #ffffff;
}

#nav a:hover {
	background-color: #ffffff;
	color		: #cccccc;
}

#nav a, a:visited {
	color		: #333333;
	background-color: #ffffff;
}	
	
#nav img {
	margin		: 0px;
	border		: 0px;
	padding		: 0px;
}

#nav ul {
	list-style	: none;
	margin		: 2px;
	padding		: 0px;
	text-align	: right;
	font-size	: .9em;
	font-style	: normal;
}

/* changes color behind the nav buttons */
#nav li a {
	padding		: 3px 4px 3px 4px;
	display		: block;
	width		: 150px;
	overflow	: hidden;
	border-bottom	: 0px solid #000000;
	color		: #333333;
	text-decoration	: none;
}


#nav li a:hover {
	background-color: #669999;
	color		: #ffffff;
}

/* actual nav buttons */
.bottom_nav {
	color		: #333333;
	background-color: #ffffff;
	margin		: 0px;
	padding		: 0px;
	border		: 0px;
	text-align	: center;
}

.bottom_nav p {
	background-color: #003333;
	margin		: 0px;
	padding		: 0px;
	border		: 0px;
}

.bottom_nav ul {
	background-color: #003333;	
	list-style	: none;
	margin		: 0px;
	border		: 0px;
	padding 	: 0px;
}

.bottom_nav li {
	float		: left;
}

.bottom_nav li a {
	display		: block;
	margin		: 0px 4px 3px 4px;
	border		: 2px solid #d0d0d0;
	padding		: 1px;
	width		: 233px;
	color		: #333333;
	background-color: #ffffff;
	overflow	: hidden;
	text-decoration	: none;
	font-size	: 1em;
}

.bottom_nav li a:link, bottom_nav a:visited {
	color		: #333333;
	background-color: #ffffff;
}


.bottom_nav li a:hover {
	background-color: #424c34;
	color		: #333333;
}

.bottom_nav img {
	border		: 0px;
	margin		: 1em 0px 1em 0px;
}

iframe {
	background-color: #003333;	
	color		: #000000;
	margin		: 1em 0px 1em 5px;
	border		: 4px double #000000;
	
}
