/*defaults*/
body {
	background: #595241;
	color: #2B3729;
	margin: 20px 0;
	padding: 0;
	font-family: Georgia, Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 90%;
}

p {margin:0; padding:0 0 15px 0; }
a	{color:#2B2E79; text-decoration: none; }
a:hover	{color:#225799; text-decoration:underline; }


/*layout*/
#wrap	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:20px 20px 5px 20px; background:#fff; text-align:left; }
#header{
	background: url('../images/header2.gif') repeat-x;
	border-bottom:1px solid #ACCFCC;
}
#navigation	{padding:10px 0; border-bottom: 1px solid #ACCFCC;}
/*#header		{background:#B8CCA2 url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }*/
#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:170%; }
#content h1	{font-size:170%; font-weight:bold; line-height:130%; margin:0; padding:0 0 10px 0; color: #333441;}
 h1	{font-size:170%; font-weight:bold; line-height:130%; margin:0; padding:0 0 10px 0; color: #333441; padding-top: 10px;}
html>body div#content h1{
	padding-top: 11px;
	font-size: 150%;
}
h2	{font-size:120%; font-weight:bold; line-height:130%; margin:0; padding:0 0 10px 0; color: #5B5C6C;}
#content h3{ font-size: 105%; padding-top: 10px; padding-bottom: 0;
}
#content p{
	padding-top: 10px;
	border-top: 1px dashed #ACCFCC;
}


#news		{float:right; width:250px; padding:25px 0; line-height:140%; text-align:left; }
#news ul{
	padding-left: 10px;
}
.newsItem	{padding:15px 20px 15px 20px; background:#CAE8E5; border:1px solid #ACCFCC; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#B8AE9C; padding:20px; text-align:center; border-top:2px solid #595241; }
html>body #footer{
	height: 20px;
}


/*headings*/
.newsItem h1	{color:#2B3729; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }


html>body div#content{
	padding-top: 10px;
}

#header h1		{
	font-weight: normal;
	font-size: 170%;
	margin: 0;
	padding: 0;
	color: #B8CCA2;
}


/*navigation*/
#navigation ul		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#B21C18; padding:0 20px 0 0; text-decoration:none; font-weight: bold; }
#navigation a:hover	{color:#475B44; }

#footer .address 		{margin:0; padding:0; float: left; text-align: left;}
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }

.bigLink
{
	font-size: 125%;
	padding-bottom: 25px;
	
}

.bigLink a
{
	text-decoration: none;
	font-weight: bold;
}

.bold
{
	font-weight:bold;
}

.italic
{
	font-style: italic;
}

.calbox{
	background: #CAE8E5;
	padding: 5px;
	border: 1px solid #ACCFCC;
	margin-top: 2px;
}

.caltitle
{
	font-weight:bold;
	font-size: 110%;
	display: block;
}

.container
{
	border-top: 1px dashed #ACCFCC;
	padding: 10px;
}
/*form*/
form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}


.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

a.pdf
{
	display: block;
	background: url('../images/pdf.gif') center left no-repeat;
	padding-left: 20px;
}

.highlight
{
	font-size: 140%;
}
