/* Main elements */

html {
     min-height: 100%; margin-bottom: 1px;
	 /*overflow: -moz-scrollbars-vertical;*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;	
	font-size: 12px;	
	margin-left: -10px;
	margin-right: -30px;
	margin-top: -10px;
	margin-bottom: -10px;
	padding: 0px 0px 0px 0px; 	
	text-align: center;
	line-height: 1.2em;
	color: #2E3336;
	
}

a:link, a:visited {
	color: #2E3336;
	text-decoration: underline;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
}


p, ol, ul, dl, table, tr, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3336;
}

table {
	margin-top: 5px;
	margin-bottom: 5px;

}

p {
	margin-top: 8px;
	margin-bottom: 8px;

}


h1 {
	color: #FF3300;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	margin-top: 0px;
	line-height: 1em;
}

h2 {
	color: #0099CC;
	margin-bottom: 5px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;

}

h3, h4, h5 {
	color: #2E3336;
	margin-bottom: 5px;
	margin-top: 20px;
}

h3 {
	text-transform: uppercase;
	font-size: 110%;
}

h4 {
	color: #FF9900;
}

h4, h5, h6 {
	font-size: 100%;
}

FORM {
	margin: 0px;
	padding: 0px;
	/*font-family: "Andale Mono", "Courier New", Courier, monospace;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}

TEXTAREA, INPUT, SELECT, OPTION, .area {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 12px;
}

/* Lists */

ul, ol {
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul li {
	list-style-type: disc;
}

ul li ul li {
	list-style-type: circle;
}

ul li, ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	padding-top: 0;
}

ul> li:first-child, ol> li:first-child {
	padding-top: 0px;
	margin-top: 0px;
}


dd {
	margin-bottom: 5px;
}

dl> dd:last-child {
	margin-bottom: 0px;
}

th {
	text-align: left;	
}

hr {
	height: 1px;
	border-top: 2px dotted #00CCFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	width: 100%;
}

/* DIVS */

#wrapper {
	width: 744px;			
	/*border: 1px solid #FFFFFF; *//*nescape 4 centering bug fix */
	text-align: center;
	padding: 0;	
}

#masterHeader {	
	margin-bottom: 5px;
	text-align: left;
}

#masterHeaderPiece {
	font-size: 10px;
	letter-spacing: .1em;
}

#breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	/*background-color: #DCE7ED;*/
	padding: 3px 0px 3px 2px;
	font-weight: bold;
	/*border-bottom: 1px dotted #2E3336;*/
}

#breadcrumbs1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	/*background-color: #DCE7ED; */
	padding: 3px 0px 3px 2px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #2E3336;
}

#breadcrumbs a, #breadcrumbs1 a {	
	font-weight:bold;
}


#content {
	width: 100%;	
	padding: 0;	
	margin: 5px 0 5px 0;
	text-align: left;	
}


#header {
	width: 100%;
	border-bottom: 2px solid #DCE7ED;
	margin-top: 5px;
	padding-left: 0px;
	text-align: left;
}


#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	border-top: 2px solid #DCE7ED;
	
}

#footer p {
	font-size: 10px;	
	padding: 0px;
	margin: 1px;	
}

#footer a, #masterHeaderPiece a {
	text-decoration: none;
}

/* Classes */

div.box {
	padding: 3px; 
	border: 1px solid #99ccff; 
	background-color: #DCe7ed; 
	margin: 5px;
}

div.dark_blue_box {
	padding: 3px; background-color: #0099CC;
	color: #DCE7ED;
}

div.dark_blue_box a:link, div.dark_blue_box a:visited {
	color: #DCE7ED;
	text-decoration: underline;
}

div.dark_blue_box a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.dark_blue_box strong {
	color: #ffffff;
}

/* NavBars */

#navBarHorizontal{		
	margin: 0 auto;
	text-align:center;
	width: auto;
}

#navBarHorizontal ul{
	padding: 2px 0 2px 0;
	margin: 0;
	background-color:#dce7ed;
}

/*#navBar ul li {padding: 0; display: inline; margin: 0;border:1px solid red;}*/

#navBarHorizontal ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#navBarHorizontal ul li a{
	font-size: 80%;
	color: #2E3336;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-right: 1px dotted #000000;
	text-align: center;
	width: 9em;
	margin: 0;
} 

#navBarHorizontal ul li.first a{
	border-left: 1px dotted #000000;
} 


#navBarHorizontal ul li a:hover, #nav ul li a:focus{
	background-color: #FF3300;
	color: #FFFFFF;
}


#navBarVertical {		
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; /*#E1E2DE;*/
	border-right: 0px solid #FFFFFF;
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #FFFFFF;
	
}

#navBarVertical a {
	display: block;
	/*margin-bottom: 2px;*/
	margin-top: 0px;
	margin-bottom: 2px;
	border: 1px solid #DCE7ED;
	background-color: #DCE7ED;
	padding: 2px 5px 3px 10px;
	color: #00289C;	
	font-size: 11px;
	text-decoration: none;
}

#navBarVertical ul {list-style: none; margin: 0; padding: 0; list-style-image: none;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarVertical li {border-bottom: 0px solid #EEE; padding:0; margin: 0px; list-style-type: none;}

/* fix for browsers that don't need the hack */
html>body #navBarVertical li {border-bottom: none;}

#navBarVertical a:hover{
	/*background-color: #FF3300;*/ /*#0061C1;*/
	/*padding: 2px 0px 2px 10px;*/
	border: 1px dotted #FF3300;
	text-decoration: none;
	/*color: #FFFFFF;*/
	/*font-weight: bold;*/
}

#navBarVertical .selected a {
	background-color: #FF3300; /*#0061C1;*/
	/*padding: 2px 0px 2px 10px;*/
	text-decoration: none;
	color: #FFFFFF;
}

/* udm menu */
#udm .selected a {
	background-color: #FF3300; /*#0061C1;*/
	/*padding: 2px 0px 2px 10px;*/
	text-decoration: none;
	color: #FFFFFF;
}


#udm ul { 
	margin-left:0 !important;	
	margin-top:1px !important;	
	width:150px !important;	
	w\idth:143px !important;	
}

#udm ul ul {
			width:144px !important;
			w\idth:137px !important;
			border-style:double;
			background-color:#ffe;
}
			
#udm ul ul li a {
			text-decoration: underline !important;
}


#header_menu {
	width:744px;
	height: 23px;
	background-color:#000000;
	margin: 0px auto;
	padding-left: 0px;
	border-bottom: 2px solid #fff;
	font-size: 16px;
}

#header_menu ul {
	font-size: 16px;
	/*margin-top: 0px;
	padding-top: 0px;*/
	font-weight: normal;
}

#header_menu a:link, #header_menu a:visited, #header_menu a:hover, #header_menu a:active {
	text-decoration: none;

}

