@import 'content.css';

a
{
	color: gray;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: none;
}

body
{
	background-color: #ebcfa0;
	margin: 0px auto;
	padding: 0px auto;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Tahoma, Arial;
}

#mainContainer
{
	width: 771px;
	min-width: 771px;
	display: block;
	height: 100%;
	min-height: 700px;
	text-align: left;
	background-color: #f4e6c9;
	padding: 0px;
	margin: 0px auto;
}

#mainHead
{
	width: 771px;
	height: 106px;
	background-image: url('vahurMainHead.jpg');
	background-repeat: no-repeat;
}

#mainMenu
{
	background-image: url('mainMenuBg.gif');
	background-repeat: repeat-x;
	height: 29px;
	width: 100%;
	margin-top: 1px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 11px;

}

#mainMenu a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 26px;
}

.smallMenu
{
	font-size: 9px;
	color: #FFFFFF;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	text-decoration: none;
}

/* content */

#thinZone
{
	float: right;
	display: block;
	margin-right: 15px;
	margin-top: 15px;
	width: 240px;
}

#thickZone
{
	display: block;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
	width: 469px;
	height: 100%;
}

.mainImage 
{
	border: 1px #FFFFFF solid !important;
}

.box
{
	border: 1px #FFFFFF solid;
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
}

.highlightBox
{
	background-color: #eab932;
	color: #c0120b;
	line-height: 18px;
}

.alertBox
{
	background-color: #7e0c08;
	color: #FFFFFF;
	line-height: 18px;
}

.newsBox
{
	background-color: #ebcfa0;
	color: #7e0c08;
	line-height: 18px;
}

.contentBox
{
	border: 1px #FFFFFF solid;
	background-color: #ebcfa0;
	width: 100%;
	margin-top: 15px;
	padding: 0px;
}

.mainClick
{
	width: 150px;
	height: 100px;	
	float: left;
	border: 0px !important;
}
