/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	background-image: url(../images/BgdBody.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.container {
	width:775px;
	margin:0 auto;
}

#header {
	width:100%;
	height:54px;
	float:left;
}

h1 {
	margin:0px;
	width:500px;
	height:51px;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#toplinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff0000;
	float:right;
	width:275px;
	text-align:right;
}

#toplinks a{ 
	text-decoration:none;
	color:#000000;
}

#toplinks a:hover{ 
	text-decoration:none;
	color:#ff0000;
}

#search{
	width:135px;
	height:35px;
	float:right;
	padding-top:15px;
}

.srchtxtbox{
	background-image:url(../images/SearchTxtBox.png);
	background-repeat:no-repeat;
	width:109px;
	height:17px;
	border:0px solid #CCCCCC;
}

#separator {
	width:100%;
	height:5px;
	background-color:#a9a9a9;
	float:left;
}

#separatorbottom {
	width:100%;
	height:5px;	
	float:left;
}

#headerbanner {
	width:100%;
	height:150px;
	float:left;
	padding-bottom:2px;
		
}


/*Left navigation */
#leftnavi{
	width: 175px;
	padding: 30px 0 0 0;
	margin-bottom: 1em;
	font-family: font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	background-color: #fff;
	color: #000;
	float:left;
}

* html #leftnavi{ /*IE 6 only */
	w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}
#leftnavi ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#leftnavi li {
	border-bottom: 1px solid #f1f1f1;
	margin: 0;
}
#leftnavi li a{
	display: block;
	padding: 5px 5px 5px 5px;	
	background-color: #fbfcfc;
	color: #000;
	text-decoration: none;
	width: 100%;
}
html>body #leftnavi li a{ /*Non IE6 width*/
	width: auto;
}
#leftnavi li a:hover{	
	background-color: #f4f5f5;
	color: #ff0000;
}



/*Main Content */
#contentcontainer {
	width:590px;
	padding:0px 5px 0px 5px;
	height:auto;
	float:left;		
}
#contentheading {
	font-family: font-family: Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:18px;
	width:100%;
	height:auto;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #eeeeee;
	float:left;		
}
#maincontent {
	width:100%;
	padding:5px 0px 5px 0px;
	height:auto;
	float:left;	
}

#maincontent p{
	margin:5px;
	line-height:18px;
}


/*Right panel */
#highlights {
padding-top:30px;
	width:145px;
	height:auto;
	float:right;
		
}

#highlights th{
	font-family: font-family: Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:16px;
	padding:5px 5px 5px 5px;
	background-color:#f9f9f9;		
}

#highlights td{
	font-family: font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #0089cf;
	padding:8px 0px 8px 0px;;		
}

.highlightsbold{
	color:#1d5e7f;
	font-weight:bold;
	width:100%;
}


/*Footer */
#footer {
	width:595px;
	padding:5px 0px 5px 0px;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:left;
	border-top:1px solid #f0f0f0;
	height:auto;
	float:right;		
}
#footer a{	
	color:#000000;
	text-decoration:none;		
}
#footer a:hover{	
	color:#ff0000;
	text-decoration:none;		
}


