/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin:0;
	padding: 0;
	background-color:#0026C8;
	text-align:left;
	font-size:97%;
	width:100%;
	height:100%;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#outerfrontpage {
	height:100%;
	width:100%;
	text-align:center;
}
#outer {
	height:100%;
	width:100%;
	text-align:center;
	background:url(images/background.jpg) center repeat-y #0026C8;
}
#fulltable {
	height:100%;
	width:100%;
}
#maintable {
	width:750px;
	background-color:#ffffff;

}
#masthead{
	padding:0;
	border-bottom: 5px solid #fff;
	border-top:#0026C8 solid 10px;
	text-align:center;
}
#navBar{
	padding: 0 0 0 4px;
	font-size:85%;
	padding: 5px;
	width:150px;
	vertical-align:top;
	text-align:left;
}

#content{
	width: 580px;
	vertical-align:middle;
	padding: 10px 15px 10px 10px;
	font-size: 80%;
	text-align:left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;

}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************** .contentbody styles ***************/

.contentbody {
	padding: 10px 15px 10px 10px;
	font-size: 80%;
	background-color:#FFFFFF;
	height:100%;
}

.contentbody h3{
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/************* #siteInfo styles ***************/

#siteInfo{
	border-top: 1px dashed #cccccc;
	border-bottom:#0026C8 solid 10px;
	font-size: 70%;
	color: #99999;
	padding:10px;
	text-align:left;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul { list-style-image:url(images/paw.jpg);  }


/*********** #navBar  styles ***********/

#navBar a:link{ padding-left:4px; }
#navBar a:visited{ padding-left:4px; }
#navBar a:hover{ padding-left:4px; }

/************** #info styles *******/
#info { font-size:85%; margin-top:30px;}
#info h1 { padding:0; margin:0;}

/*********** Tables ****************/
.fulltable { height:100%; width:100%; }
