body
{
	background-color: #012B40;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/elements/bg_main.gif);
	background-repeat: repeat-x;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-align: center;
	width: 100%;
}

a:link
{
	color: #193b80;
	font-weight: bold;
	text-decoration: none;
}

a:visited 
{
	color: #193b80;
	font-weight: bold;
	text-decoration: none;
} 

a:active 
{
	color: #193b80;
	font-weight: bold;
	text-decoration: none;
} 

a:hover 
{
	text-decoration: underline;
}


img {
	border:0px;
}

/*--------------------------------------------------------------*/
/* TOP */
#top
{
	width: 740px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(../images/elements/bg_top.gif);
	background-repeat: repeat-x;
	font-size: 5%;
}

/* topnav */

#topnav
{
	font-size: 70%;
	color: #cfc8ab;
	font-weight: bold;
	text-align: right;
	padding: 3px;
}

#topnav a
{
	color: #cfc8ab;
	text-decoration: none;
}

#topnav a.on
{
	color: #193b80;
	text-decoration: none;
}

#topnav a:hover
{
	color: #193b80;
	text-decoration: underline;
}


/*--------------------------------------------------------------*/
/* MIDDLE */
#middle
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	background-color: #fff;
}

#main_area
{
	padding: 2px;
}

/* nav */

#lhs
{
	margin-bottom: 15px;
	width: 216px;
	float: left;	
}

#nav
{
	margin-top: 19px;
	margin-bottom: 15px;
	background-image: url(../images/elements/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 204px;
	background-color: #faf8f2;
	border-color: #CCC;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
}

#nav li
{
	padding: 0px 0px 0px 20px;
	display: block;
	line-height: 28px;
	font-size: 65%;
	color: #012b40;
	font-weight: bold;
	text-transform: uppercase;	
	background-image: url(../images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border-color: #CCC;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;	
}

#nav li a
{
	display: block;
	color: #657d87;
	font-weight: bold;
	text-decoration: none;	
}

#nav a.on
{
	color: #012b40;
	text-decoration: none;	
}

#nav li a:hover
{
	text-decoration: underline;
}

/* news and events stuff */

#news
{
	font-size: 65%;
	font-weight: bold;
	padding: 8px 12px 12px 9px;
	background-image: url(../images/elements/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;		
}

#news ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#news li
{
	padding: 6px 6px 6px 23px;
	background-image: url(../images/elements/bg_news.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	border-color: #a4dbda;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}


.date
{
	color: #99937e;
	font-weight: bold;
}

/* rhs stuff */

#rhs
{
	width: 518px;
	float: right;
	margin-bottom: 10px;
}

#illustration
{
	margin-bottom: 14px;
}

#content
{
	width: 518px;
	font-size: 70%;
	background-image: url(../images/elements/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;	
}

#text_home
{
	width:	344px;
	float: left;
	padding: 0px 10px 0px 10px;
}

/* box model hack */
#text_home
{
	width: 344px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 324px;
}

/* be nice to Opera */
html>body #text_home { width: 324px; }

#text
{
	width:	508px;
	float: left;
	padding: 0px 10px 0px 10px;
}

/* box model hack */
#text
{
	width: 508px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 488px;
}

/* be nice to Opera */
html>body #text { width: 488px; }

#image_home
{
	float: left;
	width: 164px;
}

#image
{
	padding: 8px 12px 12px 0px;
	background-image: url(../images/elements/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* tables */

table 
{ 
	border-collapse: collapse;
	font-size: 100%;
}

.table1
{
	padding: 3px;
	color: #1a4358;
	background-color: #bcd6db;
	border: 1px solid #81aeba;
	text-align: left;
}

.table2
{
	background-color: #dceaec;
	border: 1px solid #81aeba;
	padding: 3px;
	color: #1a4358;
}

.table3
{
	background-color: #f4f1e5;
	border: 1px solid #ded6b4;
	padding: 3px;
	color: #333;
}

.table4
{
	background-color: #faf8f2;
	border: 1px solid #ded6b4;
	padding: 3px;
	color: #333;
}

.mandatory
{
	color: #F60;
	font-weight: bold;
}

.mandatory_txt
{
	font-size: 90%;
}

/*--------------------------------------------------------------*/
/* BOTTOM */
#bottom
{
	width: 740px;
	height: 4px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;	
	background-image: url(../images/elements/bg_bottom.gif);
	background-repeat: repeat-x;
	font-size: 5%;
}

/*--------------------------------------------------------------*/
/* FOOTER */
#footer
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	text-align: left;
	font-size: 70%;
	font-weight: bold;
	color: #999;	
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

/*--------------------------------------------------------------*/
/* GENERAL STUFF */

h1
{
	font-size: 120%;
	color: #193b80;
	text-transform: uppercase;
}

h2
{
	font-size: 120%;
	color: #193b80;
}

h3
{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 100%;
	color: #3e3a2f;
	text-transform: uppercase;
}

/* used for read more links etc */
h6
{
	padding: 3px 5px 3px 0px;
	margin: 0px;
	font-size: 100%;
	text-align: right;
}

.bold { font-weight: bold; }
.right { text-align: right; }
.center, .centered { text-align: center; }

.pagination
{
	color: #99937e;
	font-weight: bold;
}


/*--------------------------------------------------------------*/
/* clearing div */

.divclear
{
	clear: both;
	height: 0px;
	font-size: 5%;	
}

DL {
	margin: .4em 0;
	padding: 0;
	font-size: .9em;
	color: #666;
}
DT {
	width: 4em;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}
DD {
	margin: 0 0 0 5em;
	padding-left: 10px;
	margin-bottom: .2em;
}
