@charset "utf-8";
/* CSS Document */

/* layout */

body {
	margin:0;
	padding:0;
	font-family: Futura Lt, Helvetica, Arial, sans-serif;
	background-color:#ffffff;
	background-image:url(../images/horzline.jpg);
	background-repeat:repeat-x;
	color:#2b2b2b;
}

#content {
	margin:25px auto 0 auto;
	padding:0;
	width:800px;
	background-image:url(../images/vertline.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#left {
	width:30%;
	padding:0;
	margin:0;
	float:left;
}

#right {
	width: 70%;
	padding:0;
	margin:0;
	float:right;
}

.redtab {
	width:175px;
	height:50px;
	float:right;
	margin:75px 0 0 0;
	line-height:35px;
	text-align:center;
	background-image:url(../images/redtab.jpg);
}

.clear {
	clear:both;
	width:100%;
}

#footer {
	width:70%;
	text-align:center;
	float:right;
}

/* content */

.redlink a, .redlink a:visited {
	color:#d10009;
	text-decoration:none;
	font-weight:bold;
}

.redlink a:hover {
	color:#d10009;
	text-decoration:underline;
	font-weight:bold;
}

.redtab a, .redtab a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.redtab a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#2b2b2b;
}

#right h3 {
	color:#d10009;
	font-style:italic;
	padding:5px 5px 5px 15px;
}

#right p {
	padding-left:100px;
}

#footer a, #footer a:visited {
	color:#d10009;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	font-weight:bold;
	text-decoration:none;
}

/* navigation */

#left ul {
	width:144px;
	margin:20px 0 20px 30px;
	padding:0;
	list-style:none;
}

#left li {
	width:144px;
	min-height:1px;
	vertical-align:bottom;
	margin:0;
	padding:0;
}

#left ul a, #left ul a:visited {
	display:block;
	width:144px;
	height:30px;
	line-height:30px;
	color:#6f6f6f;
	text-decoration:none;
	background-image:url(../images/box.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	padding:15px 0 15px 0;
	font-size:18px;
}

#left ul a:hover {
	background-image:url(../images/boxover.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#d10009;
	text-decoration:none;
}