BODY {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/body_bg.jpg) top left repeat-x;
	color: #333333;
}

a, body.mceContentBody a {
	color: #2c4b73;
	text-decoration: underline;
}

a:hover, a:active, body.mceContentBody a:hover, body.mceContentBody a:active {
  	color: #bc2127;
  	text-decoration: underline;
}

body.mceContentBody .smallFont {
	font-size: 11px;
}

body.mceContentBody .mediumFont {
	font-size: 14px;
}

body.mceContentBody .largeFont {
	font-size: 17px;
}

body.mceContentBody .xlargeFont {
	font-size: 20px;
}

body.mceContentBody .xxlargeFont {
	font-size: 24px;
}

a.bullet {
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 11px;
	background: url(../images/gray_arrow.gif) left center no-repeat;
}

a.bullet:hover, a.bullet:active {
	text-decoration: underline;
}

img.icon16 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

.textbox
{
	font-size: 11px; height:13px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	border:#666666 1px solid;
}


.login
{
	font-size: 11px; height:13px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	border:#666666 1px solid;
}

.login { color:#cc0000; }

.filebox
{
	font-size: 11px; height:18px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	/*border:#666666 1px solid;*/
}

.btn
{
	font-size: 11px; font-weight:bold; color:#ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	border:#666666 1px solid;
	background-color:#cc0000;
	cursor:pointer;
}

form {
	margin: 0px;
	padding: 0px;
}

textarea, select {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #333333;
}

.extraSmallInput {
	width: 50px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #333333;
}

.smallInput {
	width: 90px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #333333;
}

.mediumInput {
	width: 175px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #333333;
}

.largeInput {
	width: 275px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #333333;
}

.extraLargeInput {
	width: 400px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #333333;
}

div.infoBox {
	margin: 0px auto 15px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/info.gif) left center no-repeat;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	width: 400px;
}

div.errorBox {
  	margin: 0px auto 15px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/error.gif) left center no-repeat;
	color: red;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 400px;
	text-align:left;
}

div.actionSuccessBox {
	margin: 0px auto 12px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/success.gif) left center no-repeat;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	width: 400px;
}

div.actionFailBox {
	margin: 0px auto 12px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/error.gif) left center no-repeat;
	color: red;
	font-size: 11px;
	border: 1px solid #000000;
	width: 400px;
}

div.radioButton {
	margin:0px;padding:4px 0px 0px 0px;line-height:16px;vertical-align:middle;
}

div.selectBox {
	margin:0px;padding:0px;line-height:16px;
}

div.textAboveInput {
	margin:0px;padding:4px 0px 0px 0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.centerTable {
	margin: 0px auto 15px auto;
	border: 0px;
}

#header {
	width: 902px;
	height: 120px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#headerLogo {
	float: left;
	width: 310px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#headerLogo a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#headerLogo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 310px;
	height: 120px;
	vertical-align: top;
}

#headerRight {
	float: left;
	width: 562px;
	height: 120px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	font-size: 13px;
	font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
	color: #2c4b73;
}

#headerRight a {
	text-decoration: none;
}

#headerRight a:hover, #headerRight a:active {
  	color: #bc2127;
}

#headerRightTop {
	width: 562px;
	height: 50px;
	padding: 30px 0px 10px 0px;
	margin: 0px;
	text-align: right;
}

#headerRightBottom {
	width: 562px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 16px;
}

#menuWrapper {
	clear: both;
	width: 100%;
	height: 43px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	background: #2c4b73 url(../images/menu_bg.jpg) top left repeat-x;
}

#menuInnerWrapper {
	width: 902px;
	height: 43px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#menuLeft {
	float: left;
	width: 651px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FFFFFF;
}

#menuRight {
	float: left;
	width: 227px;
	height: 43px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

#menuRight a {
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 16px 20px 0px 22px;
	height: 27px;
	background: transparent;
	font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#menuRight a:active, #menuRight a:hover {
	text-decoration: underline;
}

/* Begin CSS Popout Menu */
#menuh-container
	{
	width: 651px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	}

#menuh
	{
	font-family: Tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 651px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	}

#menuh a.top, #menuh a.topCurrent, #menuh a.topRight, #menuh a.topRightCurrent
	{
	display: block;
	white-space: nowrap;
	margin: 0px;
	padding: 16px 24px 0px 24px;
	height: 27px;
	background: transparent url(../images/menu_item_left.jpg) left top no-repeat;
	font-family: Tahoma, Geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	}
	
#menuh a.topCurrent, #menuh a.topRightCurrent
	{
	background: transparent url(../images/menu_item_left.jpg) left bottom no-repeat;
	}

