*{margin:0;padding:0;}

body {
	background-color:#0071E1;
	margin-top: 0px;
	margin-bottom: 50px;
	background-image: url(images/pallette.png);
	background-repeat: repeat;
}

/* LAYOUT */

#catbg {
	color: #0066CC;
	padding-left: 10px;
	padding-right: 10px;
	background: #dedede url(images/catbg.gif) repeat-x;
	font-size: 16px;
	height: 25px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: normal;
	padding-top: 3px;
	width: 98%;
}

#catbg1 {
	color: #0066CC;
	padding-left: 10px;
	padding-right: 10px;
	background: #dedede url(images/catbg.gif) repeat-x;
	font-size: 20px;
	height: 25px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: normal;
	width: 98%;
}

#catbg2 {
	color: #0072E3;
	padding-left: 10px;
	padding-right: 10px;
	background: #dedede url(images/catbg.gif) repeat-x;
	font-size: 16px;
	height: 45px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: normal;
	padding-top: 3px;
	width: 98%;
}

#catbg3 {
	color: #990000;
	padding-left: 10px;
	padding-right: 10px;
	background: #dedede url(images/catbg.gif) repeat-x;
	font-size: 16px;
	height: 25px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: normal;
	padding-top: 3px;
	width: 275px;
	width: 98%;
}

#catbg4 {
	color: #0066CC;
	padding-left: 5px;
	padding-right: 5px;
	background: #dedede url(images/catbg.gif) repeat-x;
	font-size: 20px;
	height: 50px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: normal;
	width: 98%;
	text-align: center;
}

#catbg5 {
	color: #006600;
	padding-left: 10px;
	padding-right: 10px;
	background: #dedede url(images/catbg.gif) repeat-x;
	font-size: 16px;
	height: 45px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	line-height: normal;
	padding-top: 3px;
	width: 98%;
}

/* Surrounding div */

#wrap {
	width: 998px;
	margin: 0 auto;
	padding: 25px 0 0;
	top: auto;
}

/* Surrounding the nav and main content */

#headernavwrap {
	width: 998px;
	margin: 0 auto;
	padding: 0;
	top: auto;
	position: absolute;
}

#wrapper {
	width:962px;
	background-color:#FFFFFF;
	vertical-align: top;
	border-top: #005FAC;
	border-right: thin inset #005FAC;
	border-bottom: #005FAC;
	border-left: thin outset #005FAC;
	height: auto;
	padding: 0px;
	margin: 0 auto;
}

/* Header surround */

#shad-l {
	 padding-left: 18px;
	 background:  url(images/shadow-l.png) 0 0 no-repeat;
}

#shad-r {
	 padding-right: 18px;
	 background:  url(images/shadow-r.png) 100% 0 no-repeat;
}

#header{
	height:155px;
	overflow:hidden;
	background: #F8F8F8;
	top: auto;
	width: 962px;
	margin: 0 auto;
}

#head-r{height:155px; background: url(images/head-l.png) 0 0 no-repeat; position:relative}

#head-l{height:155px; background: url(images/head-r.png) 100% 0 no-repeat; position:relative}

#logo {
	margin:0 auto;
	width: 900px;
	height: 150px;
	background-image: url(images/logoZ.png);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
}

/* Navbar */

#nav {
	margin: 0 auto;
	width:962px;
	height:38px;
	font-family:Tahoma;
	font-size:14px;
	color:#ffffff;
	background-image: url(images/navbg3.jpg);
	background-repeat: repeat;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #005FAC;
	border-left-color: #005FAC;
	line-height: 1.8em;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
}

#navlist li
{
	display: inline;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#navlist a
{
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-size: 16px;
	line-height:38px;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 25px;
	color: #FFFFFF;
	background: url(images/ltblue.png) no-repeat 0;}
	
#navlist a.link1:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;	
	background-position: 0;
	background-image: url(images/red.png);
	padding-left: 25px;
}

#navlist a.link2:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/yellow.png);
	padding-left: 25px;
}

#navlist a.link3:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/green.png);
	padding-left: 25px;
}

#navlist a.link4:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/orange.png);	
	padding-left: 25px;
}

#navlist a.link5:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/purple.png);
	padding-left: 25px;
}

#navlist a.link6:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/violet.png);
	padding-left: 25px;
}

#navlist a.link7:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/ltblue.png);
	padding-left: 25px;
}

