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

body {background-color: #5c5a5b;
}

#container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 90px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width:950px;
	height:450px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-color: #333032;
	border: #000;
	overflow: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#navigation {
	background-color: #6b1601;
	height: 30px;
	width: 865px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul#navigation
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #6b1601;
	float: left;
	width: 100%;
}
ul#navigation li { display: inline; }
	
ul#navigation a
	{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #fff;
	background: #6b1601;
	border-right: 1px solid #ccc;
}
ul#navigation a:hover
	{
	color: #333;
	background: #fee5fe;
}
#hometext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	float: right;
	height: 400px;
	width: 600px;
	margin-right: 10px;
	margin-top: 30px;
	text-align: left;
}
#footer {
	height: 35px;
	width: 910px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	font-style: italic;
	color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

/* font related css */
A.menu { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 11pt; color: white; text-decoration: none; }

A.menu:ACTIVE { color: #333333; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:14px;}
A.menu:VISITED { color: #000000; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:14px;}
A.menu:LINK { color: #000000; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:14px; }
A.menu:HOVER { color: white; font-weight:bold; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:14px;}

A.article:ACTIVE { color: #333333; font-weight:bold; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:16px;}
A.article:VISITED { color: #000000; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:16px;}
A.article:LINK { color: #000000; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:16px; }
A.article:HOVER { color: white; font-weight:bold; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size:16px;}

A { text-decoration: none; }

A:ACTIVE { color: #f9f; font-size:14px; font-family:"Palatino Linotype", "Book Antiqua", Times, serif;}
A:VISITED { color: #666; font-size:14px; font-family:"Palatino Linotype", "Book Antiqua", Times, serif;}
A:LINK { color: #FFF; font-size:14px; font-family:"Palatino Linotype", "Book Antiqua", Times, serif; text-decoration: underline;}
A:HOVER { color: #000; font-size:14px; font-family:"Palatino Linotype", "Book Antiqua", Times, serif;}

.body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Times, serif; font-size: 12pt; color: #fee; }
.bodyb { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 12pt; color: white; font-weight: bold; }
.body_bullet { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 12pt; color: white; margin-left: 13pt; }
.header {font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 13pt; color: white; font-weight: bold; }
.bodysm { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 10pt; color: white; }
.bodysmw { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 10pt; color: white; }
.bodyrev { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 12pt; color: white; }
.bodyrevb { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 9pt; color: #17175d; font-weight: bold; }
.h1 { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 18pt; color: white; text-align:center; }
.h2 { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 14pt; color: #000000; }
.menutext { font-family: "Palatino Linotype", "Book Antiqua", Times, serif; font-size: 9pt; color: white; }
.input { font-size: 10pt; background-color: #303030; border: 0px; color: white; }
.h3 {font-family:"Palatino Linotype", "Book Antiqua", Times, serif; font-size: 14pt; color:#000000; margin-left:40pt; }
