/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #15219B;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #1C34A0;
	text-decoration: underline;
}

h1{
 font-size: 150%;
}

h2{
 font-size: 114%;
}

h3{
	font-size: 100%;
	margin-left: 5px;
}

li{
	list-style-type: square;
}

#frame{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-top-color: #999999;
}

#header{
	border-bottom: 0.5px solid #cccccc;
	width: 100%;
	background-image: url(titlebar2.jpg);
	font-family: Peinaud;
	font-size: 200%;
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #DDF2FF;
	text-indent: 50px;
	background-color: #0099FF;
	text-align: right;
}
#columnfont {
}
#subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #172ACF;
	line-height: 200%;
	text-transform: capitalize;
	font-variant: normal;
	font-style: oblique;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}

#navBarL{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:25%;
	font-size: 85%;
	vertical-align: middle;
	text-align: left;
	margin: -1px;
}

#contentR{
	float: right;
	width: 70%;
	display: block;
	}


#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 300%;
	background-repeat: no-repeat;
	background-position: left center;
	
}

#navBarL p{
	padding:10px 0px 0px 10px;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 40px;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #333333;
	font-weight: bold;
}

#footer{
	display: inline;
	font-size: 95%;
	
}

#footer li {
	display: inline;
	text-align: center;
	width: 100%;
	text-align: justify;
	padding-left: 10%;
}


#footer a {
	background-color: #FFFFFF;
}

