/**************** Main Body ****************/

body{
padding:0;
margin:0;
font:70% tahoma, verdana, sans-serif;
background:#e0e0e0;
color:#303030;
background: #e0e0e0 url(../img/fade.jpg) repeat-y 50% 0%;
}

/**************** Hide ****************/

.hide{
display:none;
}

/**************** Text Styles (Navigation) ****************/

a {
text-decoration:none;
color:#27699a;
}

/**************** Text Styles (Website Text) ****************/

p{
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

.bold {
	font-weight: bold;
}

.title {
	font-size: 1.35em;
	font-weight:bold;
}

.big {
	font-size:1.15em;
	text-align:justify;
}

.big_bold {
	font-size:1.15em;
	font-weight:bold;
	text-align:justify;
}

.big_indent {
	font-size:1.15em;
	text-align:justify;
	margin-left:15px;
}

.textgrey {
	color: #808080;
	font-size: 0.9em;
}

.centre {
	text-align:center;
}

.Headings {
	font-family: Tahoma;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

/**************** Lists Styles (Website Text) ****************/

ul.big_spaced {
	list-style:outside;
	padding:0;
	padding-left:40px;
	margin-top:0px;
}

ul.big_spaced li {
	margin-top:10px;
	font-size:1.15em;
}


/**************** Images ****************/

a img {
	border:none;
}

/**************** Floating divs ****************/

.left {
	float:left;
	padding:3px;
	margin:12px;
}

.left_noMargin {
	float:left;
	padding:0;
	margin:0;
}

.right {
	float:right;
	padding:3px;
	margin:12px;
}

.right_noMargin {
	float:right;
	padding:0;
	margin:0;
}

.clear {
	clear:both;
	line-height:0;
}

.infoRight {
	padding:10px 15px;
	margin:5px 10px 15px 20px;
	border:1px solid #eee; 
	background:url(../img/quote.png);
	min-width:140px;
	float:right;
}

.infoRight .title {
	font-size:1.15em;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.infoRight p {
	margin:0;
	font-size:1.05em;
	margin-bottom:5px;
	text-align:center;
}


/**************** Top Left Navigation ****************/

#topnav{
margin:2px auto -13px auto;
font-size:0.8em;
width:730px;
}

.topnav{
padding:3px 5px 3px 5px;
margin:0 0 0 2px;
text-decoration:none;
background:#f0f0f0 url(../img/navcorner.gif) top right no-repeat;
color:#27699a;
float:right;
}

.topnav:hover{
text-decoration:none;
background:#d7ebff  url(../img/navcorner.gif) top right no-repeat;
color:#003399;
}

/**************** Main Navigation ****************/

#mainnav{
clear:both;
}

.mainnav{
padding:2px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
letter-spacing:1px;
background:#f0f0f0 url(../img/navcorner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.mainnav:hover{
text-decoration:none;
background:#d7ebff url(../img/navcorner.gif) top right no-repeat;
color:#003399;
}

/********************* Breadcrumb *********************/

#breadcrumb{
	padding-bottom:7px;
	margin-bottom:15px;
	border-bottom: 1px dotted #DDDDDD;
	font-size:0.8em
}

/**************** Main Content Blocks ****************/

#container{
margin:0 auto 15px auto;
width:730px;
padding:5px 0px 5px 0px;
background:#ffffff;
}

#main{
width:560px;
float:right;
padding:0 10px 0 15px;
border-left:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
min-height:500px;
}

* html #main {height:500px}



/**************** News Content ****************/

#columns {
 position: relative;
 top: 0;
 right: 0;
 padding-right: 10em;
}
#right {
 position: absolute;
 top: 0;
 right: 0;
 width: 15em;
}

/**************** Side Navigation ****************/

#sidenav{
width:140px;
float:left;
}

#sidenav p{
font-size:0.9em;
line-height:1.3em;
margin:0 0 12px 0;
}

.sidenav{
text-align:left;
display:block;
width:120px;
background:#f0f0f0 url(../img/navcorner.gif) top right no-repeat;
padding:3px 4px 3px 8px;
margin:5px 10px 5px 0;
}

.sidenav:hover{
text-decoration:none;
background:#d7ebff url(../img/navcorner.gif) top right no-repeat;
color:#003399;
}


/**************** Footer ****************/

#footer{
clear:both;
background:#fafafa;
color:#808080;
font-size:0.9em;
padding:4px 0 8px 0;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
border-left:1px solid #d0d0d0;
text-align:center;
}

#footer a{
color:#808080;
}

#footer p{
margin:0 10px;
}

