/* CSS Document */



body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.6em;
	text-align:center;
	background-color: #333;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}



/* links

--------------------------------------------------*/

a {
	color:#D03423;
}



a:hover {
	color:#A72A1C;
}



/* container

--------------------------------------------------*/

#container {
	width:840px;
	top: -20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/background_rpt.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* header

--------------------------------------------------*/

#header {
	width:800px;
	margin:0 auto 0px;
	text-align: left;
	border: none;
	padding: 0px;
	height: 150px;


}



#header h1 {

  display:none;

  padding-top:50px;

}



/* navigation

--------------------------------------------------*/



#navigation {
	height:40px;
	line-height:40px;
	background-color: #000;
	margin-right: 20px;
	margin-left: 20px;
}



#navigation ul {
	margin:0px 0px 0px 50px;
	padding:0;
}



#navigation li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}





#navigation li a {
	display:block;
	padding:0px 10px;
	font-size:12px;
	text-transform:none;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
}



#navigation li a:hover {color:#FFFFFF;}



#navigation .selected,

#navigation a:hover

  {background-color:#999999}



* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */



#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {

	list-style: none;

	margin: 0;

	padding: 0;

	background-color: #E3ECE7;

}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {border-bottom: 1px solid #EEE;}



/* fix for browsers that don't need the hack */

html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/



#sectionLinks{

	margin: 0px;

	padding: 0px;

	border-bottom: 1px solid #cccccc;

	font-size: 90%;

}



#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #D03423;
}

#navBar h2{

font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #FFFFFF;

	vertical-align: top;

	top: 0px;

	margin: 0px;

	padding: 5px;

	background-color: #325A51;

	}



#sectionLinks a:link{

	padding: 2px 0px 2px 10px;

	border-top: 1px solid #cccccc;

	width: 100%;

  voice-family: "\"}\""; 

  voice-family:inherit;

	width: auto;

	text-decoration: none;

}



#sectionLinks a:visited{

	border-top: 1px solid #cccccc;

	padding: 2px 0px 2px 10px;

}



#sectionLinks a:hover{

	border-top: 1px solid #cccccc;

	background-color: #90BEB4;

	padding: 2px 0px 2px 10px;

	color: #336666;



}



/* Content

--------------------------------------------------*/

#content {
	width:800px;
	margin:20px auto 0px;
	padding: 0px;


}





#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}



#content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	vertical-align: top;
	top: 0px;
	line-height: normal;
}

#content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #D03423;
	vertical-align: top;
	top: 0px;
	line-height: normal;
	margin-bottom: 10px;
}



/* Welcome text

--------------------------------------------------*/

#mainImage {
	width:800px;
	margin:0px auto;
	padding: 0px;


}





/* Coulumns

--------------------------------------------------*/

#leftColumn {
	width:423px;
	text-align: left;
	margin-left: 50px;
	font-weight: bold;
}







#rightColumn {
	width:250px;
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}





/* --------- Images ---------- */



img.left {

  float:left;

  margin:0 12px 0 0;

}



img.right {

  float:right;

  margin:0 0 0 12px;

}



img.center {

  display: block;

  margin:0 auto;

}



#footer {
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	margin-top: -14px;
	background-image: url(images/footer_back.png);
	background-repeat: no-repeat;
	height: 200px;
}

#footer p{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #373737;
	padding-top: 50px;
}

.footer_rule{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #373737;
}



/* Images */

img.left {
	float:left;
	margin:2px 5px 0px 0px;
	border: none;
}

img.right {
  float:right;
  margin:2px 0px 0px 12px;
}

img.tableft {
	margin:0px;
}

img.tabright {
	margin:0px;
}

/* Side form */

#sideMenu_form {
	width:250px;
	padding-left: 20px;
	background-image: url(images/note.png);
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 20px;
	padding-right: 20px;
}

#sideMenu_form p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding-right: 50px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sideMenu_form h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.formSM {
	width:200px;
	height:25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-image: url(images/text_field_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #666666;
 }
 
.btn_centre {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
 }

