/***********************************************/
/* inform.css                             */
/* Use with template maintemplate.dwt     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: Black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

a{
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

a:link{
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

a:visited{
	font-size: 10px;
	color: #5C7A22;
	text-decoration: none;
}

a:hover{
	font-size: 10px;
	color: #990017;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 11px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 14px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 }

h4{
 font-family: Arial,sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #8ED3D9;
 padding: 0px;
 font-weight: bold;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ol{

 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Navy;
	list-style: lower-roman inside;
}

ul{
   list-style-type: disc;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.spacer { 
clear: both; 
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/***********************************************/
/* Masthead                                    */
/***********************************************/

#masthead{
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: White;
}

#masthead h1{
	font-size: 11px;
	background-color: Navy;
	color: white;
}

/***********************************************/
/* Top Navigation                              */
/***********************************************/

#navcontainer{
	text-align: left;
	color: Black;
}

#navcontainer ul
{
font: normal bold 10px arial, helvetica, sans-serif;
margin: 5px;
}

#navcontainer li { 
 text-decoration: none;
 list-style: none;
 }

#navcontainer li a
{
color: Navy;
list-style: none;
text-decoration: underline;
font-weight: normal;

}

#navcontainer li a:hover
{
color: Navy;
list-style: none;
text-decoration: underline;
font-weight: normal;
}

/***********************************************/
/* Main Content                                */
/***********************************************/

#content{
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	border: 1px solid #F6F6F6;
}

#content h2 { 
	color: Black;
	background-color: #C8D6E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
	border-bottom: 1px solid Black;
	}
	
#content h3 { 
	background-color: #F2F8F9;
	color: #557BAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 0px 2px 2px;
	}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3787A0;
	padding: 5px 3px 5px 2px;
}

#content h5 {
	background-color: #E2EBED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B0082;
	padding-bottom: 3px;
	padding-top: 3px;
}

.alerts{
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	padding-top: 2px;
	padding-bottom: 2px;
}

/********** #siteInfo styles ************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #cccccc;
	padding: 5px 5px 5px 5px;
	background-color: White;
	text-align: center;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}