/* Link Styles */

a {
	color: #E08A2C;
	
	text-decoration: none;
}
a:hover {
	color: #990033;
}
.subheader_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
	font-weight: bold;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.nav_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align:left;
}
.menu_links{
	color:#F48900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;	
	font-weight: bold;
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


/* General body and font styles */

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	line-height: 18px;
	margin: 0px 0px 2px 5px;
	padding: 0px;
	text-align:left;
}
h2{
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}
h3{
	color:#BB4400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align:left;
}


/* Styles controlling header */

.header_title{
	color:#BB4400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;	
	font-weight: Bold;
	line-height: 50px;
	background-color:#DDDDDD; 
	background: url('images/heading.gif') no-repeat bottom left;
	width: 350px; margin-left:10px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
.subheader{
	background-color: #DDDDDD;
}


/* These control the look and size of the 3 collumn layout */

.main_left{
	background-color:#EEEEEE; 
	background: url('images/tetris.jpg');
	width: 20%
}
.main_center{
	background-color:#EEEEEE; 
	width: 60%;
	padding:5px;
}
.main_right{
	background-color:#EEEEEE;
	background: url('images/tetris.jpg');
	width: 20%
}
.main_full{
	background-color:#EEEEEE; 
	background: url('images/tetris.jpg');
}
.main_bottom_left{
	background: url('images/EEEEEE_blc.gif') no-repeat bottom left;
	width:10px
}
.main_bottom_right{
	background: url('images/EEEEEE_brc.gif') no-repeat bottom right;
	width:10px
}


/* Styles for the various coloured content boxes to achieve rounded corners */

.nav_box{
	background-color: #CCCCCC;
	color:#666666;
}
.nav_topleft{
	background: url('images/tl.gif') no-repeat top left;
	width:10px
}
.nav_topright{
	background: url('images/tr.gif') no-repeat top right;
	width:10px
}
.nav_bottomleft{
	background: url('images/bl.gif') no-repeat bottom left;
	width:10px
}
.nav_bottomright{
	background: url('images/br.gif') no-repeat bottom right;
	width:10px
}
.menu_box{
	background-color: #F4F4F4;
	color:#666666;
}
.menu_topleft{
	background: url('images/tl.gif') no-repeat top left;
	width:10px
}
.menu_topright{
	background: url('images/tr.gif') no-repeat top right;
	width:10px
}
.menu_bottomleft{
	background: url('images/bl.gif') no-repeat bottom left;
	width:10px
}
.menu_bottomright{
	background: url('images/br.gif') no-repeat bottom right;
	width:10px
}
.content_box{
	background-color: #FFFFFF;
	color:#666666;
}
.content_topleft{
	background: url('images/FFFFFF_tlc.gif') no-repeat top left;
	width:10px
}
.content_topright{
	background: url('images/FFFFFF_trc.gif') no-repeat top right;
	width:10px
}
.content_bottomleft{
	background: url('images/FFFFFF_blc.gif') no-repeat bottom left;
	width:10px
}
.content_bottomright{
	background: url('images/FFFFFF_brc.gif') no-repeat bottom right;
	width:10px
}