body {
	font-family:Arial,Verdana,Tahoma,Sans-Serif;
	padding:0px 0px 0px 0px;
	margin:0;
}

.lomiddle
{
	vertical-align: middle;	
}

.losmall
{
	font-size: small;
}

.locentre
{
	text-align: center;
}

.lomedium
{
	font-size: medium;	
}

#swallow
{
	padding:5px 5px 5px 5px;
}

#nav2top
{
	padding-bottom:5px;
	white-space:nowrap;
	text-align:right;
}

b.rtop, b.rbottom
{
	display:block;
	background: #FFFFFF
}
b.r2top, b.r2bottom
{
	display:block;
	background: #FFFFFF
}
b.rmsgtop, b.rmsgbottom
{
	display:block;
	background: #FFFFFF
}
b.rtop b, b.rbottom b
{
	display:block;
	height: 1px; 
	overflow: hidden; 
	background: #FB5A24
}
b.r2top b, b.r2bottom b
{
	display:block;
	height: 1px; 
	overflow: hidden;
}

b.rmsgtop b, b.rmsgbottom b
{
	display:block;
	height: 1px;
	overflow: hidden; 
	background: #EEEEEE
}
b.r1
{
	margin: 0 5px
}
b.r2
{
	margin: 0 3px
}
b.r3
{
	margin: 0 2px
}
b.rtop b.r4, b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px
}

#top_bar {
	text-align:left;
	padding-left:5px;
	padding-bottom:0px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
#top_bar a {
	text-decoration:none;
	color:#000000;
	font-size:small;
}
#title_bar {
	height:122px;
	
}

.menutitle
{
	text-decoration:none;
	color:black;
	font-size:small;
}

#content
{
	margin: 0px 40px 0px 40px;
}

#displaytitle
{
	width:75%;
	overflow:visible;
	font-size:x-large;
	margin: 5px 30px 5px -10px;
}

#displaytitletext
{
	padding-left:50px;
	padding-right:30px;
}

#nav2table
{
	width:100%;
	border:0px;
}

#nav2table2
{
	width:100%;
	border:0px;
}

#breadcrumb
{
	font-size:small;
	margin-left:10px;
	color:white
}
	
#all_top 
{
	width:100%;
	height:122px;
	margin:0px 0px 10px 0px;
}

#title_picture {
	width:342px;
	height:122px;
	float:left;
	padding-bottom:5px;
}
#site_title {
	float:right;
	width:60%;
	font-size:xx-large;
	text-align:right;
	padding-bottom:0px;
	margin-right:12px;
}

#page_title_text {
	
	color:#ffffff;
	margin-top:100px;
	padding: 5px 30px 5px 30px;
	font-size:x-large;
	background:#845a8f;
}
#navigation {
	
	background-color:#fb5a24;
	clear:right;
	float:right;
	color:#ffffff;
	margin-right:10px;
	width:600px;
	
}
#navigation a {
	text-decoration:none;
	color:#ffffff;
}
#alternate_version {
	width:80%;
	overflow:visible;
	background:#EEEEEE;
	margin: 5px 10px 5px 0px;
	float:right
}
#alternate_version_text {
	padding-left:10px;
	padding-right:10px;
	font-size:small;
}
#blank_line {
	clear:right;
	height:5px;
}
#blank_line2 {
	clear:right;
	height:5px;
}


#tnc {
	vertical-align:baseline;
	padding-top:5px;
	font-size:small;
	padding-left:5px;
}

h1
{
	display:none;
}

h2
{
	font-size:x-large;
	color:#FB5A24;
}

h3
{
	font-size:large;	
}

#fullwidth
{
	width:100%;	
}

.singlecolumn
{
	width:90%;
	float:left; 
	margin:2px 20px 10px 20px; 
	background-color:#EEEEEE; 
	padding:5px;
	height:40px;
	overflow:hidden;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* Do CSS3 rounding (Opera 10.5x and IE9) */
    border-radius: 10px;
}

.doublecolumn
{
	width:42%;
	float:left; 
	margin:2px 20px 10px 20px; 
	background-color:#EEEEEE;
	padding:5px;
	height:65px;
	overflow:hidden;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* Do CSS3 rounding (Opera 10.5x and IE9) */
    border-radius: 10px;
}

.triplecolumn
{
	width:27%;
	float:left; 
	margin:2px 20px 10px 20px; 
	background-color:#EEEEEE; 
	padding:5px;
	height:95px;
	overflow:hidden;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* Do CSS3 rounding (Opera 10.5x and IE9) */
    border-radius: 10px;
}

.left
{
float:left;	
}