﻿body
{
	width:100%;
	min-height:100%;
	font-size: 100.1%;
	margin:0;
	padding:0;
	font-family:Arial;
	text-align:center;
}
.redTitle
{
	text-transform:uppercase;
	font-weight:bold;
	color: #843029;
	font-size:17px;

}

.clearAll
{
	clear:both;
}

a img 
{
border: none;
}

#alphaDiv
{
	width:100%;
	min-height:100%;
	text-align:center;
}

#header
{
	width:100%;
	height:93px;
	padding:0px;
	border:0px;
	background-image: url(../images/background/bg-header.jpg);
	background-repeat:repeat;
	vertical-align:top;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#header_inner
{
    width: 800px;
    text-align:left;
    margin-left:auto;
	margin-right:auto;
}

#headerImage
{
	float:left;
    overflow:hidden;
    width: 329px;
    height: 93px;
}

#headerImage a
{
    display:block;
    height: 93px;
    width: 329px;
    overflow: hidden;
}

#headerImage a:hover
{
    display:block;
    text-indent:-329px;
}

#headerWrapper
{
	width:800px;
	height: 100%;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
}

#headerToolbar
{

	height:93px;
	float:right;
	vertical-align:baseline;
}

#headerToolbarTable
{   

	margin-top: 50px;
	height: 30px;
	color:white;
	font-family:Arial;
	font-size:10px;
	vertical-align:baseline;
		
}

#headerToolbarTable td
{
	padding: 5px;
	border-right: 1px #888 solid;

}

#headerToolbarTable td a
{
	color:white;
	font-family:Arial;
	text-decoration: none;
	text-transform: uppercase;
	
}

#headerToolbarTable td a:hover
{
	color: black;
}
#bodyContainer
{
	width:100%;
	min-height:800px;
	height: 900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border:0px;
	background-image: url(../images/background/bg-bricks.jpg);
	background-repeat:repeat;
	text-align:center;
}

#body_inner
{
    width: 800px;
    text-align:left;
    margin-left:auto;
	margin-right:auto;
}
#bodyWrapper
{
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	
}

#bodyHeaderWrapper
{
	width:100%;
	height:250px;
	padding-top: 5px;
	display: none;
}

#bodyHeaderNavToolbar
{
	width: 100%;
	height: 25px;
}

#bodyHeaderNavToolbarTable
{
	width: 100%;
	height: 100%;
	display: none;
	color: white;
}
#bodyHeaderNavToolbarTable td
{
	background-color: black;
}

#footer
{
	width:100%;
	height:50px;
	background-image: url(../images/background/bg-footer.jpg);
	background-repeat:repeat-x;
	position: absolute;
	bottom: 0;
	display: none;
}

#footerWrapper
{
	width: 800px;
	height: 25px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 15px;
	color: white;
	font-family:Arial;
	font-size: 10px;

}


/* H-12345 */
H1, H1 a
{
    text-transform:uppercase;
    color: Black;
    font-size: .9em;
    line-height:.9em;
}

H3
{
    color: #777;
    font-size: .9em;
    line-height: .9em;
}

H2
{
    color: #555;
    font-size: .9em;
    line-height: 1.5em;
}

#col_wrapper
{
    width: 800px;
    min-height: 640px;
    margin-bottom: 0px;
    background-color: white;
    border: #843029 solid 2px;
    
    font-size: 12px;
    font-family:Arial;
    
    
}