/* main body settings */
body
{
	font-family: arial;
	font-size: 14px;
}

/* for centre column layout */
#content
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* navigation */
#menu
{
	padding: 10px 0px;
	width: 1024px;
	background-color: rgb(255,186,0);
	border-bottom: solid gray 1px;
}

/* default navi settings*/
#menu a
{
	padding: 10px 1px;
	color: gray;
	border-right: solid gray 1px;
	text-decoration: none;
}

/* mouse over settings */
#menu a:hover
{
	padding: 10px 1px;
	color: blue;
}

/* change to set tab effect */
#menu #campaign
{
	color: blue;
	background-color: white;
	padding: 10px 1px;
	border-top: solid gray 1px; 
	border-bottom: solid white 1px;
}

#helpusmenu
{
	padding: 10px 0px;
	width: 1024px;
	background-color: rgb(255,186,0);
	border-bottom: solid gray 1px;
}

/* default navi settings*/
#helpusmenu a
{
	padding: 10px 1px;
	color: gray;
	border-right: solid gray 1px;
	text-decoration: none;
}

/* mouse over settings */
#helpusmenu a:hover
{
	padding: 10px 1px;
	color: blue;
}

/* change to set tab effect */

/* header settings */
#mindlogo
{
	float: left;
}

.title
{
	color: blue;
}

#regdetails
{
	clear: both;
	text-align: center;
	color: blue;
}

/* data section */
#data
{
	width: 1024px;
}

#datatitle
{
	text-align: center;
}

.tabletitle
{
	font-size: 16px;
	font-weight: bold;
	width: 1024px;
	color: gray;
	background-color: rgb(255,186,0);
	border: solid gray 1px;
}

/* footer settings */
#footer
{
	clear: both:
	color: gray;
	background-color: rgb(255,186,0);
}

#contacts
{
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	text-align: left;
}
