/* basic settings  */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-image: url();
	background-repeat: repeat-x;
	background-position:bottom;
	margin-top:0px;
	margin-left:0px;
	background-color:#FAFAFF;
}
a:link {
	color: #6666ff;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #6666ff;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	
}
a:active {
	text-decoration: none;
	color: #6666ff;
}


/* other font styles */

.orange {
	color: #FF6600
}

.white {
	color: #FFFFFF
}

.title_14_bold {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}


.OrangeBold {
	color: #FF6600;
	font-weight: bold;
}
.BlueBold {
	color: #006699; 
	font-weight: bold;
}

.size18_white {
	font-size: 18px;
	color: #FFFFFF;
}

.size12_gray {
	color: #666666;
	font-size: 12;
}
.size10 {font-size: 10px}
.size12 {font-size: 12px}

/* DIV containers */

#root_container {
	position:relative;
	width:810px;
	left:50%;
	margin-left:-405px;
	z-index:1;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	margin-bottom: 0px;
	background-image: url(graphics/shadow_tile.jpg);
	background-repeat:repeat-y;
	
}

#Header {
	position:relative;
	width:788px;
	}

#top_title {
	background-image:url(images/title.gif);
	background-repeat:no-repeat;
	width:400px;
	height:40px;
	z-index:2;
	float:left;

}


#Main_content {
	position:relative;
	z-index:4;
	width:740px;
	margin-left:20px;
	margin-top: 20px;
	}

#Footer2 {
	position:relative;
	z-index:5;
	clear:both;
	height:40px;
	width:750px;
	}


#right_top_menu {
	position:absolute;
	width:160px;
	height:17px;
	z-index:4;
	top:16px;
	left:582px;

}

#FlashObject {
	position:relative;
	margin:0px;
	width:788px;
	height:300px;
	}
	
#main_menu {
	position:relative;
	height:22px;
	margin:0px;
	background:#006699;
	width:788px;
	padding-top: 3px;
	background-image:url(graphics/menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

#main_menu a:link {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
}
#main_menu a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#main_menu a:hover {
	text-decoration: none;
	color:#FFFF00;
	font-weight:bold;
	
}

#Footer {
	z-index:5;
	clear:both;
	height:40px;
	width:750px;

	}

#footer_left {
	position:relative;
	padding-left:18px;
	width:250px;
	height:19px;
	z-index:11;
	left: 1px;
	top: 18px;
	float:left;
}
#footer_right {
	position:relative;
	width:245px;
	height:19px;
	z-index:12;
	left: 1px;
	top: 18px;
	float:right;

}
#shadow_top {
	position:absolute;
	top:0px;
	left:0px;
	width:810px;
	height:20px;
	z-index:2;
	background-image: url(graphics/top_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#shadow_bottom {
	position:relative;
	width:810px;
	height:10px;
	left:50%;
	margin-left:-405px;
	z-index:2;
	background-image: url(graphics/bottom_shadow.jpg);
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
}
#TopTitleAndMenu {
	position:relative;
	width:786px;
	height:60px;
	z-index:6;
}
#Top_left_image {
	position:absolute;
	width:57px;
	height:42px;
	z-index:1;
	left: 14px;
	top: 6px;
}
#TopTitle {
	position:absolute;
	width:442px;
	height:45px;
	z-index:2;
	left: 79px;
	top: 8px;
}
#Top_menu {
	position:absolute;
	width:125px;
	height:19px;
	z-index:3;
	left: 651px;
	top: 35px;
}
#SubTitle {
	position:absolute;
	width:423px;
	height:18px;
	z-index:1;
	left: 4px;
	top: 24px;
}
