
/**************Included styles**********/
@import url("menu.css");
@import url("headerFooter.css");
@import url("content.css");
@import url("form.css");



/***********Basic styles************/

body
{
	background:			url("../images/html/bg.gif") repeat-x;
	margin:				0;
	padding:			0;
}

a
{
	color:				#1f1a17;
	text-decoration:	none;
}

a:hover
{
	color:				#d08145;
	text-decoration:	none;
}

a img
{
	border:		none;
}

p
{
	font-family:		Tahoma, Verdana, Arial, Trebuchet MS, Serif;
	font-size:			11px;
	font-weight:		normal;
	color:				#515151;
	padding:			0 5px 0 20px;
	margin:				5px 5px 10px 0;
	text-align:			left;
}

h1
{
	font-family:		Tahoma, Verdana, Arial, Trebuchet MS, Serif;
	font-size:			15px;
	text-transform:		uppercase;
	color:				#000;
	font-weight:		normal;
	background:			url("../images/html/content/h1-bg.gif") center repeat-x;
	margin:				5px 12px 10px 12px;
	padding:			0 0 0 25px;
}

h2
{
	border-bottom:		1px solid #1e3765;
	color:				#1e3765;
	font-family:		tahoma, verdana, arial, serif;
	font-size:			14px;
	font-weight:		normal;
	margin:				0 11px 5px 11px;
	padding:			0;
}

h3
{
	color:				#585858;
	font-family:		tahoma, verdana, arial, serif;
	font-size:			12px;
	font-weight:		normal;
	line-height:		13px;
	margin:				3px 11px 5px 11px;
	padding:			0;
}

h4
{
	color:				#585858;
	font-family:		tahoma, verdana, arial, serif;
	font-size:			14px;
	font-weight:		normal;
	line-height:		13px;
	margin:				10px 11px 10px 20px;
	padding:			0;
}

em
{
	font-style:		normal;
	background:		#fff;
}

.clear
{
	clear:			both;
}

.floatR
{
	float:		right;
}

.floatR a
{
	font-size:		11px;
	margin:			0 11px 0 0;
}

.floatL
{
	float:		left;
}

.symbol
{
	color:			#febf75;
	font-size:		10px;
	font-weight:	bold;
}

.mandatory
{
	color:#CC0000;
	font-size:8px;
	font-weight:bold;
}

/************Main container************/

#mainContainer
{
	width:			752px;
	margin:			7px auto;
	color:			#3f3f3f;
	font-family:	Tahoma, Verdana, Arial, Serif;
	font-size:		12px;
}

/************Menu and Content*****************/

#mac
{
	background:		#fff;
	border:			1px solid #b1a491;
	border-top:		none;
	border-bottom:	none;
	padding:		0 0 10px 0;
}

/************Read More and Download links*******************/

.downloadLink
{
	float:		right;
	margin:		0 11px 0 0;
	font-size:	11px;
}





































