/* -------------- Main Styles ---------------- */

body {
	background-color: #EBEBEB;
	margin:	0px;
	text-align: justify;
	color: #FFFFFF;
	width: 100%;
	font-family: "Century Gothic", Century;
	font-size: 14px;
	font-weight: normal;
	padding: 5;
}

.main-area {
	width: 760px;
	text-align: left;
	position: relative;
	margin: auto;
	z-index: 10;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	}

/* -------------- Main Links ---------------- */

#topbar {
	width: 760px;
	height: 95px;
	background-image: url(images/background-top.jpg);
	background-repeat: no-repeat;
}
#navigation {
	width: 760px;
	height: 40px;
	background-color: #000000;
}
#flashpic {
	width: 760px;
	height: 140px;
	background-image:url(images/welcome.jpg)
}
#main {
	width: 760px;
	height: 100%;
}
#flash {
	width: 760px;
	text-align: left;
	background-color: #333333;
	font-size: 12px;
	font-weight: lighter;
}
#footer {
	width: 760px;
	height: 45px;
	background-color: #1E1E1E;
}
#spacer {
	width: 760px;
	height: 5px;
	background-color: #FFFFFF;
}
#footertext {margin-left: 60px; margin-bottom: 5px;}


/* -------------- Navigation Links ---------------- */

a:visited {
	color:#CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

/* -------------- Main Navigation ---------------- */

#main a:link {
	color: #4F0043;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	}
	
#main a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	}
	
#main a:hover {
	color:#FF00CC;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	}

/* -------------- Flash Navigation Links ---------------- */

#flash a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
	font-style: normal;
	font-size: 10px;
	}
	
#flash a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
	font-size: 10px;
	}
	
#flash a:hover {
	color:#FFFF66;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	}
	
/* -------------- Font Styles ---------------- */

.main {
	color:#000000;
	font-size: 13px;
	font-family:"Century Gothic", Century;
	font-weight: normal;
	background-repeat: no-repeat;
}
.navigation {
	color:#CCCCCC;
	font-size: 16px;
	font-family:"Century Gothic", Century;
}
.heading {
	color: #000000;
	font-family: "Century Gothic", Century;
	font-weight: bold;
	font-size: 16px;
}

.footer_link {
	color: #FFFFFF;
	font-family: "Century Gothic", Century;
	font-weight: bold;
	font-size: 16px;
}

.footer {
	color: #FFFFFF;
	font-family: "Century Gothic", Century;
	font-weight: normal;
	font-size: 11px;
}
