/* CSS Document */
* { margin:0; padding:0;}
html{ font-family: arial; font-size: 9pt;}
body{

}
h1 { font-size: 12pt; font-weight: bold; }

.alignRight
{
	text-align:right;
}

.alignLeft
{
	text-align:left;
}

.menu
{
	background-image: url( 'images/TopMenuBackground.gif' );
	background-repeat: repeat-x;
	width: 100%;
	height: 47px;
	border-width: 0px;
	border-style: none;
}

.menu a
{
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

.menu img
{
	border-width: 0px;
	border-style: none;
}

#glass_bar
{
	background-image: url('images/SmallHeader/HeaderGradient.png'); 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 39px;
}

#header
{
	background-image: url('images/SmallHeader/HeaderBackground.jpg'); 
	background-repeat: repeat-x; 
	height: 125px; 
	width: 100%;
}

#header_logo_left
{
	width: 188px; 
	height: 125px; 
	float: left;
}

#header_logo_right
{
	 width: 261px; 
	 height: 125px; 
	 float: right;
}

#footer
{
	color: #C4C4C4;
	padding: 10px;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 50px;
	background-color: #121212;
}

#footer a
{
	color: #C4C4C4;
}
