/*======================================*
** stylesheet.css
**======================================*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-color: #003300;
}
#wrapper {
	width: 664px;
	margin: auto;
}
img { border: 0; }

h1 {
	color: #FFE169;
	font-weight: normal;
	font-size: 1.85em;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #FFE169;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: underline;
	color: #8FCE45;
}
a:hover {
	text-decoration:none;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#divBanner{
	height: 140px;
	margin-top: 40px;
	border: 5px solid #FFE169;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background-image: url(images/gymnast-header.jpg);*/
	background-image:  url(images/webBanner.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#divlogo {
	/*height: 95px;*/
	/*margin-top: 40px;*/
	/*border: 5px solid #FFE169;*/
	/*background-image: url(images/logo2.gif);*/
	/*background-color: #FFFFFF;*/
	background-color: #003300
	/*background-position: center center; 
	background-repeat: no-repeat;*/
	text-align: center;
	/*padding-top: 45px;*/
	font-size: 3em;

}
span.ain {
	color: #92D340;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92D340;
}
span.web {
	color: #FFC605;
}
/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	width: 174px;
	/*height: 800px;*/
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006633;*/
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #003300;
	position:  relative;
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	background-color: #006633;
	/*height: 800px;*/
	width: 485px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	min-height:  500px;
}

td {
	padding: 10 px;
	vertical-align: middle;
	background-color: #006633;
	border: 1px solid #FFE169;
}

table {
	text-align: center;
	border-collapse: collapse;
	border-color: #FFE169;
	border-width: 1px;
	border-style: solid;
	width: 375px;
	color: #;
}

#dualImages {
	float:  left;
	margin-right:  15px;

}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	/*margin-top: 40px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-color: #003300;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFE169;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFE169;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE169;
	background-image: url(images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #006633;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFE169;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFE169;
	color: #FFFFFF;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 22px;
	clear: left;
	position:  relative;
	/*padding-left:  90px;*/
	/*border: 1px solid #006633;*/
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
}
/*------------------------------------------------------------*
**  End_of
**------------------------------------------------------------*/	

.title {
	font-size: 17px;
	color: #B4FF05;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.lastpara {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #9DC1D9;
	margin: 0px;
}
.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #9DC1D9;
	margin: 0px;
}
.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}
#menuTab {
	color:#32556B;
	font-size:1.2em;
	text-align:center;
	background-image: url(images/navtab.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 175px;
	height: 25px;
	padding-top: 2px;
}
