/* CSS Document */

/* this is navigation section */

.menuitems
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	float: left;
	width: 125px;
}

.menuitems a:link
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.menuitems a:visited
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.menuitems a:hover
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}

#menubg
{
	background:url('../images/btn_bg.png');
	background-repeat:no-repeat;
	height:37px;
	width:939px;
	background-position:center;
	text-align: center;
}


/* this is content section */

.text
{
	font-family:tahoma,verdana;
	font-size:12px;
	color:#000000;
	text-align:justify;
	font-weight:normal;
}


.heading
{
	font-family:tahoma,verdana;
	font-size:18px;
	color:#000000;
	text-align:justify;
	font-weight:normal;
}



/* this is content section */


.footer
{
	font-family:tahoma,verdana;
	font-size:11px;
	color:#c4c34e;
	text-align:center;
	text-decoration:none;
}



.footer a:link
{
	font-family:tahoma,verdana;
	font-size:11px;
	color:#c4c34e;
	text-align:center;
	text-decoration:none;
}

.footer a:visited
{
	font-family:tahoma,verdana;
	font-size:11px;
	color:#c4c34e;
	text-align:center;
	text-decoration:none;
}

.footer a:hover
{
	font-family:tahoma,verdana;
	font-size:11px;
	color:#F9D35C;
	text-align:center;
	text-decoration:underline;
}

.footer_menu
{
	background:url('../images/btn_bg.png');
	background-repeat:no-repeat;
	height:37px;
	width:939px;
	background-position:center;
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.footer_menu a:link
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.footer_menu a:visited
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.footer_menu a:hover
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#ecbf22;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}