/*----------------------------------- default tags -------------------------------*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #222222;
	background-color: #FFFFFF;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #222222;
}


a:link {
	color: #003366;
}

a:visited {
	color: #114466;
}

a:hover {
	color: #336699;
}

ul {
	color: #333333;
	margin-top: 0px; margin-bottom: 0px;
	list-style-type: none;
	list-style-image:    url("images/bullet2.gif");
}

.menuhr {
color: #666666;
width: 400px;
height: 1px;
}


/*----------------------------------- template tags -------------------------------*/


/*----------------------------------- text markup tags -------------------------------*/

h1 {
	font-size: 18px;
	color: #003333;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 100%;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 100%;
}

h3 {
	font-size: 15px;
	color: #0C2A42;
	font-weight: bold;
	line-height: 100%;
}

h4 {
	font-size: 13px;
	color: #042944;
	font-weight: bold;
	line-height: 100%;
}

h5 {
	font-size: 11px;
	color: #710D0D;
	font-weight: bold;
	line-height: 100%;
}

h6 {
	font-size: 12px;
	color: #042944;
	font-style: italic;
	line-height: 100%;
}

h7 {
	font-size: 12px;
	color: #0C2A42;
	font-style: italic;
	line-height: 100%;
}

.h1 {
	font-size: 18px;
	color: #003333;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 100%;
}

.h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 100%;
}

.h3 {
	font-size: 15px;
	color: #0C2A42;
	font-weight: bold;
	line-height: 100%;
}

.h4 {
	font-size: 13px;
	color: #042944;
	font-weight: bold;
	line-height: 100%;
}

.h5 {
	font-size: 13px;
	color: #710D0D;
	font-weight: bold;
	line-height: 100%;
}

.h6 {
	font-size: 12px;
	color: #042944;
	font-style: italic;
	line-height: 110%;
}

.h7 {
	font-size: 12px;
	color: #0C2A42;
	font-style: italic;
	line-height: 110%;
}

.smallhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	line-height: 100%;
}

.smalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
}

.menublurb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
}

.tiny {
	font-size: 10px;
	line-height: 110%;
}

.bigtitle{
	color: #345D4F;
	font-size: 18pt;
	font-weight: bold;
	line-height: 100%;
}



/*----------------------------------- Boxes -------------------------------*/
.tablebox{
	border-style: solid;
	border-color: #686B54;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	}

.homebox{
	border-style: solid;
	border-color: #26394F;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	background-color: #ECEAE6;
	}

.formbox{
	border-style: solid;
	border-color: #005db6;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	
	}

.bigbox{
	border-style: solid;
	border-color: #AFD6F8;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width:0px;
	}
	
.homefeature{
height: 125px;
}
	
/*----------------------------------- side bar Boxes -------------------------------*/
.schedbox{
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: solid;
	border-color: #000033;
	border-left-width: 0px;	
	border-right-width:0px;
	border-top-width: 0px;
	border-bottom-width:0px;
}
	
.schedbox3 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-style: solid;
	border-color: #000033;
	border-left-width: 1px;	
	border-right-width:1px;
	border-top-width: 1px;
	border-bottom-width:1px;
	background-color: #C4D2D9;
}

/************ END box styles **************/

/*--------------------------------------other stuff---------------------------------*/

.image{
	border-style: hidden;
	border-color: #ffffff;
	border-left-width: 5px;	
	border-right-width: 5px;
	border-top-width: 5px;
	border-bottom-width: 5px;
}



