@charset "UTF-8";
h1 {
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #00a550;
	margin: 0px;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #404041;
	text-align: left;
	margin: 0px;
	font-weight: normal;
}

h3 {
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #404041;
	text-align: left;
	margin: 0px;
	font-weight: bold;
}



h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 160%;
	margin: 5px;
	color: #404041;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	margin-top: 15px;
	margin: 5px;
	color: #ffffff;
	font-weight: normal;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #404041;
	margin: 0px;
	text-align: justify;
}


img{
	border:0px;
}
.white {
	color: #FFFFFF;
}
.alignright {
	text-align: right;
	
}

a:link {
	text-decoration: none;
	color: #25abe1;
}

a:visited {
	text-decoration:none;
	color: #fff;
}

a:hover {
	text-decoration:underline;
	color: #CCC;
}

a:active {
	text-decoration:underline;
	color: #CCC;
}


/*button*/
.btn {
	margin-top: 15px;
	margin-bottom: 25px;
	background-color:#009345;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	padding:8px 13px;
	text-decoration:none;
}
.btn:hover {
	background-color:#5cbf2a;
}
.btn:active {
	position:relative;
	top:1px;
}

/*end of button*/


#wrapper {
	width: 100%;
	background-image: url(http://tamff.org/templates/taff2014/images/index-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #topstripe {
	background-color: #14153e;
	height: 20px;
	width: 100%;
}
#wrapper #header {
	height: 127px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #header #header1 {
	height: 127px;
	width: 207px;
	background-image: url(http://tamff.org/templates/taff2014/images/logo.jpg);
	float: left;
}
#wrapper #header #header2 {
	background-image: url(http://tamff.org/templates/taff2014/images/logo-title.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 648px;
	float: left;
}
#wrapper #header #header3 {
	float: left;
	height: 127px;
	width: 105px;
}
#wrapper #menu {
	background-color: #14153e;
	height: 47px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #rotator {
	height: 435px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #rotator #slide {
	height: 435px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #lowerstripe {
	background-color: #14153e;
	height: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #body {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: auto;
	overflow: auto;
}

#wrapper #body #topbody {
	background-color: #f1f1f2;
	width: 871px;
	margin-top: 22.5px;
	margin-right: auto;
	margin-left: auto;
	padding:22px;
}

#wrapper #body #col1 {
	float: left;
	width: 290px;
	margin-top: 22.5px;
	margin-left: 22.5px;
	margin-right: 22.5px;
}
#wrapper #body #col2 {
	float: left;
	width: 290px;
	margin-top: 22.5px;
}
#wrapper #body #col3 {
	float: right;
	width: 290px;
	margin-top: 22.5px;
	margin-right: 22.5px;
}


#wrapper #footer {
	padding-top:20px;
	background-color: #14153e;
	height: 130px;
	width: 100%;
}

