/*NewNav2*/
/*
sddm li a = Main Navigation
sddm div = Dropdown Framework
sddm div a = Dropdown Text Style
sddm div a:hover = Text style while hover
*/

/*
OLD WIDTH FOR 5 BUTTONS 
#sddm li a
width 125px;
*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
}

#sddm li a
{
	display: block;
	width: 125px;
	height:15px;
	color: #333333;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center top;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


#sddm li a:hover
{
	background-color: #999999;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
	background-color: #000000;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	background-color: #CCCCCC;
}

	#sddm div a:hover
	{
	color: #FFFFFF;
	background-color: #333333;
}

/*ENDNewNav2*/

.homebutton{
height:23px;
width:25px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
a:link {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: blink;
	background-color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited {
	color: #3333CC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #696969;
}

.bodydiv
{
	width: 700px;
}

.container
{
	background-color: #FFFFFF;
	width: 705px;
}

.tinytext {
	font-size: 10px;
	font-style: normal;
}

/*Background Images*/
.bg_aprjohnson
{
	background-image: url(../APRI_Images/apr_johnson_EFF_770pix.jpg);
}
.bg_apr_handshake
{
background-image:url(../APRI_Images/apr_handshake.jpg)
}

.strikethrough
{
	text-decoration: line-through;
	color: #999999;
}
