
/* ----------------------------  CONTENTS  ------------------------------------*/
/*  Main classes:
	logoHolder
	hNavList
	vNawList
	mainContent
	pageTitle
	container
	containerfullscreen
	centerContent
	leftNavColumn, rightNavColumn, topNav
	leftSideBar, rightSideBar
	header
	footer
	fdaWarning
	button
___________________________________________________________________*/

HTML	{
	font-family:  Verdana, Arial,Helvetica,sans-serif;
	color: black;
	}

PRE, TT, CODE, KBD, SAMP	{
	font-family: "Courier New", Courier, monospace;
	}

.logoHolder
     {
     	text-align: center;
       margin-right: 10px;
	margin-top: 20px;
    	width: 70%;
	height: 140px;
	}

.logoHolder_Centered
     {
     	top: 20px;
     	left: 0px;
     	width: 100%;
	height: 140px;
      margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	}

.mainContent
	{
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
	}

.mainContent_clear
	{
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	}


.currentLocation
	{
		font-weight: bolder;
		background-color: #EEEEEE;
	}



/* hNavList class adapted with thanks from http://css.maxdesign.com.au/floatutorial/  */	
.hNavList
	{
	text-decoration: none;
	font-size: x-small;
	position: absolute;
	width: 100%;
	}
.hNavList ul
	{
	list-style-type: none;    /* not bulleted */
	padding: 0;   /* for conformity across browsers  */
	margin: 0;   /* for conformity across browsers  */
	float: Left;
	width: 100%;			
	color: #003399;
	}
.hNavList ul li
	{
	display: inline;
	}
.hNavList ul li a    /* Get rid of left margin browsers add to list items */
	{
	float: left;
	width: auto;
	color: #003399;
	background-color: #EEEEEE;
	padding: 1px 10px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	}
.hNavList ul li a:hover
	{
	background-color: #003399;
	color: #FFFFFF;
	}			


.hNavList2
	{
	text-decoration: none;
	font-size: x-small;
	}
.hNavList2 ul
	{
	list-style-type: none;    /* not bulleted */
	padding: 0;   /* for conformity across browsers  */
	margin: 0;   /* for conformity across browsers  */
	color: #003399;
 	margin: 10px auto 0px auto;	
 	}
.hNavList2 ul li
	{
display: inline;	
	}
  .hNavList2 ul li a    /* Get rid of left margin browsers add to list items */
	{
	float: left;
	width: auto;
	color: #003399;
	background-color: #F8F8F8;
	padding: 1px 10px;
	text-decoration: none;
	border-left: 1px outset #F0F0F0;
	border-top: 1px outset #F0F0F0;
	border-right: 2px outset #F0F0F0;
	border-bottom: 2px outset #F0F0F0;
	}
.hNavList2 ul li a:hover
	{
	background-color: #003399;
	color: #FFFFFF;
	border-left: 1px outset #CCCCCC;
	border-top: 1px outset #CCCCCC;
	border-right: 2px outset #CCCCCC;
	border-bottom: 2px outset #CCCCCC;
	}			

/* *** hSubMenu ...... A horizontal menu list *** */
.hSubMenu
	{
		clear: both;
		display: block;
		margin: 0px auto;
		text-decoration: none;
		font-size: x-small;
	}
.hSubMenu ul
	{
		list-style-type: none;    /* not bulleted */
		padding: 0;   /* for conformity across browsers  */
		margin: 0;   /* for conformity across browsers  */
		text-align: left;
	}
.hSubMenu ul li
	{
	display: inline;
	}
.hSubMenu ul li a    /* Get rid of left margin browsers add to list items*/
	{
	width: auto;
	color: #003399;
	padding: 1px 10px;
	text-decoration: none;
	background-color: #F8F8F8;
	border-left: 2px outset #F0F0F0;
	border-top: 2px outset #F0F0F0;
	border-right: 3px outset #F0F0F0;
	border-bottom: 3px outset #F0F0F0;
	}
.hSubMenu ul li a:hover
	{
	background-color: #003399;
	color: #FFFFFF;
	}			

/*  Vertical Nav list.........................................   */
.vNavList
	{
	text-decoration: none;
	}
.vNavList ul
	{
	list-style-type: none;    /* not bulleted */
	padding: 0;   /* for conformity across browsers  */
	margin: 0;   /* for conformity across browsers  */
	}
.vNavList ul li
	{
	border-bottom: 1px solid #FFFFFF;
	margin-right: 0px;
	background-color: #EEEEEE;
	}
.vNavList ul li:hover
	{
	}			
.vNavList ul li a    /* Get rid of left margin some browsers add to list items */
	{
	display: block;
	padding: 5px 10px;
	color: #002AA9;
	text-decoration: none;
	}
.vNavList ul li a:hover
	{
	color: #FFFFFF;
	background-color: #BBBBBB; 
	}			


/*  Vertical Button list.........................................   */
.vButtonList
	{
	text-decoration: none;
	font-size: small;
	clear: both;
	}
.vButtonList ul
	{
	list-style-type: none;    /* not bulleted */
	padding: 0;   /* for conformity across browsers  */
	margin: 0;   /* for conformity across browsers  */
	}
.vButtonList ul li
	{
	background-color: #F8F8F8;
	}
.vButtonList ul li:hover
	{
	}			
.vButtonList ul li a
	{
	display: block;
	margin: 0px;
	margin-bottom: 1px;
	padding: 5px 10px;
	color: #002AA9;
	text-decoration: none;
	border: 2px #DDDDDD outset;
	}
