/* CSS Document */

body {
	margin: 0;
	font-size: 62.5%;
	background-image: url(images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

p {
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 1.4em;
	word-spacing: normal;
	text-decoration: none;
	padding: 3px 5px 3px 5px;	
}

a, a:visited {
	color: #FFF;
	font-family: tahoma;
	text-decoration: none;
	
}

a:hover {
	color: #FFFF33;
	font-family: tahoma;
	text-decoration: none;
}


h1 {
	font-family: Tahoma;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	word-spacing: normal;
	color: #FFF;
	padding-top: 150px;
	padding-left: 5px;
}

h2 {
	font-family: Tahoma;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.4em;
	word-spacing: normal;
	color: #FFF;
	padding-left: 8px;
	padding-right: 40px;
	padding-top: 120px;
}

h2 img {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	float: right;
}

h3 {
	font-family: Tahoma;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.4em;
	word-spacing: normal;
	color: #FFF;
	padding-left: 8px;
	padding-right: 40px;
	padding-top: 40px;
}

h4 {
	font-family: Tahoma;
	font-size: 1em;
	line-height: 1.2em;
	word-spacing: normal;
	color: #333333;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 45px;
}

h5 {
	font-family: Tahoma;
	font-size: 1.6em;
	line-height: 1.4em;
	word-spacing: normal;
	color: #FFF;
	padding-left: 8px;
	padding-right: 20px;
	padding-top: 40px;
}


h5 img {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	float: right;
}

h6 {
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 1.4em;
	word-spacing: normal;
	color: #FFF;
	padding-left: 10px;
	padding-top: 20px;
}

ul {
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 1.4em;
	word-spacing: normal;
	color: #FFF;
}

#main {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
} 

#top {
	height: 59px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}

#flash {
	height: 129px;
	clear: both;
	background-image: url(images/flash_new.gif);
	background-repeat: no-repeat;
}

#links {
	height: 18px;
}

#content-left {
	height: 470px;
	width: 508px;
	float: left;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	background-color: #35AB31;
}

#content-left p{
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 1.4em;
	word-spacing: normal;
	color: #FFF;
	text-decoration: none;
	padding: 3px 8px 3px 5px;
	background-color: #35AB31;
}

#content-left img {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 70px;
	float: right;
} 

#content-right {
	height: 470px;
	width: 216px;
	float: right;
}

#sidebar1 {
	height: 132px;
	background-image: url(images/sidebar1_top.gif);
	background-repeat: no-repeat;
}

#sidebar2 {
	height: 53px;
	background-image: url(images/sidebar1_middle.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: bold;
	font-style: italic; 
	color: #fff;
	padding-top: 130px;
	padding-left: 22px;
	padding-right: 35px;
}

#sidebar2 a, a:visited {
	display: block;
	color: #FFF;
	font-family: tahoma;
	text-decoration: none;
	
}

#sidebar2 a:hover {
	display: block;
	font-family: tahoma;
	text-decoration: none;
	color: #FFFF33;
}

#sidebar3 {
	height: 85px;
	background-image: url(images/sidebar1_bottom.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding-top: 95px;
	padding-left: 22px;
	padding-right: 35px;
}

#footer {
	clear: both;
	height: 14px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 1.1em;
	padding: 5px 0 0 5px;
}

