/*======================================*
** stylesheet.css
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#wrapper {
	width: 756px;
	margin: auto;
}
img { border: 0; }
h2 {
	color: #FF0000;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration:none;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#divBanner{
	height: 170px;
	margin-top: 10px;
	border: 5px solid #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/logo-3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#divlogo {
	height: 125px;
	margin-top: 10px;
	border: 5px solid #FFFFFF;
	text-align: center;
	padding-top: 45px;
	font-size: 2em;

}
span.ain {
	color: #FF0000;
	
}
span.web {
	color: #FFFFFF;
}
/*------------------------------------------------------------*
**  Column Left
**------------------------------------------------------------*/
#colLeft {
	width: 169px;
	height: 600px;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996633;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #000000;
}

/*------------------------------------------------------------*
**  Content Middle
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------------------*
**  Column Right
**------------------------------------------------------------*/
#colRight {
	background-color: #000000;
	height: 600px;
	width: 579px;
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996633;	
float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 169px;
}
#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: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	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: #FF0000;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #996633;
	color: #FFFFFF;
}


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/	
#footer {
	height: 22px;
	clear: both;
	border: 1px solid #996633;
	color: #996633;
	text-align: center;
	padding-top: 3px;
}
/*------------------------------------------------------------*
**  End_of
**------------------------------------------------------------*/	

.title {
	font-size: 17px;
	color: #FFFFFF;
	height: 20px;
	padding-top: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.allpara {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	color: #FFFFFF;
	margin: 0px;
}
.smallSpacer {
	height: 600px;
	width: 5px;
	float: left;
}
#menuTab {
	color:#666666;
	font-size:1em;
	text-align:center;
	width: 175px;
	height: 25px;
	padding-top: 2px;
}