.vButtonList ul li a:hover
	{
	color: #FFFFFF;
	background-color: #BBBBBB; 
	}			
/* ...................................................................  */

.pageTitle
	{
	color: #002AA9;
	text-align: center;
	background-color: transparent;
	}

.inset30
	{
	margin-left: 30px;
	}

.grayTextBlock
        {
        display: block;
        width: 70%;
        boundary: 1px lightGray solid;
        background-color: #EEEEEE;
        text-align: justify;
        	     margin-left: auto;
        margin-right: auto;
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
        }

.container          /*To hold main bulk of page... fr Floatorial */
	{
	position: absolute;
	top: 0px;
	width: 90%;
	margin: 0px 10px 10px 10px;
	background: white;
	color: #333;
	/*	border: 1px solid gray;	*/
	}
	
.containerFullScreen
	{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #333;
	width: 100%;
	}

.header
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	}
	
.header_sideByLeftNav
	{
	top: 0px;
	left: 160px;
	margin-left: 160px;
	width: auto;
	}
	
/*  Much of the CSS code for the leftNavColumn class is adapted from
	http://css.maxdesign.com.au/listamatic2/vertical06.htm
	An excellent and very helpfult site.    */

.CAblueText
	{
	color: #002AA9;
	}

.CAblueBorder
	{
	border: 2px #002AA9 solid;
	}
	
.dkBlue 
	{
	background: #000036;
	color: white;
     }

.bkgWhite
	{
	background: white;
	}
	
.bkgGray
	{
	background: #EEEEEE;
	}

.leftColLiquid
	{
	/*	clear:	both;		*/
	/*	display: block;
		float: left;	*/
	position: absolute;
	width:	160px;
	left:  0px;
	margin-left: 0px;
	margin-right: 160px;
	margin-top: 10%;
	/*	background: #F5F5F5;	*/
	}
	
.centerColLiquid
	{
	top: 190px;
	margin-left: 160px;
	marign-rt: 440px;
	width:  250px;
	margin-bottom: 210px;
	magin-top: 10%;
	background: lightblue;
	}
	
.rightColLiquid
	{
	display: block;
	top: 190px;
	margin-left: 440px;
	background: teal;
	}	

	
.leftNavColumn
	{
	clear:	both;
	display: block;
	position: fixed;
	width:	160px;
	left:  0px;
	top: 190px;
	height: 100%;
	margin-left: 0%;
	/*	margin-top:	 162px;	*/
	padding: 0em;
	background: #F5F5F5;
	/*	url(../decorations/leftsidegradientlight2.gif) top left repeat-y;	*/
	}
	
.leftNavColumn ul	
	{ margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, Helvetica, sans-serif;
	}
	
.leftNavColumn li	
	{ margin: 0;
	list-style-type: none;
	}
	
.leftNavColumn a
	{
	display: block;
	padding: 5px 10px;
	/*	width: 160px;	*/
	color: #777;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
	background: #F5F5F5; url(../decorations/leftsidegradientlight2.gif) top left repeat-y;
	}
	
.leftNavColumn a:hover
	{
	color: white;
	text-decoration: none;
	background: #9E9E9E  url(../decorations/leftsidegradient1light1.gif) repeat-y top left;
	}
	
.leftNavColumn ul ul li
	{
	margin: 0;
	}
	
.topAbsolute
	{
	top: 0px;
	}
	
a.indented
	{
	padding-left: 2em;
	}

.whiteLink
	{
	color: white;
	text-decoration: none;
	}
	
.whiteLink:hover
	{
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
	
.blackLink
	{
	color: black;
	text-decoration: none;
	}
	
.blackLink:hover
	{
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
.leftSidebar
	{
	float: left;
	width: ;
	margin: 0;
	margin-right: ;
	padding: 5px;
	}

.centerContent
	{
	/*	position: absolute;	*/
	height: auto;
	top: 160px;
	margin-left:	160px;
	margin-right:  10px;
	color: #aaa;
	}

.centerContent h2
	{
	margin:	 0 0 .5em 0;
	}


.rightNavColumn
	{
	float:	right;
	width: 160px;
	margin: 0;
	padding: 1em;
	border-left: 1px solid gray;
	}

.rightNavColumn p
	{
	margin:  0 0 1em 0;
	}

.rightSidebar
	{
	margin: 0px 0px 10px 10px;
	float: left;
	/*	width: 200px;  */
	top: 50px;
	padding: 10px;
	border: 1px solid black;
	background: #EEEEEE;
	}

.topNav
	{
	padding:	.5em;
	background:	#d0d0d0;
	border-bottom:	1px solid gray;
	}

.topNav h1
	{
	padding:	0;
	margin:		0;
	}

.footer
	{
	clear:	both;
	margin:	0px;
	padding: .5em;
	color: #333;
	background:	#ddd;
	border-top:	1px solid gray;
	}

.fdawarning
	{
	font-style:	italic;
	font-size:	smaller;
	}
 

.clearLeft
	{
	clear: left;
	}

.clearRight {
	clear: right;
	}


.button
	{
	padding-left : 10px;
	padding-right:	10px;
	text-align:     center;
	text-decoration:        none;
	color:          #003366;
	background:     #ffcc33;
	border-top:     2px solid #ffff99;
	border-left:    2px solid #ffff99;
	border-right:   2px solid #cc9933;
	border-bottom:  2px solid #cc9933;
	font-family:    Verdana, "Myriad Web", Helvetica, sans-serif;
	}

.cssTest
	{background: lightblue;
	}
