/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
color: #FF6600;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('images/a5.gif') bottom left repeat-x;
	height: 10em;
	padding-left: 0em;

}

#header h1
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	padding-left: 4.5em;
	color: #E0E8EF;
}

#header h1 a
{
	color: #fefefe;
	text-decoration: none;
}


/* Menu */

#menu
{
	position: absolute;
	top: 6.2em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{	
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fefefe;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.2em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dotted 2px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1.2em;
	list-style: square;
	line-height: 1.5em;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content hr
{	

	height: 2px;
	border-top: 2px dotted #dfdfdf; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0;
	margin-bottom: 1.5em;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -14em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 13.25em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
	max-width:600px;
}

#primaryContent a
{
	padding: 0.1em;
	text-decoration: underline;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 12.5em;
	padding: 2.8em 2em 1.5em 1.5em;
	line-height: 1.5em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 16em;
	padding: 4em 2em 1.5em 2em;
	line-height: 1.3em;
	background: #fff url('images/a2.gif') top left repeat-y;
	font-size: 0.8em;
}

img 
{
margin-top: 7px; margin-bottom: 7px; border: 0px;
}

img.borderless{
border: 0px;
margin: 0px;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

dl.imgleft { float: left; margin-right: 3em; } 
dt.imgleft { margin-bottom:7px; } 
dd.imgleft { margin:7px; }

dl.imgref { float: left; margin-right: 0em; } 
dt.imgref { margin-bottom:7px; } 
dd.imgref { margin:7px; }

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dotted 2px #dfdfdf;
	padding: 1em 0em 1em 1em;
	margin: 1em 1.8em 0em 1.8em;
	text-align: left;
}

.clear
{
	clear: both;
}