/*---------------------------
global layout
---------------------------*/
body {
	margin: 0px;
	background-color: #700019;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #b3b3b3;
	margin-top: 0px;
	background-image: url(../images/container_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	height: 119px;
	background-color: #ffffff;
	background-image: url(../images/index_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#top_navbar {
	height: 37px;
	background-image: url(../images/top_navbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin: 0px;
}

#left {
	margin-top: 0px;
	margin-left: 10px;
	width: 185px;
	background-color: #c6c6c6;
	float: left;
	background-image: url(../images/left_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	overflow: hidden;
	height: 700px;
}

#right {
	margin-top: 0px;
	margin-right: 10px;
	width: 785px;
	float: right;
	background-color: #ffffff;
	display: inline;
}


#right_content {
	margin: 5px 20px 20px 20px;
}

#footer {
	clear: both;
}
/*---------------------------
global tags
---------------------------*/

p {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #700019;
	margin: 0px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5960c;
	margin: 0px;
	font-weight: bold;
}

a {
	color: #700019;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: #333333;
}

/*---------------------------
top_navbar formatting (position: absolute; for FF in ul)
---------------------------*/

#top_navbar ul {
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
	position: absolute;
}

#top_navbar li {
	list-style-type: none;
	display: inline;	
}

#top_navbar li a {
	text-decoration: none;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 50px;
	color: #ffffff;
}

#top_navbar li a:link {
	color: #ffffff;
}


#top_navbar li a:visited {
	color: #ffffff;
}


#top_navbar li a:hover {
	font-style: italic; 
	color: #ffffff;
	font-weight: bold;
}

/*---------------------------
left formatting
---------------------------*/

#left ul {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 30px;
	white-space: nowrap;
}

#left li {
	list-style-type: none;
}

#left li a {
	text-decoration: none;
	padding-bottom: 0px;
	color: #333333;
}

#left li a:link {
	color: #333333;
}


#left li a:visited {
	color: #333333;
}


#left li a:hover {
	font-style: italic; 
	color: #333333;
	font-weight: bold;
	
}


/*---------------------------
classes
---------------------------*/

.mobile {
	display: none;
}
	
.active_top {
	font-style: italic;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 50px;
	color: #ffffff;
	font-weight: bold;
}

.active_left {
	padding-bottom: 0px;
	padding-right: 50px;
	color: #700019;
	font-weight: bold;
}

.copyright {
	margin-left: 205px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
	color: #333333;
}

.special {
	color: #666666;
	margin-left: 25px;
	margin-right: 25px;
}

.special2 {
	color: #333333;
	margin-left: 25px;
	margin-right: 25px;
}
