
*
{
	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: underline;*/
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

ol li 
{ 
	margin-left: 0.95em; 
	padding-left: 0;
}

ul li 
{ 
	margin-left: 0.95em; 
	padding-left: 0;
}

/* Outer */

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

/* Header */

#header
{
	position: relative;
	background: #000000;
	height: 170;
	padding-left: 2em;
}

#header a:link, #header a:visited {
	text-decoration: none;
	background-color: #000000;
	color: black;
}

#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	/*color: #fff;*/
	background-color: #000000;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
	left: 30px;
}

#tagline {
	font-weight: bold;
	background-color: #000000;
	color: white;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 500px;
	float: left;
}
/* Menu */

#header-bottom {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#header-bottom ul {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right
}

#header-bottom li {
	display: inline;
	background-color: #000000;
	color: #050845;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	background-color: #000000;
	color: white;
}

#header-bottom a:hover {
	text-decoration: underline;
	color: gray;
}


#header-bottom a:hover {
	text-decoration: underline;
}


/* side bar */

#alliance a:link, #alliance a:visited {
	text-decoration: none;
	background-color: white;
	color: white;
}


/* Content */

#content
{
	line-height: 1.5em;
}


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

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #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: 1em;
	list-style: square;
}

#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 table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('/images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('/images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('/images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */

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

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/*
#primaryContent img {
	float: left;
	margin: 10px  10px 10px 5px ;
}
*/

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	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: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('/images/a2.gif') top left repeat-y;
}

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

/* Footer */

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

.clear
{
	clear: both;
}


#article ol li 
{
	list-style-type: upper-roman;
}


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 9px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #000000; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 5px 3px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li a { /* settings for all tab links */
padding: 2px 2px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #000000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #004778; /* set unselected tab background color as desired */
color: #ffffff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #000000; /* set unselected tab link color as desired */
}

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4, div#tab5 li.tab5, div#tab6 li.tab6, div#tab7 li.tab , div#tab8 li.tab8   { /* settings for selected tab */
border-bottom: 1px solid #000000; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a, div#tab7 li.tab7 a, div#tab8 li.tab8 a   { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#subtabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 9px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #000000; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 5px 3px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#subtabnav li { /* do not change */
display: inline;
}

ul#subtabnav li a { /* settings for all tab links */
padding: 2px 2px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #000000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #006699; /* set unselected tab background color as desired */
color: #ffffff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#subtabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #000000; /* set unselected tab link color as desired */
}

div#tooltab1 li.tooltab1, div#tooltab2 li.tooltab2, div#tooltab3 li.tooltab3, div#tooltab4 li.tooltab4, div#tooltab5 li.tooltab5, div#tooltab6 li.tooltab6, div#tooltab7 li.tooltab7   { /* settings for selected tooltab */
border-bottom: 1px solid #000000; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

div#tooltab1 li.tooltab1 a, div#tooltab2 li.tooltab2 a, div#tooltab3 li.tooltab3 a, div#tooltab4 li.tooltab4 a, div#tooltab5 li.tooltab5 a, div#tooltab6 li.tooltab6 a, div#tooltab7 li.tooltab7 a  { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

#share {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#share ul {
	margin: 0;
	padding: 0 30px 0 0;
	text-align: right
}

#share li {
	display: inline;
	background-color: #000000;
	color: #050845;
}

#share a:link, #share a:visited {
	text-decoration: none;
	background-color: #000000;
	color: white;
}

#share a:hover {
	text-decoration: underline;
	color: gray;
}


#share a:hover {
	text-decoration: underline;
}
