@charset "utf-8";
/* CSS Document */

body {
	font-family:			Arial, Helvetica, sans-serif;
	color:					#FFF;
	background-attachment: 	fixed;
  	background-image:		url(images/main_back.gif);
 	background-repeat: 		no-repeat;
  	background-position: 	top center;
	background-color:		#990012;
}

img {
	border:					0;
}

h1 {
	font-size:				20px;
	margin-top:				0;
	margin-bottom:			10px;
}

h2 {
	font-size:				18px;
	margin-top:				0;
	margin-bottom:			10px;
}

p {
	margin-top:				0;
	margin-bottom:			10px;
}

#main {
	background-color:		#111111;
	background-image:		url(images/background.gif);
	margin-left:			auto;
	margin-right:			auto;
	width:					1000px;
	border:					#999 2px solid;
}

#top-banner {
	background-image:		url(images/top_banner_bg.gif);
	height:					90px;
	width:					980px;
	padding:				10px;
}

#banner-clear {
	width:					380px;
	float:					left;
}

#banner-clear p {
	margin-top:				0;
	margin-bottom:			0;
}

#login {
	float:					right;
	width:					350px;
	font-size:				80%;
}

#login input {
	width:					150px;
	font-size:				80%;
}

#login-submit {
	text-align:				center;
}

#login-submit input {
	width:					80px;
}

#content {
	width:					980px;
	margin-left:			auto;
	margin-right:			auto;
	padding:				10px;
}

#left-menu {
	width:					160px;
	float:					left;
}

#left-menu div {
	list-style-type:		none;
	font-size:				12px;
	font-weight:			bold;
	border-top:				#999999 1px solid;
	margin-top:				0;
	margin-bottom:			0;
}

#left-menu p {
	margin-top:				0;
	margin-bottom:			0;
}

.last-link {
	border-bottom:			#999999 1px solid;
}

.menu-link {
	color:					#FFF;
	text-decoration:		none;
	display:				block;
	width:					150px;
	padding-left:			10px;
	padding-top:			2px;
	padding-bottom:			2px;
}

.menu-link:hover {
	background-color:		#990012;
	background-image:		url(images/menu_bg.gif);
	background-repeat:		repeat-y;
}

#right-content {
	width:					805px;
	float:					right;
}

#right-content a:link {
	color:					#C00;
	text-decoration:		none;
}

#right-content a:visited {
	color:					#C00;
	text-decoration:		none;
}

#right-content a:hover {
	color:					#F00;
	text-decoration:		underline;
}

#footer {
	background-image:		url(images/footer_bg.gif);
	color:					#990012;
	width:					1000px;
	height:					70px;
	text-align:				center;
	font-size:				80%;
	margin-top:				10px;
	padding-top:			40px;
	clear:					both;
}

#axp-table, .axp-table {
	border:					1px solid #990012;
	margin-left:			auto;
	margin-right:			auto;
	border-collapse:		collapse;
	margin-bottom:			15px;
}

#axp-table td, #axp-table th, .axp-table td, .axp-table th {
	border:					1px solid #AA0004;
	padding-left:			5px;
	padding-right:			5px;
}

#calendar {
	border:					solid;
	border-width:			1px;
	border-color:			#990012;
	margin-left:			auto;
	margin-right:			auto;
}
	
#calendar td {
	border:					solid;
	border-width:			1px;
	border-color:			#AA0004;
	height:					110px;
	vertical-align:			top;
	font-size:				12px;
	width:					110px;
}

#calendar th {
	border:					0;
	font-size:				100%;
}
