body	{
	background-image: url(/images/backtile-top-New.png);
	background-position: top left;
	background-repeat: repeat-x;
	/*margin: 0 auto;
	width: 980px;*/
	color: #393328;
	background-color: #736e65;

  	font-family: Helvetica, Verdana, sans-serif; 
	font-size: 12px;
}	


#header {
	display: block;
	padding: 0;
	height: 174px;
}



#header img.full-name {
	margin-top: 35px;
	width: 235px;
	height: 53px;
}

ul#top-nav {
	margin: 0;
	margin-top: 55px;
	padding: 0;
	font-variant: small-caps;
	color: #fff;


}


ul#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Georgia,"Times New Roman",Times,serif; 
	font-size: 16px;
}

ul#top-nav a {
	float: left;
	padding: 7px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

ul#top-nav a:hover, ul#top-nav a.active {
	color: #fff;
	text-decoration: underline;
}



#layout {
	/*padding: 10px;*/
	background-color: #fff;
	margin-bottom: 25px;

}

body#home #layout {
	background-color: transparent;
}


.clearing {
  height: 0;
  clear: both;

}














/* begin column setup*/












.widebox {
	width: 880px;
	margin: 20px auto;
	padding: 20px;
	border: 10px solid #9a958c;
	background-color: #fff;

}






.box, .sidebox {
	margin: 10px;
	padding: 15px;
	border: 10px solid #9a958c;
	background-color: #fff;
	
}



.sidebox {
	margin-top: 25px;
	border: 1px solid #9a958c;
	width: 225px;
}

.sidebox h4 {
	background-image: url(/images/box-top.png);
	background-repeat: no-repeat;
	color: #fff;
	background-color: #4a4134;
	height: 41px;
	text-align: center;
	padding: 0;
	line-height: 40px;
	width: 225px;
	margin-top: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;

}

.sidebox p {
	padding: 5px 10px;
	/*font-size: 12px;*/

}





body#mediator .box-height {
	height: 300px;
}

body#mediator .box-Tall {
	height: 425px;
}





.small-caps {
	font-variant: small-caps;
}









.cfr-box {
	background-color:#E5DED0;
	border: 5px solid #736e65;
	padding: 10px;
}



/* begin two column setup*/





form input.submit {
	font-family: Georgia,"Times New Roman",Times,serif; 
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	background-color: #cfc7ba;
}

form input.input, form textarea.input  {
	font-size: 24px;
	width: 70%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}





/* end three column setup*/





h1, h2, h3, h4, h5, h6, p {
	font-family: Georgia,"Times New Roman",Times,serif; 

}


h1 {
	font-size: 2.0em;
	letter-spacing: -1px;
	color: #1f2d4a;
	font-variant: small-caps;
}

h3 {
	font-size: 1.3em;
    color: #1f2d4a;
}

p {
	font-size: 1.4em;
	color: #232323;
	line-height: 1.8em;
	margin: 0 0 15px 0;
}

.box p, .box li, .sidebox p, .sidebox li {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11px;
}

#layout table.news-layout td, #layout table.news-layout p {
	margin-top: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;

}

#layout ul {
	margin-left: 10px;
	padding-left: 0;

}



ul li {
	margin: 0 0 0 15px;
	padding: 0 5px 5px 7px;
	line-height: 1.5em;
}

li {
	font-size: 1.2em;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.2em;
	margin: 0 0 15px 0;
}


#footer {
	margin: 40px 0;
	text-align: center;
	background-color: #fff;
}


#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;

}

#layout .small, .breadcrumbs, .caption { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px

}

img.float-right {
	float: right;
	margin: 15px 0 5px 10px;
}



/*linkology */

a:link {  
	color: #1f2d4a;
}

a:visited {  
	color: #393328;
}

a:hover {  
	color: #979289; 

}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

a.selected {
	background-color: #ffb300;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	
}


a[href$=".pdf"] {

 padding: 0 20px 0 0;

 background: #fff url(/images/icon_pdf.png) no-repeat right center;

}



a[href$=".doc"] {

 padding: 0 20px 0 0;

 background: #fff url(/images/icon_word.png) no-repeat right center;

}




