/* Default Styles*/

P{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #ffff33;
}
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: bolder;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffff33;
	text-transform: uppercase;
	margin-right: 15px;
}
/* H3 = Secondary Header*/
H3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffff33;
	text-transform: uppercase;
	margin-right: 5px;
}
H4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFFFFF;
}
H5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 12px;
	font-weight: normal;
	margin-right: 10px;
}
H6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	letter-spacing: 1px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 12px;
	color: #356086;
}
.H7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 8px;
	margin-left: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #555555;
}
a:{color: #75c9fa; text-decoration: none;}
a:Visited{color: #75c9fa; text-decoration: none;}
a:Link{color: #75c9fa; text-decoration: none;}
a:Hover{color: #75c9fa; text-decoration: underline;}

/* 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: #0000CC; text-decoration: none;}
a.Blue:Visited{color: #0000CC; text-decoration: none;}
a.Blue:Link{color: #0000CC; text-decoration: none;}
a.Blue:Hover{color: #0000CC; 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: #0000CC; text-decoration: underline;}
a.Blueu:Visited{color: #0000CC; text-decoration: underline;}
a.Blueu:Link{color: #0000CC; text-decoration: underline;}
a.Blueu:Hover{color: #0000CC; 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: #b9cbd2; text-decoration: underline;}
a.Grayu:Visited{color: #b9cbd2; text-decoration: underline;}
a.Grayu:Link{color: #b9cbd2; text-decoration: underline;}
a.Grayu:Hover{color: #b9cbd2; text-decoration: none;}

/* Global styles*/

Html{
	margin: 0px;
	padding: 0px;
}
Body{margin: 0px;
	padding: 0px;
	background-color:#336699;
	line-height: 1;
}
.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; }

#sddm
{	margin: 0;
	padding: 0;
	float: right;
	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;
	z-index: 40000;
	/* margin: 0 1px 0 0; 
	color: #efe713;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	background: #ffffff;*/
	text-decoration: none}

#sddm li a:hover
{	/* background: #767676 */ }

#sddm div
{	position: absolute;
	visibility: hidden;
	margin-left:9px;
	/* margin: 0; */
	z-index: 40000;
	padding: 0;
	background: #f0f0f0;
	border: 1px solid #acb8bd}

	#sddm div a
	{	position: relative;
		z-index: 40000;
		display: block;
		margin: 0;
		padding: 3px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff; 
		color: #666666;
		font: 13px arial}

	#sddm div a:hover
	{	background: #acb8bd;
		z-index: 40000;
		color: #ffffff;}