/* CSS Document */

#header {
	position: absolute;
	z-index: 5;
	height: 120px;
	width: 186px;
	left: 227px;
	top: 15px;
}
#navmenu 			{
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	position: absolute;
	z-index:2; 
	top: 15px;
	width: 219px;
	left: 15px;
}

#navmenu a:link 	{text-decoration: none; color: #333366
}
#navmenu a:visited 	{text-decoration: none; color: #990066
}
#navmenu a:active 	{text-decoration: none
}
#navmenu a:hover 	{text-decoration: underline overline; color: #333366; background-color: #FF99CC
}
#navmenu img 	    {border: 0px;
}

#content {
	position: absolute;
	z-index: 4;
	width: 50%;
	left: 260px;
	top: 80px;
}

.titlebar {
	
	width:100%; 
	height:80px; 
	z-index:1;	
  	text-align: right;
	background-color: #FF99CC;
}

.titlebar h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: normal;
	color: #333366;
	font-style: normal;
	padding: 10px;
}

.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 10px;
}
.copy h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #333366;
	font-weight: bold;
}

.copy h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.8em;
	color: #333366;
	font-weight: bold;
}

.copy h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	font-size: 1.1em;
	color: #333366;
	font-weight: bold;
	padding: 20px 20px 0px;
	
}
.copy blockquote h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0px;
	font-weight: normal;
}
.copy blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 5px 0px 5px 20px;
}

#footer {
	text-align: center;
	font-family: "MS Trebuchet", Arial, sans-serif;
	font-weight: bold;
	color: #333366;
	font-size: 0.7em;
	background-color: #FF99CC;
	width: 100%;
}

#footer a:link 			{text-decoration: none; color: #333366
}
#footer a:visited 		{text-decoration: none; color: #333366
}
#footer a:active 		{text-decoration: none; color: #333366
}
#footer a:hover 		{text-decoration: none; color: #333366
}

.mini {

width: 100%;

}
.mini p{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: 0.6em;	
	font-style: italic;
	
}
.left {
	float: left;
	padding-right: 10px;
}
div.left img {
	border: 2px solid #333366;
}
.right {
	float: right;
	padding-left: 10px;
}
div.right img {
	border: 2px solid #333366;
}

.copy table {
	
	width: 100%;
	border: 2px solid #333366;
	padding: 1px;
}

.copy th {
	border: 2px solid #333366;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #333366;
	text-align: left;
}

.copy td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	border: 2px solid #333366;
	padding: 3px;
}
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #333366;
}
