@charset "UTF-8";/* CSS Document */


/* Body Details */
#body {
	background-image: url(images/bigbg.png);
	background-repeat: repeat-x;
	background-color: #f2f9ff;
}
#wrapper {
	width: 800px;
	margin:0 auto;
	font: normal 12px "Lucida Sans Unicode",serif;

}


/* Header */
#header {	background-image: url(images/header.jpg);	height: 163px;	width: 800px;	margin-right: auto;	margin-left: auto;
}
#tablebg {
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-y;
}



/* Navigation */
#navigation {
	float: left;
	display: block;
	height:123px;
	width:780px;
	position: relative;
	top:137px;
	left: 28px;
}
#navigation ul {
	list-style-type:none;
	display: inline;
	}
#navigation li {
	float:left;
	text-transform:uppercase;
	text-align: center;

	}
#navigation li a {
	display:block;
	height:24px;
	width:125px;
	text-decoration:none;
	color:#ffffff;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
	}
#navigation li a:hover {
	color:#ffffff;
	background:url(images/navhover.png);
	background-repeat:repeat-x;
	}


#tybox {
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #990000;
	background-color: #FFFFCC;
	color: #000000;
}


/* Light Blue Box */
#box1 {
	background-image: url(images/box.png);
	background-repeat: no-repeat;
	float: left;
	height: 250px;
	width: 230px;
	overflow: hidden;
	margin: 6px; 
}
#box1:hover {
	background-image: url(images/box2.png);
	background-repeat: no-repeat;
}
#box1txt {
	margin: 5px;
}


/* Content Details */
#content {
	width: 715px;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	margin: 0 auto;
}

a {
	color: #025ce3;
}
a:hover {
	color: #28E;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 0em;
}
h1 {
	color: #005592;
	font: normal 29px "Impact",serif;
	text-align: center;

}
h1:hover {
	color: #dc0000;
}
h2 {
	color: #003592;
	font: normal 22px "Impact",serif;
	text-align: left;
}

h3 {
	color: #003592;
	font: normal 24px "Impact",serif;
	text-align: center;
}
cite {
	background: url(images/quote.gif) no-repeat;
	color: #004d85;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	text-align: justify;
}



/* Footer */
#footer {	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;	width: 800px;	margin-right: auto;	margin-left: auto;	overflow: hidden;}




