/*default paragraph font, background*/
body{
	background-color: #FFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666;
	font-weight: normal;
	margin : 0px 0px 0px 0px;
}
/*page header tag*/
h1 {
	font-size: 14px;
	font-weight : bold ;
	color: #000;

*/
	
}
/*subhead*/
h2 {
	font-size:13px;
	font-weight: bold;
		color: #666;


}

/*body texts */
b, strong {
	font-weight: bold;
}
i,em {
	font-style : italic;
}
.small {
	font-size: 10px;

}
p,li {
	font-size: 12px;

}
p.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #6B98AD;
	padding-top: 1px;
}
td.feature {
	
}
td.maincontent {
	padding-right : 15px;
	padding-bottom : 15px;
}

td.right {
	padding-left : 15px;
	padding-bottom : 15px;
	width: 206px;
}

td.navhead{
	color: #2E4394;
	text-decoration : underline;
	font-weight: bold;
	font-size : 11px;
}

img.photo {
	text-align : right;
	margin : 15px;
}


td.button {
	cursor:hand;
	background-color: #00A5DE;

	border-bottom-color : #FFF;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	vertical-align : middle;
} 
td.buttonover {
	cursor:hand;
	background-color: #FF00CC;

	border-bottom-color : #FFF;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	vertical-align : middle;
} 

/*default body link */
a:link {
	 color: #2E4394;
	 text-decoration: underline;
}
a:visited {
	color: #8A92D0;
	text-decoration: underline;
}
a:hover {
		 color: #666;
		 text-decoration: underline;

}
a:active {
		 color: #2E4394;
	 text-decoration: underline;
}


a.nav:link{
	color: #2E4394;
	text-decoration : none;
	font-weight: bold;
	font-size : 11px;
}
a.nav:visited {
	color : #2E4394;
	text-decoration: none;
		font-weight: bold;
			font-size : 11px;
	
}
a.nav:hover {
	color: #000;
	background-color : #FFF600;
		font-weight: bold;
			font-size : 11px;
}

a.nav:active {
		color: #2E4394;
	text-decoration : none;
	font-weight: bold;
	font-size : 11px;
}

a.copy:link {
	color: #6B98AD;
	text-decoration : none;

	font-size : 11px;

}
a.copy:visited {
	color : #6B98AD;
	text-decoration: none;

			font-size : 11px;

	
}
a.copy:hover {
	color: #916388;
text-decoration: underline;
			font-size : 11px;

}

a.copy:active {
	color : #6B98AD;
	text-decoration: none;

			font-size : 11px;
}
/*area specific */
td{
	vertical-align : top;
		font-size: 12px;
		background-color: #FFF;
}

td.box{
	margin-top : 2px;
	color: #FFF;
	padding : 6px;

	border-top-width : 3px;
	border-top-style : solid;
	border-top-color : #FFF;
}
p.box {
	color:#FFF;
	font-size : 10px;
	width : 170px;
	font-weight : bold;
}

td.content {
	width : 396px;
	padding-left : 15px;
	padding-right : 15px;
}

.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff; 
 color: #2E4394; 
 margin-left: 12px; 
 margin-top: 0px; 
 margin-bottom: 0px; 
}
 select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #fff; 
 color: #2E4394; 
 border: 1px solid #666; 
}
table.form {
		padding : 2px;
			border: 1px solid #ccc;
	border-collapse: collapse;
		background-color: #ddd;
}

td.calendarcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2E4394;


	vertical-align : middle;
} 
