/* Tag Definitions */

body {
        width:840px;
	margin:0px;
	background-color:#E9FFFF;
	font-family:Trebuchet MS, Geneva, Arial, sans-serif
}

ul {
	list-style-image:url(../../images/blt/blt_arrow.gif);
}

/* ID Definitions */

#headerWrapper {
	width:840px;
	height:240px;
	background-image:url(../../images/bkg/bkg_header_top.gif);
	background-repeat:repeat-x;
}

#menuWrapper {
	width:840px;
	height:24px;
	background-image:url(../../images/bkg/bkg_menu.gif);
	background-repeat:repeat-x;
}

#menuImage {
	background-image:url(../../images/bkg/bkg_menu_image.jpg);
	background-repeat:no-repeat;
	width:740px;
	height:24px;
}

#logo {
	width:250px;
	height:60px;
	position:absolute;
	left:558px;
	top:25px;
}

#menuShadow {
	width:840px;
	height:32px;
	background-image:url(../../images/bkg/bkg_menu_shadow.gif);
	background-repeat:repeat-x;
}

#contentWrapper{
	width:53%;
	padding-left:32px;
}

#contentWrapperFull{
	width:668px;
	padding-left:32px;
}


#title {
	width:800px;
}

#contentLeft{
	width:100%;
	color:#336699;
	float:left;
	margin-top:32px;
}

#footer {
	text-align:right;
	padding-bottom:24px;
	padding-top:12px;
	padding-right:0px;
	background-color:#E9FFFF;
	font-size:10px;
}

#footer a {
	color:#336699;
	text-decoration:underline; 
}

#footer a:hover {
	color:#3399CC;
	text-decoration:none; 
}


#rightBox {
	position:absolute;
	left:560px;
	top:265px;
	background-color:#E0F8FA;
	background-image:url(../../images/bkg/bkg_right_box.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:280px;
	font-size:11px;
	line-height:15px;
	color:#336699;
	padding-top:32px;
}
/* Class Definitions */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.menuItem {
	float:left;
	color:#336699;
	font-size:11px;
	margin-right:32px;
	margin-top:6px;
}

.menuItem a {
	font-weight:bold;
	color:#336699;
	text-decoration:none;
}

.menuItem a:hover {
	font-weight:bold;
	color:#3399CC;
	text-decoration:underline;
}


.largeText {
	font-size:13px;
	line-height:17px;
}

.largeText a {
	font-weight:bold;
	text-decoration:underline;
	color:#3399CC;
}

.largeText a:hover {
	text-decoration:none;
	color:#33CCCC;
}

.mediumText {
	font-size:12px;
	line-height:16px;
}

.mediumText a {
	font-weight:bold;
	text-decoration:underline;
	color:#3399CC;
}

.mediumText a:hover {
	text-decoration:none;
	color:#33CCCC;
}


.regularText {
	font-size:11px;
	line-height:15px;
}

.regularText a {
	font-weight:bold;
	text-decoration:underline;
	color:#3399CC;
}

.regularText a:hover {
	text-decoration:none;
	color:#33CCCC;}


h1 {
	font-size:28px;
	margin:0px 0px;
	font-weight:normal;
	color:#336699;
	font-family: arial;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	margin:20px 0px;
	color:#8A0040;
	font-weight:normal;
}


h3 {
	font-size:13px;
	font-weight:bold;
	line-height:1.75em;
	text-align: left;
	font-size:13px;
}
