@charset "utf-8";
/*************************************************'/

		Layout Styles

/**************************************************/
/****** Row 1 ******/
.layout_a1 {
	width:175px;
	height:162px;
	background:url(../layout/a1.jpg);
	background-repeat:no-repeat;
}
.layout_a2 {
	width:532px;
	height:162px;
}
.layout_a3 {
	width:93px;
	height:162px;
	background:url(../layout/a3.jpg);
	background-repeat:no-repeat;
}
.whitefade {
	background-image: url(../layout/2009/white_slice.jpg);
	background-repeat: repeat-x;
}
.menu {
	background-image: url(../layout/2009/menu.jpg);
}


/****** Row 2 ******/
.layout_b1 {
	width:175px;
	min-height:398px;
	background-position:top;
	background-repeat:no-repeat;
	background-image: url(../layout/2009/b1.jpg);
}
.b1slice {
	background-image: url(../layout/2009/b1slice.jpg);
}

.layout_b2 {
	min-height:398px;
	background-repeat:repeat;
	background-image: url(../layout/2009/b2slice.jpg);
}
.layout_b3 {
	width:93px;
	min-height:398px;
	background-repeat:repeat;
	background-image: url(../layout/2009/b3slice.jpg);
}
/****** Row 3 ******/
.layout_c1 {
	width:175px;
	height:160px;
	background:url(../layout/c1.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.layout_c2 {
	width:532px;
	height:160px;
	background:url(../layout/c2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.layout_c3 {
	width:93px;
	height:160px;
	background:url(../layout/c3.gif);
	background-repeat:no-repeat;
	background-position:top;
}


/****** Menu ******/
.menu_top {
	width:172px;
	height:56px;
}
.menu_spacer {
	width:172px;
	height:1px;
	background-color:#FFFFFF;
	filter: Alpha(Opacity=80);
	-moz-opacity: .80;
	opacity:.80;
}
.menu_nav {
	width:162px;
	background-color:#FFF0C8;
	filter: Alpha(Opacity=80);
	-moz-opacity: .80;
	opacity:.80;
	padding-left:5px;
	padding-right:5px;
}
.menu_subnav {
	width:162px;
	background-color:#FFF0C8;
	filter: Alpha(Opacity=80);
	-moz-opacity: .80;
	opacity:.80;
	padding-left:5px;
	padding-right:5px;
}



/*************************************************'/

		Tag Styles

/**************************************************/

a:link, a:active, a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.b3slice {
	background-image: url(../layout/2009/b3slice.jpg);
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	background-image: url(../layout/2009/bk.jpg);
}
p {
	padding:0;
	margin-top:5px;
	margin-bottom:15px;
}




/*************************************************'/

		Custom Tag Styles

/**************************************************/
/******** Links *********/
a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #000000;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	padding-top:0;
	text-decoration: none;
	right: 0px;
}
a.navLink:hover {
	color: #000099;
	text-decoration: none;
}
a.subnavLink:link, a.subnavLink:active, a.subnavLink:visited {
	color: #000000;
	font-size:12px;
	padding-right:4px;
	padding-top:0;
	text-decoration: none;
}
a.subnavLink:hover {
	color: #FF9900;
	text-decoration: none;
}
a.botLink:link, a.botLink:active, a.botLink:visited {
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
}
a.botLink:hover {
	color: #FF9900;
	text-decoration: none;
}

/******** Other *********/




/*************************************************'/

		Custom Classes

/**************************************************/
/******** Tables *********/
.botContact {
	height:98px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.botContent {
	padding-right:10px;
	font-size:12px;
	color:#FFFFFF;
}
.content {
	background:url(../layout/b2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:5px;
}

/******** Other *********/

.bodyTitle {
	font-size: large;
	color:#000000;
}

.pageTitle {
	padding:0;
	margin-top:0;
	margin-bottom:20px;
	font-size: x-large;
	color:#000000;
}
.redText {
	font-size: large;
	font-weight:bold;
	color: #FF0000;
}
