body {
	font: 78%/1.5 arial, helvetica, serif;
	background: #031E43 ;
	text-align: center;
	padding: 0;
	margin: 0em;
}
a{
    color: #31ADD0;
	text-decoration:underline;
	font-style:bold;
}
a:hover{
	text-decoration:none;
}

#container{
    margin: 0 auto;
    width: 800px;
    position: relative;
    background-color:white;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
* html #container{
    width: 800px;
}

h1 {
	background:  url("xlogo1.gif") top center no-repeat;
	text-indent: -999em;
	margin: 0 0 0 0;
	background-color: #E4E4E4;
	height: 175px;
	width: 800px;
}
#footer {
	background-color: #31ADD0;
	clear: both;
	background-image: url("bottom.jpg");
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content {
	float: right;
	width: 80%;
	color:#031E43;
	background-color: white;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height:auto;
}

#content a {
	color: #31ADD0;
	font-size: small;
}

#content a:hover {
	text-decoration: none;
}
#content h3 {
	height: auto;
	font-size: medium;
	padding-top: 0.5em;
}
#nav, #nav ul {
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1.9;
	background: #31ADD0;
	font-weight: bold;
	padding: 0;
	border: solid #31ADD0;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #031e43;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.parent {
	background:  url("arrow.gif") center right no-repeat;
}
#nav a.parent:hover {
	background:  url("arrow2.gif") center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10.6em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	background-color: white;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
	line-height: 1;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
border-width:medium;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #7EC4E2;
}

#sidebar{
    left: 1px;
    width: 15%;
	background-color: #E4E4E4;
	background:  url("longball.JPG") no-repeat top right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#sidebar p {
	text-align: center;
	font-size:14px; 
	color: white;
	padding-bottom: 4em;	
	margin: 0 0 0 0;
	padding-top: 15em;
}
#sidebar a{
	color: #D6EEF5;
	text-decoration:underline;
	font-weight: bold;
}
#sidebar a:hover{
	text-decoration:none;
}
#sidebar h2 {
	text-align: center;
	font-size:14px; 
	color: white;
	padding-bottom: 1em;	
	margin: 0 0 0 0;
}

#footer p {
	text-align: center;
	font-size:10px; 
	color: white;
	padding-bottom: 1em;	
	padding-top: 1em;
	margin: 0 0 0 0;
}
#footer a{
    color: #D6EEF5;
	text-decoration:underline;
	font-style:bold;
}
#footer a:hover{
	text-decoration:none;
}