#navlist a.link8:hover
{
	color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/blue.png);
	padding-left: 25px;
} 

#navlist a.link1b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/red.png);
	padding-left: 25px;
}

#navlist a.link2b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/yellow.png);
	padding-left: 25px;
}

#navlist a.link3b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/green.png);
	padding-left: 25px;
}

#navlist a.link4b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/orange.png);
	padding-left: 25px;
}

#navlist a.link5b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/purple.png);
	padding-left: 25px;
}

#navlist a.link6b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/violet.png);
	padding-left: 25px;
}

#navlist a.link7b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/ltblue.png);
	padding-left: 25px;
} 

#navlist a.link8b
{
	color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/blue.png);
	padding-left: 25px;
} 

/* Main content Area */

#box1 {
	margin:10px;
	text-align:left;
	width:100%;
	font-family:Tahoma;
	font-size:14px;
	color:#0066CC;
	padding: 10px;
	font-weight: bold;
    float: left;
    clear: left;
}

#box2 {
	text-align:left;
	width:95%;
	font-family:Tahoma;
	font-size:14px;
	color:#0066CC;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
	height: auto;
    float: left;
    clear: left;
}

#box3 {
	text-align:center;
	width:95%;
	font-family:Tahoma;
	font-size:14px;
	color:#0066CC;
	padding: 10px 30px 10px 20px;
	font-weight: bold;
	height: auto;
    float: left;
    clear: left;
}

/* Height Gap */

.hg {
	margin:0 auto;
	height:5px;
}

.hg2 {
	margin:0 auto;
	height:25px;
}

#footer{
	background: #005FAC url(images/footer-bg.jpg);
	text-align:center;
	margin: 0 auto;
	font-size:11px;
	font-family:Tahoma;
	color:#FFFFFF;
	position: relative;
	height: 80px;
	width: 962px;
	font-weight: bold;
	line-height: 1.8em;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #005FAC;
	border-bottom-color: #005FAC;
	border-left-color: #005FAC;

}

/* Linkpage links */

a.weblink {
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
	color:#0066CC;
	font-weight: bold;
}

a.weblink:hover {
	font-family:Arial;
	font-size:16px;
	text-decoration:underline overline;
	color:#990000;
	font-weight: bold;
}

/* Footer links */

a.footerlink {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

a.footerlink:hover {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFF00;
	text-decoration:none;
}

a.footerlink2 {
	font-family:Tahoma;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

a.footerlink2:hover {
	font-family:Tahoma;
	font-size:14px;
	color:#FFFF00;
	text-decoration:none;
}

/* All other links */

a {
	font-family:Tahoma;
	font-size:11px;
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	text-decoration:overline;
	color: #990000;
}	

#left {
	float: left;
	margin: 0;
	padding: 20px 20px 0 30px;
	width: 525px;
}

#right {
	float: right;
	margin: 0;
	padding: 20px 30px 20px 20px;
	width: 350px;
}

#left2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 525px;
}

#left2 p {
margin-top: 5px;
text-align: center;
}

#right2 {
	float: right;
	margin: 0 0 0 10;
	padding: 0;
	width: 350px;
}

#center {
	float: none;
	margin: 0 0 0 10;
	padding: 0;
	width: 350px;
	clear: both;
}

/* No image should have a border when linked */
.a img {
	 border: 0;
}

/* Links Page */

#web {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: top;
	display: block;
}

#weblist li
{
	display: inline;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-align: center;
}

#weblist a
{
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-size: 16px;
	line-height:25px;
	text-align: center;
}

#weblist a:link, #weblist a:visited
{
padding-left: 25px;
color: #0066CC;
}

#weblist a:hover
{
	color: #009900;
	background-repeat: no-repeat;
	background-position: 0;
	background-image:   url(images/green.png);
	padding-left: 25px;
} 

/* End - Links Page */

#bodyarea {
	padding: 10px;
	margin: 0;
	background: #FFFFFF url(images/bodyarea-bg.gif) repeat-x;
	font-family: Tahoma;
	font-size: 9px;
	color: #0066CC;
	font-weight: bold;
	text-align: right;
}

/* text classes */

.smalltext {
	 font-size: 11px;
	 font-family: verdana, sans-serif;
}

.middletext {
	 line-height: 14px;
}

.normaltext {
	 font-size: 12px;
}

.largetext {
	 font-size: 16px;
}
