<!--

/*---------- Body (Do not Set Font Size Here!!) ----------*/

 

body {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            color: #014172;
            background-color: #677A8F;
            margin: 0px 0px 0px;
            padding: 0px;
} 

/*---------- Default Typeography ---------- */

a:link {
            color: #014172;
            text-decoration: underline;
}

a:active {
            color: #014172;
            text-decoration: underline;
}

a:hover {
            color: #014172;
            text-decoration: underline;
}

a:visited {
            color: #014172;
            text-decoration: none;
            }

p {
            font-size: 76%;
            line-height: 1.5em;
            margin-top: 0em;
            margin-bottom: 0.25em;
            margin-left: 1em;
            padding: 0em;
}

h1 {
            font-size: 175%;
            font-weight: normal;
            margin: 0.25em 0em;
            padding: 0em;
}

h2 {
            font-size: 155%;
            margin: .25em 0em;
            font-weight: normal;
            padding: 0em;
}

h3 {
            font-size: 125%;
            margin: 0.25em 0em;
            font-weight: normal;
            padding: 0em;
}

h4 {
            font-size: 110%;
            margin: 0.25em 0em;
            font-weight: bold;
            padding: 0em;
}

h5 {
            font-size: 100%;
            margin: 0.25em 0em;
            font-weight: bold;
            padding: 0em;
}

h6 {
            font-size: 76%;
            margin: .25em 0em;
            font-weight: bold;
            padding: 0px;
}

ol, ul, dl {
            font-size: 76%;
            line-height: 1.5em;
            margin-top: 0.5em;
            margin-bottom: 0.5em;
            padding: 0em;
}

pre {
            font-family: monospace;
            font-size: 1.0em;
}

li > ul {
            font-size: 1em;
            line-height: 1.5em;
}

dt {
            line-height: 1.5em;
            font-weight: bold;
            font-size: 100%;
}

li < p {
            font-size: 76%;
} 

/*---------- Dynamic Content Rules ----------*/

 .text {
			font-size: 76%;
            color: #000000;
}

.bodytextcolor {
            font-size: 10px;
}

.contenttext {
            font-size: 76%;
            font-weight: bold;
}

.hourstext {
            font-size: 76%;
            color: #000000;
}
.box1 {
	width: 250px;
	text-align: center;
} 
.template-left-column-bg {
	background-image: url(../siteImages/left_bg.jpg);
	background-repeat: repeat-y;
}
.template-right-column-bg {
	background-image: url(../siteImages/right_bg.jpg);
	background-repeat: repeat-y;
}
.nav  {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

/*---------- Template Rules ----------*/

-->