@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	background-color:#FFFFFF;
}
p, h1 {
	padding:0px;
	margin:0px;
	padding-bottom:12px;
}


/*Layout CSS--------------------------------------------------------*/
#masterDiv {
	margin:0px auto;
	text-align:center;
	width:852px;
	height:100%;
}
#parentDiv {
	float:left;
	width:852px;
	text-align:left;
}
#header {
	float:inherit;
	width:852px;
}
#menu {
	margin-top:5px;
	float:inherit;
	width:850px;
	height:34px;
	padding-top:15px;
	border:1px solid #bababa;
	background:url("menu_bg.jpg") repeat-x;
}
#menu a {
	font-size:14px;
	color:#6b5a0a;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:10px;
	border-right:1px solid #d9b614;
}
#menu a:hover {
	color:#000000;
	text-decoration:underline;
    /*background: url("../images/menu_bg_over.jpg") repeat-x;*/
}
#content {
	float:inherit;
	width:852px;
	padding-top:30px;
}
#content h1 
{
	padding-top:5px;
	background: url("h1_bullet.gif") no-repeat;
	font-weight:normal;
	color:#0B4B88;
	padding-left:55px;
	padding-bottom:12px;
}
#columnOneFront {
	float:left;
	width:600px;
	}
#columnOne {
	float:left;
	width:600px;
}
#columnTwoFront {
	float:left;
	width:200px;
	text-align:right;
}
#columnTwo {
	float:left;
	width:200px;
}
#columnTwo table {
	margin-left:40px;
}
#bottomContent {
	float:inherit;
	width:852px;
	margin-top:10px;
}
#bottomContent p {
	text-align:right;
	vertical-align: bottom;
	color:#4a4a4a;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	padding-top:75px;
}
#bottomText {
	float:inherit;
	width:852px;
}
#bottomText p {
	text-align:right;
	vertical-align: bottom;
	color:#4a4a4a;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
}

#footer {
	width:850px;
	float:inherit;
	background: url("footer_bg.jpg") repeat-x;
	border:1px solid #bababa;
	text-align:center;
	font-size:11px;
	color:#6b5a0a;
	}
#footer a {
	color:#474747;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}
#footer a:hover {
	color:#000000;
	text-decoration:underline;
}
#bottomIcons {
	width:852px;
	float:inherit;
	margin-top:20px;
	padding-bottom:35px;
}
ul.subMenu {
        margin:0px;
        padding:0px;
        padding-left:10px;
        padding-top:7px;
        list-style:none;
        width:210px;
        height:210px;
        color:#444444;
        float:left;
background-image:url(menu_bg.png);
		background-repeat:no-repeat;
        /* Mozilla ignores crazy MS image filters, so it will skip the following */
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='menu_bg.png');
}
ul.subMenu li  {
        margin:0px;
        padding:0px;
        font-size:14px;
        background: url("mini_bullet.gif") no-repeat 0 2px;
        padding-left:20px;
        padding-bottom:12px;
 }
 ul.subMenu li a, ul.subMenu li a:visited {
        text-decoration:none;
        color:#444444;
 }
  ul.subMenu li a:hover {
        text-decoration:underline;
  }