
body
{
	background-color: #000070;
	font-family: arial;
}

.nav
{
	background-image: url("/images/nav30.png");
	color: #000070;
	height:30px;
	width: 760px;
	font-size: 1.2em;
	font-family: "comic sans ms", arial;
}

.nav a, .nav a:active, .nav a:visited
{
	text-decoration: none;
	color: #000070;
}

.main
{
	background-image: url('/images/top.png');
	background-repeat: no-repeat;
	background-color: #FCFC9C;
	width: 760px;
	color: #000070;
}

.right_block
{
	float: right;
	width: 150px;
	background-image: url('/images/top150.png');	
	background-color: white;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.right_block_inner
{
}

.left_block
{
	text-align: left;
	margin: 10px;		
}


.footer
{
	background-image: url('/images/nav25.png');
	background-repeat: no-repeat;
	background-color: #000070;
	color: #000070;
	width: 760px;
	padding-top: 5px;
	padding-bottom: -3px;
	font-size: 0.7em;
	height: 25px;
}


.head1
{
	font-size: 1.6em;	
}

.head2
{
	font-size: 1.4em;	
}

.head3
{
	font-size: 1.2em;	
}


/*---------------------------------------------------------------------------------*/
/* 	FAQ Styles   */

.faq_box
{
	border: 1px solid #cccccc;
	margin: 30px;
	margin-bottom: 10px;
}

.question
{
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000070;	
	background-color: #eeeeee;
	text-align: left;
	padding-left: 5px;	
}

.answer
{
	text-align: left;
	color: #000070;
	padding-top: 5px;
	padding-left: 5px;	
}

.faq_updated
{
	font-style: italic;
	font-size: 0.95em;
	text-align: right;
	margin-right: 20px;	
}


/*---------------------------------------------------------------------------------*/
/* 	Organising Committee Styles   */


.org_block
{
	width: 215px;
	height: 230px;
	border: 0px solid black;
	padding: 2px;	
	float: left;
	margin: 10px;
	text-align: center;
}

.org_photo
{
	height: 150px;
	border: 1px solid black;	
}



/*---------------------------------------------------------------------------------*/
/* 	News Styles   */

.news_box
{
	border: 1px solid #cccccc;
	margin: 30px;
	margin-bottom: 10px;	
	text-align: left;
}

.news_title
{
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000070;	
	background-color: #eeeeee;
	padding-left: 5px;	
	text-align: left;
}

.nt_right
{
	float: right;
}

.news_article
{
	clear: both;
	color: #000070;
	padding-top: 5px;
	padding-left: 5px;	
}


/*---------------------------------------------------------------------------------*/
/* 	Sponsors Styles   */

.sponsor_box
{
	border: 1px solid #cccccc;
	margin: 30px;
	margin-bottom: 10px;	
	text-align: left;
}

.sponsor_title
{
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000070;	
	background-color: #eeeeee;
	padding-left: 5px;	
	text-align: left;
}

.sponsor_right
{
	float: right;
}

.sponsor_main
{
	clear: both;
	color: #000070;
	padding-top: 5px;
	padding-left: 5px;	
}

.sponsor_image
{
	float: right;
	margin: 5px;	
}

.sponsor_image img
{
	border: 1px solid #000070;
}

.sponsor_level
{
	float: right;
	margin-top: -4px;
	margin-right: 10px;
}

.sponsor_key
{
	text-align: left;
	margin-left: 50px;
	width: 420px;	
}

.sponsor_key img
{
	float: left;
	margin: 5px;	
}

/*  login objects  */

.err_msg
{
	width: 350px;
	background-color: #ffaaaa;
	color: blue;
	border: 1px solid red;
	padding: 10px;
	
}


/* My Details */
.details_table
{
	border: 1px solid #000070;
	margin: 5px;
	padding: 10px;
}

.details_header
{
	text-align: center;
	background-color: #000070;
	color: #FCFC9C;	
	font-weight: bolder;
}

.details_title
{
	width: 150px;
	font-weight: bold;
	color: #000070;
}


.details_value 
{
	width: 300px;
	
}

/*   payments   */
.payment
{
	text-align: center;
}

.payment_head
{
	text-align: center;
}

.payment_table
{
	border: 1px solid #000070;
	margin-left: 20px;
	margin-bottom: 40px;
}


/* participants */

.part_county
{
	width: 710px;
	float: left;
	margin: 2px 20px 2px 20px ;
	padding: 5px 0px 5px 0px;
	font-size: 1.2em;
	color: #FCFC9C;
	background-color: #000070;	
}

.part_ind
{	
	margin: 5px;
	width: 240px;
	float: left;
	border: 1px solid #000070;
}

