* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:0;
	margin:0;
	font-weight:normal;
	text-indent:0;
}
body {
	background-image:url(../images/body_bgrd.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#8b0304;
	position:relative;
}
h1 {
	color:#8B0304;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding-left:15px;
	background-image:url(../images/header_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:15px 0 15px 0;
}
a:hover {
	text-decoration:none;
}
p {
	line-height:23px;
}
p, span {
	color:#000;
	margin-bottom:10px;
	text-indent:10px;
	text-align:justify;
}
form {
	text-indent:0;
}

b{

	font-weight:bold;
}

.input {
	width:190px;
	border:1px solid #999999;
	color:#333333;
	font-size:11px;
	padding:0 5px 0 5px;
}
textarea {
	width:190px;
	border:1px solid #999999;
	color:#333333;
	font-size:11px;
	padding:0 5px 0 5px;
}
#btm_grad {
	background-image:url(../images/btm_grad.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	width:100%;
}
#flying_papers {
	background-image:url(../images/flying_paper_bgrd.jpg);
	width:1000px;
	background-position:top;
	background-repeat:no-repeat;
}
#slogan {
	background-image:url(../images/slogan.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#layout_table {
	margin-top:28px;
	position:relative;
}
#logo {
	background-image:url(../images/logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#content_top {
	background-image:url(../images/content_top.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#fdfdfd;
}
#content {
	background-image:url(../images/content_btm.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:-2px;
}
#content td div#content_wrap{
	padding:42px;
}
#menu {
	margin-top:35px;
}
#menu_top {
	background-image:url(../images/menu_top.png);
	background-position:top right;
	background-repeat:no-repeat;
}

*html #menu_top{

	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_top.png', sizingMethod='crop');
	background-position:top right;
}

#menu_btm {
	background-image:url(../images/menu_btm.png);
	background-position:top right;
	background-repeat:no-repeat;
}

*html #menu_btm{

	background-image:none;
	background-position:top right;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_btm.png', sizingMethod='crop');
}

.menu_right{

	background-image:url(../images/menu_right.png);
	background-repeat:no-repeat;
	margin-top:199px;
	height:384px;
	widows:30px;
}

*html .menu_right{

	background-image:none;
	background-repeat:no-repeat;
	background-position:0 199px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu_right.png', sizingMethod='crop');
}

/*#menu ul{

	list-style:none;
}

#menu ul li{

	height:28px;
	text-align:right;
}

#menu ul li.active{

	background-image:url(../images/menu_item_active.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:5px 30px 0 0;
	height:23px;
}


#menu ul li a{

	background-image:url(../images/menu_item.png);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	color:#FFFFFF;
	padding:5px 30px 0 0;
	text-decoration:none;
	height:28px;
}

#menu ul li a:hover{

	background-image:url(../images/menu_item_hover.png);
}
*/

.left_col {
	width:210px;
	margin:15px 10px 0 0;
	float:left;
	text-align:left;
	padding:0;
}
.right_col {
	width:210px;
	margin:15px 0 0 10px;
	float:left;
	text-align:left;
}
.left_col ul, .right_col ul, #content ul {
	list-style:none;
}
.left_col li, .right_col li, #content li {
	color:#000;
	margin-bottom:3px;
	background-image:url(../images/li.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding:0 0 5px 10px;
	text-align:justify;
	line-height:20px;
}
.hr {
	height:1px;
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
	background-position:left;
}
.darkgrey {
	color:#333333;
}
.grey{
	color:#666666;
}
.black {
	color:#000000;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.white {
	color:#FFFFFF;
}

.red{

	color:#B02F32;
}

.large{
	font-size:13px;
}
table#content img {
	margin-bottom:20px;
}
.foot {
	padding:4px;
}
.foot_tab {
	background-image:url(../images/tab_down.gif);
	background-repeat:no-repeat;
	background-position:3px 0;
}
.foot_tab:hover {
	background-image:url(../images/tab_down_hover.gif);
	background-repeat:no-repeat;
	background-position:3px 0;
}
.foot_tab a {
	text-decoration:none;
	display:block;
	width:100%;
	height:23px;
}

.lightgrey_bgrd{

	background-color:#EEEEEE;
}
.clear{
	clear:both;
}

