DIV.nav_top							{ width: 477px; height: 24px; overflow:hidden; margin:0 0 0 0; }
DIV.flags							{ width: 90px; height: 24px; overflow:hidden; margin:0 0 0 0; text-align: right; }
DIV.logon							{ width: 24px; margin:0 0 0 10px; height: 24px; overflow:hidden; }


									/*	The Nav_Sub area is a maxiumum of 740px wide and 20px heigh	*/
DIV.nav_sub							{ width: 668px; height: 20px; overflow:hidden; margin:0 0 0 72px; }

									/*	Top filler + Nav_Top + Nav_Sub total 119px height from the top of the page */
									/*	The Content area is a maxiumum of 760px wide */
DIV.content							{ width: 740px; overflow:hidden; margin:0px 10px 10px 10px; }

									/*	The Footer area is a maxiumum of 760px wide */
DIV.footer							{ width: 720px; overflow:hidden; margin:0px 20px 0px 20px; text-align: center; color: #1C455C; }

DIV.footer-menu						{ margin:0px 0px 8px 0px; font-size: 9px;  }
DIV.footer-menu a					{ color:#CCCCCC; }
DIV.footer-text						{ font-size: 90%; }

DIV.breadcrumbs						{ font-size: 10px; margin: 3px 0px 0px 10px; width: 710px; height: 17px; overflow:hidden; }

/*******************************/
/**     Template GENERAL      **/
/*******************************/
/*
body								{ font-family: Verdana, Geneva, Arial, Helvetica, Swiss, SunSans-Regular; color: #1C455C; }

*/

PRE 								{ font-family: monospace; }
FORM								{ margin: 0px 0px 0px 0px; }

P, PRE								{ line-height: 18px; margin: 0px 0px 5px 0px; padding: 0px 10px 0px 10px;}
P, TD, UL, OL						{ font-size: 12px; }

INPUT, TEXTAREA, SELECT				{ font-size: 11px; padding-left: 5px; }

img									{ border: 0} /* important to remove ugly link borders in mozilla and others */

A:link								{ color: #2B6A8E; text-decoration: underline }
A:visited							{ color: #2B6A8E; text-decoration: underline }
A:hover								{ color: #2B6A8E; text-decoration: none; background-color: #B4DAEA }
A:active							{ color: #FFFFFF; text-decoration: none; background-color: #2B6A8E }

small   							{ font-size: 75%; letter-spacing: 0 }
em 									{ font-style: normal; font-weight: bold; }

/******************/
/* Headers, plain */
/******************/


H1, H2, H3, H4, H5, H6 				{ color: #2B6A8E; padding: 10px 0px 5px 0px; margin: 0px 0px 0px 0px; letter-spacing: 0px }

									/* H1 is default for headers */
H1 									{ font-size: 14px; }

									/* H2 is being used for TOP Headers, Framed or Paned  - usually one 1 per page */
H2 									{ font-size: 18px; padding: 10px 0px 10px 0px; }

									/* H3 is being used for any SUB Headers, Framed or Paned */
H3 									{ font-size: 14px; padding: 5px 0px 5px 0px; }

									/* H4 is being used for free layoutable use */
H4 									{ font-size: 12px; padding: 0px 0px 0px 0px; }

									/* H5 is being used for linked headers same size as the body text */
H5 									{ font-size: 12px; }

