body {
	line-height:110%;
	color: black;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	padding:0px;
	margin:0px;

	
}

a, a:link, a:visited {
	text-decoration:none;
	border-bottom:1px dashed #004D91;
	color: #004D91;
	font-size:11px;
}

a:hover, a:focus, a:active{
	text-decoration:none;
	border-bottom:1px dashed red;
	color: red;
}


h1 {
	color: #004D91;
	font-weight:bold;
	font-size:18px;
	padding: 0px;
	padding-bottom:10px;
	margin:0px;
}

h3 {
	padding: 0px;
	padding-bottom: 10px;
	color:black;
	font-weight:bold;
	font-size:14px;
}

h4 {
	padding: 0px;
	color:black;
	font-weight:bold;
	font-size:12px;
}

#header {
	padding:0px;
	margin:0px;
	background:url(../images/bg_header.gif) #004D91;
	border-bottom:2px solid #003464;
	height:70px;
}

#menu {
	padding:20px;
	margin:0px;
	float:left;
	width:220px;
}


#menu ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#menu a, #menu a:active, #menu a:link, #menu a:visited, #menu a:hover, #menu a:focus{
	text-decoration:none;
	border-bottom:none !important;
}

#menu a.textMenu,#menu  a.textMenu:link, #menu a.textMenu:visited {
	text-decoration:none;
	border-bottom:1px dashed #004D91 !important;
	color: #004D91;
	font-size:11px;
}

#menu a.textMenu:hover, #menu a.textMenu:focus,#menu  a.textMenu:active{
	text-decoration:none;
	border-bottom:1px dashed red !important;
	color: red;
}

#content{
	padding:20px;
	margin:0px;
}

#content p, li, dd  {
	font-size:11px;
}

#content dt  {
	font-size:11px;
	font-weight:bold;
	padding:0px;
	padding-bottom:10px;
	padding-top:10px;
}
#content dl {
	text-indent:0px;
	list-style-position:outside;
	line-height:120%;
}

#content p.small{
	font-size:10px;
}

#content a img{
	border: none;
	text-decoration:none;
}

#footer {
	padding:20px;
	margin:0px;
	clear:both;
	height:70px;
	background-color:#004D91;
	border-top:2px solid #003464;
}
#footer p {
	text-align:right;
	padding:0px;
	margin:0px;
	color:white;
	font-size:11px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	border-bottom:1px dashed white;
	color:white;
}

#footer a:hover, #footer a:focus {
	text-decoration:none;
	border-bottom:1px dashed yellow;
	color:yellow;
}

ul.imgBullets {
	list-style-position:outside;
	list-style-type: none;
	
	padding: 0px;
	margin:0px;
}

ul.imgBullets li{
	background-image: url(../images/bullet_blue.gif);
	padding: 10px;
	margin:0px;
	padding-bottom:10px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin-bottom:0px;
	padding-left: 40px;
}

.labelStyle {
	width:80px;
	font-weight:bold;
	display:block;
	float:left;
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
	color: black;
}

#imgDiv{
text-align:center;
width:240px;
height:auto;
float:right;
font-style:italic;
font-weight:bold;
}

#imgDiv a,#imgDiv a:link,#imgDiv a:visited {
color:black;
font-size:14px;
text-decoration:none;
border:none;
}

#imgDiv a:hover,#imgDiv a:focus {
color:red;
}


/*************** table style ********************/


.tabData		
{
	border: 1px solid #003464;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 120%;
}

.tabData tr{
	background-color: #fff;
}

.tabData tr th
{
	color: #fff;
	background-color: #004D91;
	text-align: left;
	border: 0px;
	border-bottom: 1px solid #003464;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size:11px;
}   

.tabData tr td 
{
	border-left: 1px dashed #C4D6E6; 
	border-right: 1px dashed #C4D6E6; 
    border-bottom: 1px solid #C4D6E6;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #fff;
    color: #000;
	vertical-align: top;
	text-align: left;
	font-size:11px;
}

.tabData tr th.centered, .tabData tr td.textCentered {
    text-align:center;
} 
 
.tabData tr th.textRight, .tabData tr td.textRight { 
	text-align: right; 
}

.tabData tr th a:link, .tabData tr th a:visited
{ 
	color: #fff;  
	text-decoration: underline;
}

.tabData tr th a:hover, .tabData tr th a:focus, .tabData tr th a:active 
{ 
	color:#FF6;  
	text-decoration: underline; 
}

.tabData tr.altRow td
{ 
    background-color: #eee !important;
}

.tabData tr th:first-child, .tabData tr td:first-child{ 
	border-left: 0px !important; 
}

.tabData tr th:last-child, .tabData tr td:last-child{ 
	border-right: 0px !important; 
}


/*************** form styles ********************/


form {
	padding:0px;
	margin:0px;
	font-size:11px;
	font:Arial, Helvetica, sans-serif
}

fieldset {
	margin: 0px;
	padding: 10px;
	border: 1px solid #C4D6E6;
	
}

legend {
	font-weight : bold;
	color : #C4D6E6;
	margin : 2px;
	padding : 3px;
}


input[type=text],input[type=password], textarea { 
	margin: 4px;
	border : 1px solid #C4D6E6;
	padding : 1px !important;
}

select { 
	margin: 2px;
	border : 1px solid #C4D6E6;
}

option { 
	border-bottom: 1px dotted #C4D6E6;
}

input:focus, select:focus, textarea:focus {
	border : 1px solid red;
}

input.error, select.error, textarea.error {
	background-color:#ffdfe1;
	color:red;
	border:red 1px solid;
}

input[type=submit], input[type=reset], input[type=button]  {
	margin:5px;
	padding: 2px;
	color: black;
	background-color: #C4D6E6;
	border: 1px outset #003464;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover  {
	background-color:#e9f2f8;
}
	
input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus  {
	background-color: #e9f2f8;
	border: 1px outset red;
}
	

