body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #404040;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	margin-bottom:10px;
}


#menu {
	background-image: url(images/menu-bg.jpg);
	background-repeat:repeat-y;
	background-position: top center;

}

#mainContent {
	width: 917px; 
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #111111;
		text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 917px; 
	padding: 20px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#111111;
	color:#FCFC80;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#footer_img {
	width: 917px; 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#111111;
	margin-left: auto;
	margin-right: auto;
}

.footerText{
	color:#FCFC80;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;

}

.footerGreyText{
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-bottom:5px;

}

a.footer_link {
	color:#FCFC80;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;

	text-decoration: underline;
}
a.footer_link:link {
	color:#FCFC80;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;

}
a.footer_link:visited {
	color:#FCFC80;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;

}
a.footer_link:hover {
	text-decoration: underline;
}

.mainHeading{
	font-size: 20px;
	font-weight:normal;
	color:#77c4e2;
	font-family:Anitqua, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding-bottom:5px;
}

h1{
	font-size: 20px;
	font-weight:normal;
	color:#77c4e2;
	font-family:Anitqua, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding: 0 0 5px 0;
	margin:0;
	
	
}

#contents_inside{
	margin:0 100px 0 100px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

h2{
	font-size: 14px;
	font-weight:normal;
	color:#77c4e2;
	font-family:Anitqua, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding: 0 0 5px 0;
	margin:0;
}

#contents_inside_flash{
	background-color:#111111;


}

p.p_inside{
	margin:0 10px 0 10px;
	text-align:justify;

}

#contents_inside strong {
	font-weight:normal;
	/*text-transform:capitalize;*/
	color:#FFFFFF;
	/*color:#77c4e2;*/
}


a ,a:link,a:visited, a:hover  {
	color:#FCFC80;
	text-decoration: none;
}

img.profileImage{
	margin-right:10px;
	margin-bottom:10px;
	border-width:1px;
	border-color:#000000;
	text-align:center;
}