BODY
{
    FONT-SIZE: 11px;
    MARGIN: 0px auto;
    PADDING: 0px;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #000000;
    COLOR:black;
}

.headerPage
{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding-right: 1px;
	padding-left: 1px;
	height:192px;
	text-align:left;
	display:block;
	width:921px;
	background-color: white;
}

.headerPage .buttonBar
{
	margin:0px;
	padding:0px;
	padding-top:140px;
}

.headerPage .buttonBar .buttons
{
	height:44px;
}
.headerPage .buttonBar .buttons td
{
	padding:0px;
}
.headerPage .buttonBar .buttons .button
{
	background-color:rgb(24,128,182);
	height:44px;
	color:white;
	padding:0px;
	cursor:pointer;
	position:relative;
	margin-right:1px;
}
.headerPage .buttonBar .buttons .button:hover
{
	background-color:black;
	color:white;
}
.headerPage .buttonBar .buttons .button .leftCorner
{
	position:absolute;
	top:-4px;
	display:block;
	left:0px;
}

.headerPage .buttonBar .buttons .button .leftCorner2
{
	position:absolute;
	top:-4px;
	left:0px;
	display:none;
}

.headerPage .buttonBar .buttons .button .rightCorner
{
	position:absolute;
	top:-4px;
	display:block;
	right:0px;
}

.headerPage .buttonBar .buttons .button .rightCorner2
{
	position:absolute;
	top:-4px;
	right:0px;
	display:none;
}

.headerPage .buttonBar .buttons .button .text
{
	font-size:10px;
	padding-top:9px;
	font-weight:bold;
	padding-right:7px;
	text-align:right;
}

.headerPage .buttonBar a:link
{
	color:white;
}
.headerPage .buttonBar a:visited
{
	color:white;
}
.headerPage .buttonBar a:hover
{
	color:white;
}

.headerPage .buttonBar .shadow
{
	height:39px;
	display:none;
}

.headerPage .buttonBar .imageBar
{
	width:921px;
	display:block;
}

.headerPage .buttonBar .imageBar2
{
	width:921px;
	height:111px;
	display:block;
}

.headerPage .buttonBar .titleLeft
{
	margin-top:1px;
	float:left;
	padding-top:90px;
	height:45px;
	background-color:black;
}

.headerPage .buttonBar .titleLeft2
{
	margin-top:4px;
	float:left;
	padding-top:68px;
	height:42px;
	background-color:black;
}

.headerPage .buttonBar .flashRight
{
    padding-top:1px;
	float:right;
	height:135px;
	background-color:white;
}

.headerPage .buttonBar .flashRight2
{
    padding-top:1px;
	float:center;
	height:111px;
	background-color:white;
}

.headerPage .logoleft
{
    cursor:pointer;
    float:left;
    width:140px;
    height:120px;
    margin-left:5px;
}

.headerPage .logoright
{
    cursor:pointer;
    float:right;
    height:120px;
    margin-right:0px;
}

.headerPage .adminSection
{
    float:left;
    padding-left:250px;
    padding-top:110px;
    font-weight:bold;
    font-size:20px;
}

/* ADMIN MENU SECTION */
.buttonBar .adminMenu
{
	border:1px dotted;
	width:910px;
	text-align:center;
	padding:2px;
	color:rgb(24,128,182);
	margin-left:auto;
	margin-right:auto;
}

.buttonBar .adminMenu a:link
{
	color:rgb(24,128,182);
	font-weight:bold;
	text-decoration:underline;
}
.buttonBar .adminMenu a:visited
{
	color:rgb(24,128,182);
	font-weight:bold;
	text-decoration:underline;
}
.buttonBar .adminMenu a:hover
{
    font-weight:bold;
	color:black;
}

/* CONTENT SECTION */

.contentwrapper
{
	margin-left:auto;
	margin-right:auto;
	width:921px;
	padding-right: 1px;
	padding-left: 1px;
	display:block;
	padding-top:140px;
	background-color: white;
	height:100%;
}
.content {
	margin-left:auto;
	margin-right:auto;
	/* border-left:1px solid;
	border-right:1px solid; */
	text-align:left;
	width:800px;
	height:auto;
	display:block;
	/*padding-left:40px;
	padding-right:41px; */
	padding-top:10px;
	background-color: white;
}

.content2 {
	margin-left:23px;
	margin-right:0px;
	/* border-left:1px solid;
	border-right:1px solid; */
	text-align:left;
	width:800px;
	height:auto;
	display:block;
	/*padding-left:40px;
	padding-right:41px; */
	padding-top:20px;
	background-color: white;
}

.homeflash {
	/*margin-left:auto;
	margin-right:auto;*/
	margin-left:41px;
	border-left:1px solid;
	border-right:1px solid;
	text-align:right;
	height:255px;
	width:445px;
	display:block;
	padding-left:20px;
	padding-right:4px;
	padding-top:0px;
	background-color: white;
}


.adminContent {
	margin-left:auto;
	margin-right:auto;
	margin-top:-130px;
	/*border-left:1px solid;
	border-right:1px solid; */
	text-align:left;
	padding-left:40px;
	padding-right:41px;
	padding-top:10px;
	width:800px;
	height:100%;
}

/* FOOTER SECTION */

.filler
{
    background-color:white;
    width:921px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
}

.filler .footer
{
	margin-left:auto;
	margin-right:auto;
	color:#737373;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	margin-top:30px;
	/* border:1px solid #737373; */
	background-color:#D6D6D6;
	width:882px;
	height:20px;
}
.filler .footer a:link
{
    color:#737373;
    font-weight:normal;
    text-decoration:none;
}
.filler .footer a:visited
{
    color:#737373;
    font-weight:normal;
    text-decoration:none;
}
.filler .footer a:hover
{
    color:#737373;
    font-weight:normal;
    text-decoration:none;
}

.homeFiller
{
    height:auto;
    width:882px;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
}

.headerPage .headAlign
{
    width:921px;
    margin-left:auto;
    margin-right:auto;
}
