/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 20px;
	color: #333333;
}

h1 {
	font-size: 1.82em;
}

h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #9e1c00;
}

h3 {
	font-size: 1em;
}

p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 1.67em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}
/* Top */
#top {
	/*width: 860px;*/
	width: 1024px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat center;
	padding: 5px 0px 10px 100px;
	text-transform: uppercase;
	font-size: 1.02em;
	color:#FF9900;
}


#top h2 {
	margin-top: -1.22em;
	text-align: right;
}

/* Logo */

#logo {
	height: 150px;
	padding: 0 0 0px 0;
	background: url(images/img01.jpg) no-repeat  center;
	background-color: #ffffff;
	border-top: 5px solid #ffffff;
	/*border-bottom: 1px solid #FFFFFF;*/
}

#logo h1, #logo h2 {
	width: 1024px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.22em;
}

#logo h1 {
}

#logo h2 {
	margin-top: -1.22em;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

/* Left */

#left {
	float: left;
	width: 160px;
	padding: 20px;
	color: #ff9000;
}


#left h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #9e1c00;
}

#left ul {
	line-height: 1.82em;
}

#left li {
	padding-right: 10px;
	/*background: url(images/img04.gif) no-repeat right center;*/
	text-align: left;
	
}

#left a {
	text-decoration: none;
	font-size: .85em;
	color: #FFFFFF;
}

#left a:hover {
	text-decoration: underline;
}

/* Center */

#center {
	float: left;
	width: 581px;
	height: 620px;
	overflow: auto;
	padding: 21px;
}

/* Right */

#right {
	float: left;
	width: 160px;
	padding: 20px;
}

#right h2 {
	margin-bottom: 1em;
	padding-right: 6px;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #9e1c00;
}

#right ul {
	line-height: 1.82em;
}

#right li {
	/*padding-left: 10px;*/
	
}

#right submenu {
	line-height: 1.0em;
	background:#9e1c00;
	display: block;
	
	
}

#right a {
	text-decoration: none;
	font-size: .85em;
	color: #FFFFFF;
}

#right a:hover {
	text-decoration: underline;
}

/*Table*/
#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

td {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #9e1c00;
	border: 1px solid #9e1c00;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 2px 2px 2px;
	/*background: #CAE8EA url(images/.jpg) no-repeat;*/
}
td.alt {
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #9e1c00;
	border: 1px solid #9e1c00;
	letter-spacing: 2px;
	text-align: center;
	padding: 1px;
	/*background: #CAE8EA url(images/.jpg) no-repeat;*/
}



/* Footer */

#footer {
	width: 1024px;
	margin: 0 auto;
	height: 28px;
	background: url(images/img03.jpg) no-repeat;
	
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-size: .77em;
	font-weight: bold;
	color: #9e1c00;
}

#footer a {
	text-decoration: none;
	color: #000000;
}
