/* Reset css */
body
{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Tahoma;
	font-size: small;
}
img
{
	border: 0px;
}
a
{
	text-decoration: none;
}
table
{
	border: 0;
}
td
{
	vertical-align: top;
	text-align: left;
	padding-right: 20px;
}
h2
{
	font-size: large;
	color: #0097c4;
	margin: 0px;
}
h3
{
	font-size: medium;
	color: #0097c4;
	margin: 0px;
}

/* Named styles */
#container
{
	width: 920px;
	height: 600px;
	padding-left: 75px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	margin-top: -40px;
	padding-top: 10px;
}
#logo
{
	width: 650px;
	height: 100px;
	margin-top: 40px;
	float: left;
}
#menu
{
	width: 830px;
	height: 60px;
	float: left;
}


#mainContent
{
	width: 830px;
	float: left;
}
#mainContentFull
{
	width: 700px;
	float: left;
}
.tableColumn
{
	width: 237px;
	text-align:justify;
	vertical-align: top;
	padding-right: 8px;
}
.tableColumnSecond
{
	padding-left: 8px;
}
.tableColumnDivider
{
	padding-right:0px;
	width:1px;
	background-color:#d1d1d1;
}

.verticalSpacer
{
	width: 830px;
	height: 30px;
	float: left;
}

.footer
{
	width: 830px;
	height: 20px;
	float: left;
	text-align: center;
	border-top: solid 1px #D1D1D1;
	border-bottom: solid 1px #D1D1D1;
	/* padding-bottom: 10px; */
}

.footerElement
{
	font-size: x-small;
	display: inline;
	padding-right: 10px;
	/* padding-left: 10px;*/
}
.footerElementRightBorder
{
	border-right: solid 1px #D1D1D1;
}

/*
Boxar
================================================================================
*/

.Box330Top
{
	background: #fff url(../img/box/330_top.png) 0 0 no-repeat;
	height: 3px;
	text-align: left;
	margin-left:32%;
}
.Box330
{
	background: #fff url(../img/box/330_sides.png) 0 0 repeat-y;
	padding: 4px 10px 2px 10px;
	margin-left:32%;
}
.Box330Bottom
{
	background: #fff url(../img/box/330_bottom.png) 0 0 no-repeat;
	height: 9px;
	margin-bottom: 5px;
	margin-left:32%;
}




