/* default element styles */
body
{
	font-family: arial;
	margin: 0px;
	padding: 0px;
}

/* main page element styles */
#main_top
{
	border: 0px solid #f00;
	width: 100%;
	height: 163px;
	background-image: url("../images/Image2_1x3.gif");
	background-repeat: no-repeat;
	background-position: 780px 0px;
}

#main_centre
{
	border: 0px solid #0f0;
	width: 100%;
	height: 376px;
	background-image: url("../images/Image2_2x3.gif");
	background-repeat: no-repeat;
	background-position: 780px 0px;
}

#main_bottom
{
	border: 0px solid #00f;
	width: 100%;
	height: 77px;
	background-image: url("../images/Image2_3x3.gif");
	background-repeat: no-repeat;
	background-position: 780px 0px;
}

#main_body
{
	float: left;
}

#bottom_centre
{
	width: 193px;
	height: 77px; 
	background-image:url("../images/Image2_3x2.gif");
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
}

#bottom_centre a
{
	color: white;
	font-size: x-small;
	text-decoration: none;
}	

#bottom_centre a:hover
{
	border-bottom: 1px dashed #e7e7e7;
}	

#menu_cell
{
	vertical-align: top;
	text-align: left;
	padding: 27px 0px 0px 0px;
	width: 117px;
	height: 453px;
	background-image: url("../images/Image2_2x1.gif");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: x-small;
	font-weight: bold;
}

#main_body_cell
{
	vertical-align: top;
	background-image: url("../images/Image2_2x2.gif");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 20px 10px 0px 20px;
}

#main_body_cell, #main_body_cell td
{
	color: #959595;
	font-size: x-small;
}

#left_container
{
	height: 426px;
	width: 115px;
}

#rss_link
{
	padding-top: 12px;
	padding-left: 20px;
}
/* menu styles */

#menu_cell span
{
	margin-top: 8px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 180%;
}

#menu_cell span.selected, #menu_cell span.mouse_over
{
	background-image: url("../images/menu_sel.gif");
}

#menu_cell span.non_selected
{
	background-image: url("../images/menu_nonsel.gif");
}

#menu_cell a
{
	text-decoration: none;
}

#menu_cell span.non_selected a
{
	color: #7ED9F8;
}

#menu_cell span.selected a, #menu_cell span.mouse_over a
{
	color: #fff;
	
}

/* text styles */
.large_pink
{
	font-size: large;
	color: #fc0a9c;
}

.medium_grey
{
	font-size: small;
	font-weight: bold;
}

.medium_blue
{
	font-size: small;
	font-weight: bold;
	color: #01aef0;
}

.citation
{
	font-size: xx-small;
	font-weight: bold;
	text-align: right;
}

.citation a, #index_links a, .grey_link
{
	color: #fc0a9c;
	text-decoration: none;
}

.citation a:hover, #index_links a:hover, a.grey_link:hover
{
	border-bottom: 1px dashed #959595;
	color: #000;
}

.grey_link
{
	/*font-weight: bold;*/
}

.mail_link
{
	padding-left: 20px;
	background-image: url("../images/envelope.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 16px;
}
/* page columns */

.container_col
{
	margin-bottom: 24px;
}

.left_col, .spanning_col
{
	line-height: 200%;
}

.left_col
{
	width: 50%;
	float: left;
	padding-right: 20px;
}

.right_col
{
	line-height: 150%;
	width: 34%;
	float: left;
	border-left: 1px dashed #959595;
	padding-left: 12px;
}

.bullet
{
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
}

.info
{
	background-image: url("../images/info.gif");
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 12px 24px 8px 0px;
}

#index_links
{
	line-height: 150%;
	margin: 12px 0px 12px 12px;
}

.indented
{
	margin-left: 24px;
}

/*form styles */
#main_body_cell td.section_header
{
	background-color: #01adef;
	color: #fff;
	font-weight: bold;
}

#main_body_cell td.label
{
	color: #01aef0;
	font-weight: bold;
}

.form_table
{
	width: 95%;
}

.form_table, .login_table
{
	border: 1px solid #01aef0;
}

.submit_button
{
	border: 0px;
	color: #fff;
	background-color: #01aef0;
	cursor: pointer;
	font-size: x-small;
	font-weight: bold;
}

.form_table td hr
{
	color: #01aef0;
	height: 1px;
}

.form_table .mandatory
{
	border: 1px solid #fc0a9c;
}

.error_text
{
	color: #fc0a9c;
}

.toggle_tips
{
	display: none;
}

.short_tips
{
	display: none;
}

.toggle_tips .grey_link
{
	cursor: pointer;
}

.full_tips
{
	display: block;
}

.tooltip
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
	background-image: url("../images/tip.gif");
	background-position: top left;
	background-repeat: no-repeat;
	display: none;
	width: 229px;
	height: 138px;
	color: #fff;
	text-align: center;
	padding: 12px 8px 8px 8px;
}

.adsense
{
vertical-align:top;
padding-top: 15px;
}
	



