@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; padding:0px; text-align:center; height:100%; background-color:#000000; font-family:Arial, Helvetica, Verdana, sans-serif; color:#FFFFFF; font-weight:bold;
}

img {
	border: 0;
}

input, textarea {
	border:#000000 thin solid;
}

/* Container to center the fixed-width contant on the page */
#center_container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	min-height: 100%;
	text-align:left;
}

/* Background Stripes */
#bg_top_shadow {
	position: absolute; background-image:url(/images/bg_top_shadow.png); background-repeat:no-repeat; width: 1024px; height: 43px; top:0px; left:0px;
}

#bg_top_main {
	position: absolute; background-image:url(/images/bg_top_main.png); background-repeat:repeat-y; width: 1024px; height: 143px; top:43px; left:0px;
}

#bg_bottom_main {
	position: absolute; background-image:url(/images/bg_bottom_main.png); background-repeat:repeat-y; width: 1024px; min-height: 100%; top:0px;
}

/* Header area containing Main Menu and Logo */
#main_menu_black_band {
	position:absolute; background-color:#000000; width:1024px; height:4px; top:140px; left:0px;
}

#main_slogan {
	position: absolute; background-image:url(/images/main_slogan.png); width: 532px; height: 57px; top:29px; left:102px;
}

/* Main Menu background */
#main_menu {
	position: absolute; width: 665px; height: 68px; top:103px; left:34px;
}

#logo {
	position: absolute; background-image:url(/images/main_logo.gif); width: 295px; height: 149px; top:11px; left:707px;
}

/* Black band containing page title */
#page_title_black_bg {
	position:absolute; background-color:#000000; width:1024px; height:34px; top:0px; left:0px;
}

#page_title_text {
	position:absolute; font-size: 20px; top:7px; left:35px;
}

#horiz_image_band {
	position:absolute; width:1024px; height:195px; top:34px; left:0px;
}

#black_band {
	position:absolute; background-color:#000000; width:1024px; height:10px; top:229px; left:0px;
}

