/* Universal Selector to set Fonts and Color */
*
{
	font-family: Verdana, Tahoma, "Trebuchet MS", Trebuchet, Helvetica, Arial, Sans-Serif;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
/* Set BackgroundColor and null paddings/margins on BODY */
body
{
	
	
	width:780px;
	margin:auto;
	padding:30px 0 30px;
	position:relative;
}

html
{
	background:url(/images/background/background.gif) repeat-x;
	background-color:#020a47;
}

p, li
{
	line-height:1.3em;
	margin:0 0 1em 0;
	font-size:.7em;
}

a
{
	color:#FA8406;
	text-decoration:none;
}

a:hover
{
	color:#ffffff;
}

h1
{
	text-indent:-9999px;
	height:50px;
	width:140px;
	background:url(/images/heading/logo.gif) no-repeat;
}

/* Make the Logo image clickable */
h1 a
{
	display:block;
	height:95px;
}

#ContentImage
{
	position:absolute;
	top:0px;
	left:30px;
}

.ContentText
{
	position:relative;
	padding:30px 60px 30px 340px;
	max-width:28em;
	min-height:325px;
	background:url(/images/background/flag1.gif) top center no-repeat;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	margin-bottom:.5em;
}

.ContentText h2
{
	display:none;
}

.ContentText #Signature
{
	text-indent:-9990px;
	height:50px;
	background:url(/images/misc/cathleensig1.gif) center right no-repeat;
	margin-bottom:1em;
}

.InfoBox
{
	border-left: solid 1px #c8ae46;
	width:180px;
	padding:5px 10px;
	float:left;
	margin-right:60px;
	margin-left:10px;
}

.InfoBox > h2
{
	font-size:.9em;
	font-weight:normal;
	color: #c8ae46;
	margin-bottom:.6em;
}

.InfoBox > h2 > strong
{
	color: #c8ae46;
}

.InfoBox > ul
{
	list-style-type: none;
}

.InfoBox#HelpInfo
{
	margin-right:0px;
}

#NavigationHeading
{
	display:none;
}

#Navigation
{
	position:absolute;
	top:40px;
	right:0px;
}

#Navigation li
{
	display:inline;
	padding-right:1.8em;
	white-space:nowrap;
	font-size:1em;
}

#Navigation li:first-child
{
	display:none;
}

.Footer
{
	border-top: solid 1px #c8ae46;
	width:580px;
	padding:5px 10px;
	margin-right:60px;
	margin-left:10px;
}