@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: 0px 90px;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 18px;

}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color:  #333333;
}

a:hover {
	text-decoration: none;
}

a:visited, a:active {
	color:  #333333;;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
}

h2 {
	margin: 0px;
	line-height: normal;
}

/* ------- LAYOUT ------- */

#top {
	height: 6px;
	background-color: #FFFFFF;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 969px;
	
}


#top-type {
	text-align: right;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 24px;
}

#flashcontent {
	height: 715px;
	text-align: center;
	background-image: url(../images/bg3.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	
}


#footer {
	border-top: 6px solid #ffffff;
	color: #FFFFFF;	
}


#footer-content {
	margin-right: auto;
	margin-left: auto;
	width: 969px;
	padding: 15px 0;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
}

#footer a:hover {
	
}

#left-column {
	float: left;
	
}

#right-column {
	float: left;
	
}