#menuh a.top:hover, #menuh a.top:active, #menuh a.topCurrent:hover, #menuh a.topCurrent:active, #menuh a.topRight:hover, #menuh a.topRight:active, #menuh a.topRightCurrent:hover, #menuh a.topRightCurrent:active
	{
	text-decoration: underline;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
	
#menuh li.top
	{
	background: transparent url(../images/menu_item_right.jpg) right top no-repeat;
	}
	
#menuh li.topCurrent
	{
	background: transparent url(../images/menu_item_right.jpg) right bottom no-repeat;
	}
	
#menuh li.topRight
	{
	/* left align so we don't get the divider line */
	background: transparent url(../images/menu_item_right.jpg) left top no-repeat;
	}
	
#menuh li.topRightCurrent
	{
	background: transparent url(../images/menu_item_right.jpg) right bottom no-repeat;
	}
	
div#menuh li:hover
	{
	/*cursor:pointer;*/
	z-index:100;
	}

/* End CSS Popout Menu */

#contentWrapper {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/content_wrapper_bg.jpg) top left repeat-x;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

#contentInnerWrapper1 {
	width: 902px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #FFFFFF url(../images/content_inner_wrapper_bg.jpg) top left repeat-y;
}

#contentInnerWrapper2 {
	float: left;
	width: 902px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/content_inner_wrapper_bg.jpg) top left repeat-y;
}

#contentMain {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px 1px 20px 1px;
}

body.mceContentBody {
	padding: 10px 10px 0px 10px;
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333333;
}

#contentMain .date {
	color: #989898;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 272px;
}

#banner img {
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 272px;
	vertical-align: top;
}

#contentMainContent {
	margin: 0px;
	padding: 15px 10px 0px 10px;
	width: 630px;
}

#sideBar {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

#sideBar p, #contentMain p, body.mceContentBody p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	line-height: 15px;
}

#contentMain p.bullet, body.mceContentBody p.bullet {
	margin: 0px;
	padding: 0px 0px 6px 12px;
	background: transparent url(../images/gray_arrow.gif) left 4px no-repeat;
}

#contentMain p.divider, body.mceContentBody p.divider {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	border-top: 1px solid #E3E3E3;
}

#contentMain p.divider img, body.mceContentBody p.divider img {
	margin:0px;
	padding:0px;
	height: 1px;
	width: 200px;
	vertical-align: top;
}

#contentMain h1, body.mceContentBody h1, #sideBar h1 {
  	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 12px;
	color: #2c4b73;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
	text-align: left;
	background: transparent url(../images/h1_bg.jpg) left center no-repeat;
}

#contentMain h2, #contentMain h3, #contentMain h4, #contentMain h5, #contentMain h6, body.mceContentBody h2, body.mceContentBody h3, body.mceContentBody h4, body.mceContentBody h5, body.mceContentBody h6 {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
	color: #2c4b73;
}

#contentMain h2, body.mceContentBody h2 {
	font-size: 16px;
	font-weight: normal;
	color: #2c4b73;
}

#contentMain h3, body.mceContentBody h3 {
	font-size: 14px;
	color: #636363;
	font-weight: bold;
}

#contentMain h4, body.mceContentBody h4 {
	font-size: 12px;
	color: #bc2127;
	font-weight: bold;
}

#contentMain h5, body.mceContentBody h5 {
	font-size: 12px;
	color: #bc2127;
	font-weight: normal;
}

#contentMain h6, body.mceContentBody h6 {
	font-size: 11px;
	color: #bc2127;
	font-weight: normal;
}

#contentMain ul, body.mceContentBody ul {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 7px 0px;
}

#contentMain ol, body.mceContentBody ol {
	padding-bottom: 7px;
}

#contentMain ul li, body.mceContentBody ul li {
	line-height: 14px;
	padding: 0px 0px 5px 13px;
	background: url(../images/gray_arrow.gif) left 4px no-repeat;
}

#contentMain ol li, body.mceContentBody ol li {
	line-height: 14px;
	padding: 0px 0px 5px 5px;
}

#contentMain li ul, body.mceContentBody li ul {
	padding-top: 5px;
	padding-bottom: 0px;
}

#contentMain .image250 {
	width: 266px;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	background: transparent url(../images/image250_bottom.jpg) left bottom no-repeat;
}

#contentMain .image250Inner {
	width: 250px;
	margin: 0px;
	padding: 9px 8px 0px 8px;
	background: transparent url(../images/image250_top.jpg) left top no-repeat;
}

#contentMain .image250Inner img {
	margin: 0px;
	padding: 0px;
	width: 250px;
	vertical-align: top;
}

#contentMain a.iconLink {
	text-decoration: none;
	line-height: 16px;
}

