body { text-align: center; font-family: Tahoma, Sans-serif; font-size: 12px;background-image:url('images/bg_blue.png');background-repeat:repeat-x; }
h1, h2, h3 {
	font-size: 13px;
	color: #003366;
	font-family: Tahoma, Sans-serif;
}
h2 { text-decoration: underline; }
#container { margin: 0px auto; width: 1000px; border-top: 0px solid #CAE2F3;  border-right: 0px solid #CAE2F3;  border-left: 0px solid #CAE2F3; border-bottom: 0px solid #CAE2F3; }
#logo { position: relative; left: 0px; top: 0px; z-index: 99; align: left; text-align: left; background: url('media/logo-navBG.gif') repeat-y; background-position: top left; }
#slideshow { z-index: 0; padding: 0px; }
#leftCol { float: left; text-align: left; width: 250px; background: url('media/logo-navBG.gif') repeat-y; background-position: top left; }

/*Style for Navigation Box*/
#leftCol #nav { width: 250px; }
#nav { }
#nav ul { margin-bottom: 20px; margin-left: 30px; text-indent: 20px; padding-left: 0px; }
#nav ul li { display: block; line-height: 28px; list-style-type: none; margin-left: 0px; padding-left: 0px; margin-right: 20px; background: url('media/bullet1.gif') no-repeat center left; }

#nav ul li a { font-family: Tahoma, Sans-serif; text-decoration: none; color: #003366; font-weight: bold; font-size: 12px; }
#nav ul li:hover { background-image: url('media/bullet1.gif'); background-repeat: no-repeat; background-position: center left; background-color: #ffffff; }
#nav ul li#activePage { background-image: url('media/bullet1.gif'); background-repeat: no-repeat; background-position: center left; background-color: #ffffff; }

/* Style for the Feature box*/
#feature { width: 185px; background: url('media/feature-BG.jpg'); background-repeat: no-repeat; background-color: #ffffff; padding: 10px 35px 25px 10px; }
#feature img { border: 0px solid #000000; }
#feature span { line-height: 20px; font-size: 11px; width: 190px; }

/* Style for Copyright */
#copy { background-color: #184A70; width: 250px; height: 75px; line-height: 75px; }
#copy a { color: #ffffff; font-weight: bold; text-decoration: none; margin-left: 35px; }
#copy a:hover { text-decoration: underline; }

#rightCol { float: right; width: 750px; margin-top: -118px; align: left; text-align: left; }
#rightCol h1, #rightCol h2, #rightCol h3 { font-family: Tahoma; font-size: 14px; }
#rightCol h1 { padding: 6px 20px 0px 28px; }
#rightCol p { padding: 0px 40px 5px 30px; }
#rightCol h3 { padding: 5px 20px 10px 28px; margin: 0px 0px 0px 0px; }
hr { color: #999999; width: 85%; align: center; text-align: center; }
#rightCol ul { padding: 0px 0px 0px 30px; margin: 0px 0px 0px 0px; list-style-position: inside; }
#rightCol ul li { line-height: 20px; }

/* Style for Form */
form { padding-left: 30px; }
form, textarea, select, input { font-family: Tahoma; font-size: 12px; margin: 5px 0px 5px 0px; }
input { width: 200px; }
textarea { width: 200px; height: 50px; }
.key { width: 75px; }
