/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px;
	background-color: #CCCCCC;
	background-image: url(images/tile2.jpg);
	background-repeat: repeat;
	height: 100%;
}
html,body {
	height: 100%;
}

	a:link { color:#0033CC; }
	a:visited { color:#0033CC; }
	a:hover { color:#104A4C; text-decoration:none; }
	a:active { color:#0033CC; }
	
.bodycontainer {
	width: 770px;
	background: #3E898E;
	height: auto;
}

/* Heading Formatting */
    h1 { font-size: 12px; font-weight: bold; color:#FFFFFF; padding:0; margin: 0;}
    h2 { font-size: 12px; font-weight: bold; color:#000000; padding:0; margin: 0;}
    h3 { font-size: 14px; font-weight: bold; color:#000000; padding:0; margin: 0;}
    h4 { font-size: 14px; font-weight: bold; color:#666666; padding:0; margin: 0;}
    h5 { font-size: 18px; font-weight: bold; color:#000000; padding:0; margin: 0;}
    hr { padding: 0px; margin: 0px; }

/* Link Tags (Link,Visited,Hover,Active) */
    .white {  color: #FFFFFF; }
    .white a:link { color: #FFFFFF; }
    .white a:visited { color: #FFFFFF; }
    .white a:hover { color: #CCCCCC; text-decoration: none;}
    .white a:active { color: #FFFFFF; }
	
	.teal {  color: #378083; }
    .teal a:link, .teal a:visited, teal a:active  { color: #378083; }
    .teal a:hover { color: #60ADB0; text-decoration: none;}
	
	.green {  color: #004600; }
    .green a:link { color: #004600; }
    .green a:visited { color: #004600; }
    .green a:hover { color: #001100; text-decoration: none;}
    .green a:active { color: #004600; }
    
    .whitenodecoration {  color: #FFFFFF; text-decoration: none;}
    .whitenodecoration a:link { color: #FFFFFF; text-decoration: none;}
    .whitenodecoration a:visited { color: #FFFFFF; text-decoration: none;}
    .whitenodecoration a:hover { color: #CCCCCC; text-decoration: none;}
    .whitenodecoration a:active { color: #FFFFFF; text-decoration: none;}
    
    .blueenodecoration {  color: #2A3A88; text-decoration: none;}
    .bluenodecoration a:link { color: #2A3A88; text-decoration: none;}
    .bluenodecoration a:visited { color: #2A3A88; text-decoration: none;}
    .bluenodecoration a:hover { color: #000000; text-decoration: none;}
    .bluenodecoration a:active { color: #2A3A88; text-decoration: none;}
    
    .darkblueenodecoration {  color: #1B2654; text-decoration: none;}
    .darkbluenodecoration a:link { color: #1B2654; text-decoration: none;}
    .darkbluenodecoration a:visited { color: #1B2654; text-decoration: none;}
    .darkbluenodecoration a:hover { color: #000000; text-decoration: none;}
    .darkbluenodecoration a:active { color: #1B2654; text-decoration: none;}
    
    .grey a:link { color:#0033FF; text-decoration:underline;}
    .grey a:visited { color:#333333; text-decoration:none;}
    .grey a:hover { color:#053C3F; text-decoration:none; }
    .grey a:active { color:#333333; text-decoration:none;}

    .greynodecoration {  color: #666666; text-decoration: none;}
    .greynodecoration a:link { color: #666666; text-decoration: none;}
    .greynodecoration a:visited { color: #666666; text-decoration: none;}
    .greynodecoration a:hover { color: #000000; text-decoration: none;}
    .greynodecoration a:active { color: #666666; text-decoration: none;}
    
    .blacknodecoration {  color: #000000; text-decoration: none;}
    .blacknodecoration a:link { color: #000000; text-decoration: none;}
    .blacknodecoration a:visited { color: #000000; text-decoration: none;}
    .blacknodecoration a:hover { color: #1A5456; text-decoration: none;}
    .blacknodecoration a:active { color: #000000; text-decoration: none;}
    
    .lightYellow { color: #F7D578; text-decoration: none; }
    .lightYellow a:link { color: #F7D578; text-decoration: none; }
    .lightYellow a:visited { color: #F7D578; text-decoration: none; }
    .lightYellow a:hover { color: #F7D578; text-decoration: none; }
    .lightYellow a:active { color: #F7D578; text-decoration: none; }
    
    .decorationnone { text-decoration: none; font-weight: normal;}

/* Misc Font changes */
    /* Font Colors */
    .black{ color: #000000; }
    .white { color: #FFFFFF; }
    .lightgrey { color: #E6E6E6; }
    .grey { color: #535353; }
    .darkgrey { color: #999999; }
    .darkergrey { color: #333333; }
    .red { color: #990000; }
    .blue{ color: #2A3A88; }
    .lightblue { color: #D2DBFF; }
    .orange { color: #FC6100; }
    .lightorange { color: #FCA33B; }
    .lightyellow { color: #F7D578; }
    
    /* Font Styles and Weight */
    .italic { font-style: italic; }
    .bold { font-weight: bold; }
    
    /* Font Sizes */
     .font9 { font-size: 9px}
	.font10 { font-size: 10px}
    .font11 { font-size: 11px}
	.font12 { font-size: 12px}
    .font13 { font-size: 13px}
    .font14 { font-size: 14px}
    .font18 { font-size: 18px; }
    .font24 { font-size: 24px; }
    .font34{ font-size: 34px; }

    /* Special tiny type for Copyright */
    .tinytype { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }

/* Background Colors and images */
    .whitebg { background-color:#FFFFFF; }
	.greenbg { background-color:#3E898E; }
	.darkgreenbg { background-color:#004848; }
    .bluebg { background-color:#2A3A88; } 
    .lightbluebg { background-color: #D2DBFF; }
    .hoverbluebg { background-color:#F8F8FE; } 
    .orangebg { background-color:#FC6100; }
    .lightorangebg { background-color:#FCA33B; } 
    .lightgreybg { background-color:#E6E6E6; }
    .greybg { background-color:#CCCCCC; }
    .darkgreybg { background-color:#666666; }
    .darkergreybg { background-color:#333333; }
    .lightyellowbg { background-color:#F7D578; }


/* Inline Formatting */
    .inline { display: inline; }
    #inlineleft { float: left; }
    #inlineright { float: right; display: block;}

/* Form formatting */
    form { margin:0px; }

.edplustoplinks {
	height: auto;
	background-color: #004848;
}
.bgtopgreen {
	background-color: #1F4932;
}
div#toplinks {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 770px;
	height: 35px;
}
	
.toplinks a:link, .toplinks a:visited {
	font-size: 11px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bgtoplinks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.toplinks a:hover{
	font-size: 11px;
	display: block;
	color: #FBE7B3;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bgtoplinks_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#toplinksdown {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.toplinksdown a:link, .toplinksdown a:visited {
	font-size: 11px;
	display: block;
	color: #FBE7B3;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bgtoplinks_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.toplinksdown a:hover{
	font-size: 11px;
	display: block;
	color: #FBE7B3;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bgtoplinks_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.toplinkshomebanking a:link, .toplinkshomebanking a:visited {
	font-size: 11px;
	display: block;
	color: #FBE7B3;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/homebanking.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.toplinkshomebanking a:hover{
	font-size: 11px;
	display: block;
	color: #FBE7B3;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/homebanking.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.inbetweenspace {
	display: block;
	width: 4px;
	height: 38px;
	
}.floatleft {
	display: inline;
	float: left;
}
.floatright {
	display: inline;
	float: right;
}
.rightside {
	background-image: url(images/rightside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: right;
}
.autoscroll {
	overflow: auto;
	height: auto;
	scrollbar-face-color: #004848;
	scrollbar-shadow-color: #8CB4B6;
	scrollbar-highlight-color: #8CB4B6;
	scrollbar-3dlight-color:#B2C5DE;
	scrollbar-darkshadow-color: #B2C5DE;
	scrollbar-track-color: #8CB4B6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
.ads {
	height: 675px;
	width: 197px;
}
.leftsidediv {
	width: 565px;
	background-color: #9C3B06;
	color: #000000;
	height: auto;
}
#navigation a
{
	color: #000;
	background: #FFF url(images/left-tab.gif) no-repeat left top;
	text-decoration: none;
	padding-left: 12px;
}
#navigation a.down
{
	color: #FFF;
	background: #FFF url(images/left-tab-over.gif) no-repeat left top;
	text-decoration: none;
	padding-left: 12px;
	background-color: #9C3B06;
}

#navigation a span
{
	background: url(images/right-tab.gif) no-repeat right top;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navigation a span.down
{
	background: url(images/right-tab-over.gif) no-repeat right top;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #9C3B06;
	color:#FFFFFF;
}

#navigation a, #navigation a span
{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none;
}
/* End hide */

#navigation a:hover
{
color: #FFF;
background: #9C3B06 url(images/left-tab-over.gif) no-repeat left top;
padding-left: 12px
}

#navigation a:hover span
{
background: url(images/right-tab-over.gif) no-repeat right top;
padding-right: 12px
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0px;
	text-align:left;
	height: 24px;
	background-color: #3E898E;
	width: 650px;
}

#navigation li
{
	float: left;
	margin: 0;
	padding:0;
	list-style:none;
	background-color: #3E898E;
	height: 24px;
} 
#navigation li.down
{
	float: left;
	margin: 0;
	padding:0;
	list-style:none;
	background-color: #9C3B06;
	height: 24px;
} 
div#navigation {
	background-color: #3E898E;
	display: inline;
}
.headline1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: small-caps;
	background-color: #0A4549;
	padding: 4px;
}
.bgbelowlinks {
	background-image: url(images/bgbelowlinks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.greentext {
	color: #3E898E;
}
.headlinesmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	font-variant: small-caps;
	color: #F9D89B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E898E;
	font-style: italic;
	background-color: #9C3B06;
}
.scroll {
	scrollbar-face-color: #004848;
	scrollbar-shadow-color: #3E898E;
	scrollbar-highlight-color: #3E898E;
	scrollbar-3dlight-color:#B2C5DE;
	scrollbar-darkshadow-color: #B2C5DE;
	scrollbar-track-color: #3E898E;
	scrollbar-arrow-color: #FFFFFF;
}
.scrollwhite {
	scrollbar-face-color: #F8E5BC;
	scrollbar-shadow-color: #9C3B06;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-3dlight-color:#F8E5BC;
	scrollbar-darkshadow-color: #F8E5BC;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: #9C3B06;
	height: 380px;
	overflow: auto;
}
.tanbg {
	background-color: #FBEDCE;
}
.brownbg {
	background-color: #9C3B06;
}
h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.brownstretch {
	background-image: url(images/brownstretch.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.browntext {
	color: #9C3B06;
}
.scholarships {
	background-image: url(images/graduation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 250px;
}
.patriotact {
	background-image: url(images/patriotact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 250px;
}
.overflow {
	overflow: auto;
}
.darkgreentext {
	color: #0C4346;
}
.fiftyabsolute {
	position: absolute;
	z-index: 2;
	margin-top: 0px;
	width: 160px;
	padding-left: 370px;
}
ul.list2 {
	color: #4D4D4D;
	font-style: normal;
	font-weight: normal;
	list-style-type: circle;
	list-style-image: none;
}
ol.list{
	font-weight: bold;
	color: #0C4346;
	font-style: italic;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	margin: 13px;
	padding: 13px;
}
ul.list2fx {
	color: #4D4D4D;
	font-style: normal;
	font-weight: normal;
	list-style-type: circle;
	list-style-image: none;
}
ol.listfx{
	font-weight: bold;
	color: #0C4346;
	font-style: italic;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	padding: 15px;
}
.visabg {
	background-image: url(images/visastate.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.idtheft {
	background-image: url(images/idtheftbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 250px;
}
.fadedlight {
	background-image: url(images/fadelight.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.topgreen {
	background-image: url(images/greentop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomgreen {
	background-image: url(images/greenbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 8px 8px 50px;
}
.floatingcalendar {
	position: absolute;
	height: 38px;
	width: 39px;
	margin-top: -3px;
	margin-left: 9px;
}
.contactuspic {
	background-image: url(images/contactuspic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 286px;
}
.ctus {
	background-image: url(images/ctoffice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
}
.borderleftg {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7EB6B7;
}
.calc3 {
	background-image: url(images/calc3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 90px;
	padding-right: 15px;
}
.calcfieldgrey {
	width: 130px;
	background-color: #545550;
	margin: 0px;
	padding: 0px;
	border: 0px none 0;
	color: #FFFFFF;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
}
.calcfieldleft {
	width: 130px;
	background-color: #545550;
	margin: 0px;
	padding: 0px;
	border: 0px none 0;
	color: #FFFFFF;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
.calcfield {
	width: 150px;
}
#idwhitebg {
	background-color: #FFFFFF;
}
.ann {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0E484A;
}
.hbwidth {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 178px;
}
.estatementswidth {
	width: 494px;
}
.gradteal {
	background-image: url(images/gradteal.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}