html { 
	height: 100%;
	background-color: #000000;
}
body {
	height:100%;
	padding: 0;
	margin: 0;
	border:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

p {
	padding: 0;
	margin: 0;
}

#flashContent { 
	width:100%;
	height:100%;
}

.index-menu {
	width:1000px;
	height:120px;
	background-repeat:no-repeat;
	color:#3da9da;
	font-family:Tahoma;
	font-size: 14px;
}

.index-menu a:link, .index-menu a:visited, .index-menu a:active {
	text-decoration:none;
	color:#3da9da;
}

.sub_nav a:link, .sub_nav a:visited, .sub_nav a:active {
	text-decoration:none;
	color:#3da9da;
}

.content {
	font: 9pt arial, helvetica, sans-serif;
}

.content a:link, .content a:visited, .content a:active, .content_box a:link, .content_box a:visited, .content_box a:active {}

.content_box {
	color:#000000;
	font: 9pt arial, helvetica, sans-serif;
	background-repeat:repeat-y;
	background:url(../images/transparent_boxes/box_bg.png);
	width:985px;
}

.content_box a:link, .content a:visited, .content a:active, .content_box a:link, .content_box a:visited, .content_box a:active {}

.footer {
	height:59px;
	background: #3da9da;
	color:#ffffff;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

.content_footer {
	background: #3da9da;
	color:#ffffff;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

.base {
 	background: url(../images/transparent_boxes/base.png);
 	background-repeat:no-repeat;
 	height: 21px;
 	width:985px;
}

.top {
	background-repeat:no-repeat;
	height: 59px;
	width:985px;
}

img {
	border:0;
}

.sub_nav {
	background-repeat:no-repeat;
	background: url(../images/links/menu_bottom.png);
	background-position: top;
	color:#3da9da;
	font-family: Tahoma;
	font-size: 14px;
}
