/* Default Styles*/

P{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 50px;
	margin-left: 57px;
	background-position: left;
}
H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
/* H2 = Page Header */
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 57px;
}
/* H3 = Secondary Header*/
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
H4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 0px;
	margin-left: 38px;
	margin-top: 17px;
	margin-bottom: 5px;
}
H5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
}
H6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
}

/* Default Colors - normal with underline on hover */

a.Black{color: #000000; text-decoration: none;}
a.Black:Visited{color: #000000; text-decoration: none;}
a.Black:Link{color: #000000; text-decoration: none;}
a.Black:Hover{color: #000000; text-decoration: underline;}

.White{color: #FFFFFF; text-decoration: none;}
a.White:Visited{color: #FFFFFF; text-decoration: none;}
a.White:Link{color: #FFFFFF; text-decoration: none;}
a.White:Hover{color: #FFFFFF; text-decoration: underline;}

.Red{color: #FF0000; text-decoration: none;}
a.Red:Visited{
	color: #FF0000;
	text-decoration: underline;
}
a.Red:Link{
	color: #FF0000;
	text-decoration: underline;
}
a.Red:Hover{color: #FF0000; text-decoration: underline;}

.Green{
	color: #5B821A;
	text-decoration: none;
}
a.Green:Visited{
	color: #5B821A;
	text-decoration: none;
}
a.Green:Link{
	color: #5B821A;
	text-decoration: none;
}
a.Green:Hover{
	color: #5B821A;
	text-decoration: underline;
}

.Blue{
	color: #278CAA;
	text-decoration: none;
}
a.Blue:Visited{
	color: #278CAA;
	text-decoration: none;
}
a.Blue:Link{
	color: #278CAA;
	text-decoration: none;
}
a.Blue:Hover{
	color: #278CAA;
	text-decoration: underline;
}

.Orange{color: #FF6600; text-decoration: none;}
a.Orange:Visited{color: #FF6600; text-decoration: none;}
a.Orange:Link{color: #FF6600; text-decoration: none;}
a.Orange:Hover{color: #FF6600; text-decoration: underline;}

.Purple{color: #660099; text-decoration: none;}
a.Purple:Visited{color: #660099; text-decoration: none;}
a.Purple:Link{color: #660099; text-decoration: none;}
a.Purple:Hover{color: #660099; text-decoration: underline;}

.Yellow{color: #FFFF00; text-decoration: none;}
a.Yellow:Visited{color: #FFFF00; text-decoration: none;}
a.Yellow:Link{color: #FFFF00; text-decoration: none;}
a.Yellow:Hover{color: #FFFF00; text-decoration: underline;}

.Gray{color: #b2b2b2; text-decoration: none;}
a.Gray:Visited{color: #b2b2b2; text-decoration: none;}
a.Gray:Link{color: #b2b2b2; text-decoration: none;}
a.Gray:Hover{color: #b2b2b2; text-decoration: underline;}

/* Default Colors - Underlined with normal on hover */

.Blacku{color: #000000; text-decoration: underline;}
a.Blacku:Visited{color: #000000; text-decoration: underline;}
a.Blacku:Link{color: #000000; text-decoration: underline;}
a.Blacku:Hover{color: #000000; text-decoration: none;}

.Whiteu{color: #FFFFFF; text-decoration: underline;}
a.Whiteu:Visited{color: #FFFFFF; text-decoration: underline;}
a.Whiteu:Link{color: #FFFFFF; text-decoration: underline;}
a.Whiteu:Hover{color: #FFFFFF; text-decoration: none;}

.Redu{color: #FF0000; text-decoration: underline;}
a.Redu:Visited{color: #FF0000; text-decoration: underline;}
a.Redu:Link{color: #FF0000; text-decoration: underline;}
a.Redu:Hover{color: #FF0000; text-decoration: none;}

.Greenu{
	color: #5B821A;
	text-decoration: underline;
}
a.Greenu:Visited{
	color: #5B821A;
	text-decoration: underline;
}
a.Greenu:Link{
	color: #5B821A;
	text-decoration: underline;
}
a.Greenu:Hover{
	color: #5B821A;
	text-decoration: none;
}

.Blueu{
	color: #278CAA;
	text-decoration: underline;
}
a.Blueu:Visited{
	color: #278CAA;
	text-decoration: underline;
}
a.Blueu:Link{
	color: #278CAA;
	text-decoration: underline;
}
a.Blueu:Hover{
	color: #278CAA;
	text-decoration: none;
}

.Orangeu{color: #FF6600; text-decoration: underline;}
a.Orangeu:Visited{color: #FF6600; text-decoration: underline;}
a.Orangeu:Link{color: #FF6600; text-decoration: underline;}
a.Orangeu:Hover{color: #FF6600; text-decoration: none;}

.Purpleu{color: #660099; text-decoration: underline;}
a.Purpleu:Visited{color: #660099; text-decoration: underline;}
a.Purpleu:Link{color: #660099; text-decoration: underline;}
a.Purpleu:Hover{color: #660099; text-decoration:none;}

.Yellowu{color: #FFFF00; text-decoration: underline;}
a.Yellowu:Visited{color: #FFFF00; text-decoration: underline;}
a.Yellowu:Link{color: #FFFF00; text-decoration: underline;}
a.Yellowu:Hover{color: #FFFF00; text-decoration: none;}

.Grayu{color: #b2b2b2; text-decoration: underline;}
a.Grayu:Visited{color: #b2b2b2; text-decoration: underline;}
a.Grayu:Link{color: #b2b2b2; text-decoration: underline;}
a.Grayu:Hover{color: #b2b2b2; text-decoration: none;}

/* Global styles*/

Html{
	margin: 0px;
	padding: 0px;
}
Body{
	margin: 0px;
	padding: 0px;
	line-height: 1;
	background-color: #23282C;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}

/* Nav Button Styles*/
/*
a.Nav_Image:link{}
a.Nav_Image:Hover {}
a.Nav_Image:Visited{}
*/
/* Ie Reset*/
/* Make sure the layout is centered in IE5 */
body        { text-align: center; }
.container  { text-align: left; }


/* This fixes the problem where IE6 adds an extra 3px margin to
   two columns that are floated up against each other. */

* html .column { overflow-x: hidden; } /* IE6 fix */


/* Fixes incorrect styling of legend in IE6 fieldsets. */
legend { margin-bottom:1.4em; }

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/* pictures */
.image1 {
	margin-right: 15px;
}
#sddm
{	margin: 0;
	margin-bottom:0px;
	padding: 0;
	z-index: 40000;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 40000;
	font: bold 13px arial}

#sddm li a
{	display: block;
	/* margin: 0 1px 0 0; 
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;*/
	z-index: 40000;
	text-decoration: none}

/* #sddm li a:hover
{	background: #767676}*/ 

#sddm div
{	position: absolute;
	visibility: hidden;
	margin-left:14px; 
	/* margin: 0; */
	padding: 0;
	/* width:125px; */
	z-index: 40000;
	filter:alpha(opacity=95);opacity:.95;
	border: 0px solid #c7d8e0}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		filter:alpha(opacity=90);opacity:.9;
		color: #434342;
		z-index: 40000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #434342;
		z-index: 40000;
		color: #ffffff}