#contentMain p.contentBottom {
	color: #2c4b73;
	text-align: center;
	padding: 8px 100px 8px 100px;
	background-color: #eeeeee;
	font-size: 10px;
	margin-top: 15px;
}

.quickLinks {
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 4px;
	margin: 0px 0px 12px 0px;
	text-align: center;
}

.quickLinks a {
	text-decoration: none;
	line-height: 16px;
	padding-right: 8px;
}

table.ContactUs
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

table.ContactUs td.left
{
	padding: 0px 10px 14px 0px;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Sans-Serif;
	font-size: 11px;
}

table.ContactUs td.right
{
	padding: 0px 0px 14px 10px;
}

#login {
	margin: 0px;
	padding: 0px;	
	width: 390px;
}

#login td.loginLeft {
	width: 130px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: middle;
}

#login td.loginRight {
	margin: 0px;
	padding: 0px;
	height: 32px;
	vertical-align: middle
}

#login td.right input.loginBox {
	margin: 0px;
	padding: 1px 0px 1px 1px;
	width: 247px;
}

#sideBar .sideBarDivider {
	height: 18px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/sidebar_divider.jpg) left 2px no-repeat;
}

#sideBar .sideBarDivider img {
	height: 18px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#sideBar .sideBarContent {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	width: 210px;
}

#footerWrapper {
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background: #2c4b73;
}

#footerInnerWrapper {
	width: 902px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 60px;
	background: #2c4b73;
}

#footerLeft {
	float: left;
	width: 612px;
	margin: 0px;
	padding: 14px 20px 0px 20px;
	height: 46px;
	font-family: Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #FFFFFF;
}

#footerLeft div.links {
  	margin: 0px;
  	padding: 0px;
  	text-align: center;
}

#footerLeft div.copyright {
	text-align:center;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 10px;
	color: #97aac6;
}

#footerLeft a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerLeft a:active, #footerLeft a:hover {
	text-decoration: underline;
}

#footerRight {
	float: left;
	width: 250px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/footer_logo.jpg) center top no-repeat;
}

.adminTable {
	margin: 0px auto 15px auto;
	border: 1px solid #000000;
}

.galleryTable {
	margin: 0px auto 0px auto;
	border: 0px;
}

.adminTable td {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

.adminTable td.tdHead {
	background: #97b1d2;
	color: #333333;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

.adminTable td.tdSubHead {
	background: #8BBDD1;
	color: #000000;
	font-weight: normal;
	padding: 3px;
	margin: 0px;
}

.adminTable td.tdHeadSuper {
	background: #2b4b72 url(../images/td_head_super_bg.jpg) left top repeat-x;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0px;
}

.adminTable td.tdHead a, .adminTable td.tdHeadSuper a {
	color: #333333;
	text-decoration: underline;
}

.adminTable td.tdHead a:hover, .adminTable td.tdHeadSuper a:hover {
	color: #CCCCCC;
}

.adminTable td.tdHeadNoLink {
	background: #9C0001 url(../images/td_header_bg.jpg) top left repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

.adminTable td.tdHead2 {
	background-color: #EEEEEE;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

.adminTable td.tdSummary {
	background-color: #CCCCEE;
	color: #000000;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	margin: 0px;
	border-top: 1px solid #000000;
}

.adminTable td.tdFooter {
  	background-color: #BBBBBB;
  	padding: 3px;
  	border-top: 1px solid #FFFFFF;
}

.adminTable td.tdLeft {
	text-align: left;
}

.adminTable td.tdCenter {
	text-align: center;
}

.adminTable td.tdRight {
	text-align: right;
}

.adminTable td.tdTop {
	vertical-align: top;
}

.adminTable td.tdMiddle {
	vertical-align: middle;
}

.adminTable td.tdBottom {
	vertical-align: bottom;
}

.adminTable td.tdAlt {
	background-color: #EEEEEE;
	color: #000000;
	padding: 3px;
}

.adminTable td.tdNormal {
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
}

.adminTable td.tdNormalTransparent {
	color: #000000;
	padding: 3px;
}

.adminTable td.tdTeam {
	color: #000000;
	padding: 7px;
}

.adminTable td.tdNormal a, .adminTable td.tdAlt a {
	color: #3E546A;
	text-decoration: underline;
}

.adminTable td.tdNormal a:hover, .adminTable td.tdAlt a:hover, .adminTable td.tdNormal a:active, .adminTable td.tdAlt a:active {
	color: #9A0101;
}

/* VP css added  */
.hdngRed { background-color:#cc0000; font-weight:bold; color:#ffffff; }

.blockTable { margin: 0px auto 15px auto; border: 1px solid #000000; }


