/* CSS Document */


/* ***************************    SITE-WIDE    **********************************  */
a:link { text-decoration:none; color:#003399;}
a:visited { text-decoration:none; color:#003399;}
a:hover { text-decoration:underline; color:#FF0000;}

a img { border-style: none;}

p, li, h1, table {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 75%;
	}

li {
		margin-bottom: 3px;
	}

blockquote {
		margin-top: 0px;
	}

/* ***************************    SITE MENUS    **********************************  */

div#menu_header {
		background-image: url(../images/sitemenu/menu_bg.jpg);
	}

div#spacer_header {
		background-image: url(../images/sitemenu/menuspace_bg.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}




/* ***************************    SITE FOOTERS    **********************************  */

div#menu_footer {
		background-color: #586F7F;
	}
	
div#footer {
		text-align: center;
	}

p.footer_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #666666;
		
		margin: 0px;
		padding: 0px;
	}

/* ***************************    YOU-ARE-HERE NAV    *******************************  */

div#spacer_header p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 8px;
		margin-right: 8px;		
		
		padding-top: 3px;
	}


/* ***************************    MAIN CONTENT    **********************************  */

/* this tag different than in rootstyle.css */
div#content {
	}

div#content p, div#content h1 {
		margin-top: 0px;
		margin-bottom: 12px;
		margin-left: 8px;
		margin-right: 8px;
	}

div#content p.stdtext {
	}
	
div#content p.stdtitle {
		font-weight: bold;
	
		color: #000099;
		
		clear: left;
	}

div#content p.subtitle {
		font-weight: bold;
	
		color: #000099;
	
		clear: left;
		
		background-color: #E8E8E8;

		padding-top: 2px;
		padding-bottom: 2px;
	}

div#content p.ultitle {
		font-weight: bold;
	
		color: #000099;
	
		clear: left;
		
		border-bottom: 1px solid black;

		padding-top: 2px;
		padding-bottom: 2px;
	}

div#content p.center {
		text-align: center;
	}

div#content p.right {
		text-align: right;
	}

div#content p.extrathick {
		padding-top: 11px;
		padding-bottom: 11px;
	}

div#content p.tagline {
		font-style: italic;
	}

div#content span.seealso {
		font-size: 75%;
		font-weight: bold;
	}

div#content p.legal {
		font-size: 60%;
	}
	
div#content ul {
	}

div#content ul ul {
	}

div#content ul ul ul{
	}

div#content li {
	}

div#content h1 {
		font-weight: bold;
		margin-bottom: 2px;
	}

div#content img.wrapleft {
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 24px;
		margin-right: 8px;
		
		float: left;
	}
	
div#content img.wrapright {
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 8px;
		margin-right: 24px;
		
		float: right;
	}

div#content div.imgcenter {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

div#content img.bordered {
		border: 2px ridge blue;
	}

div#content div.clear {
		clear: both;
	}
	
div#content hr {
		clear: left;

		margin-left: 8px;
		margin-right: 8px;
		
		border: 1px solid black;
	}
	
div#content div.warningmsg {
		background-color: #C4C4FF;
		border: 1px solid #0000FF;
		padding: 8px;
		margin-left: 16px;
		margin-right: 16px;
	}
