/*

*/

/* Basic */

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

h1,h2
{
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFF;
}

a
{
	color: #0077dd;
}

a:hover
{
	text-decoration: none;
	background-image: url(degrad.jpg);
	background-repeat: repeat;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
	background-position: center;
	background-color: #73A2EF;
}

/* Header */

#header
{
	position: relative;
	/*background: #004778 url('file:///C|/SITE/genericblue/genericblue/images/a5.gif') bottom left repeat-x;*/
	height: 15em;
	padding-left: 0em;
	background-color: #5195de;
}

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

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

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


/* Content */

#content
{
	line-height: 1.5em;
}


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

#content h2,h3,h4,h5,h6
{
	color: #0000ff;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-bottom-color: #dfdfdf;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

#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('file:///C|/SITE/genericblue/genericblue/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('file:///C|/SITE/genericblue/genericblue/images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

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

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

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	width: 70%;
	margin-top: 1em;
	margin-right: -5em;
	margin-bottom: 1em;
	margin-left: -5em;
}

#primaryContent
{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	position: absolute;
	left: 10px;
	top: 245px;
	width: 600px;
	height: auto;
	background-color: #FFF;
	white-space: normal;
	background-image: none;
	background-position: left;
	border: thin solid #CEDFFF;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	/*background: #fff url('file:///C|/SITE/genericblue/genericblue/images/a1.gif') top right repeat-y;*/
}

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

/* Tertiary Content */

#tertiaryContent
{
	position: absolute;
	float: right;
	width: 263px;
	padding: 3em 2em 1.5em 2em;
	top: 262px;
	left: 724px;
	height: auto;
	right: 5em;
	background-color: #FFF;
	/*background-image: url(file:///C|/SITE/genericblue/genericblue/images/a2.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	border: thick solid #CEDFFF;
}

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

/* Footer */

#footer
{
	position: absolute;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	text-align: center;
	left: -32px;
	bottom: -4355px;
	width: 886px;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
	height: auto;
	background-position: center;
	top: auto;
}


/*- Menu Tabs--------------------------- */


    #tabs {
      float:left;
      width:100%;
      background:#005195de;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }


/*- Menu Tabs J--------------------------- */

    #tabsJ {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
	background-color: #5195de;
	background-image: url(degrad.jpg);
	position: relative;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }


/*- Menu Tabs K--------------------------- */


.clear
{
	clear: both;
}

