/*defaults*/
body 	{background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{
	text-align:center;
	width:800px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9966;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
}
#holder		{
	width:760px;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../images/bkholder.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#logo		{
	padding:5px 30px 20px 0px;
	background-repeat: no-repeat;
	background-position: 180px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#navigation	{padding:10px 0; }
#header		{
	padding:10px;
	height:200px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #999999;
}
#content	{
	float:left;
	width:490px;
	line-height:normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	height: 650px;
	background-image: url(../images/home.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#contentP	{
	float:left;
	width:490px;
	line-height:normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	
}

#contentL	{
	float:left;
	width:750px;
	line-height:normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	
}
#news		{
	float:left;
	width:250px;
	line-height:140%;
	text-align:justify;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.newsItem	{
	border:1px solid #003366;
	font-size:90%;
	margin-bottom:10px;
	background-color: #FEFFD5;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.newsItemCL	{
	border:1px solid #003366;
	font-size:90%;
	margin-bottom:10px;
	background-color: #FEFFD5;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.newsItemW	{
	border:1px solid #003366;
	font-size:90%;
	margin-bottom:10px;
	background-color: #FEFFD5;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/newside.jpg);
	background-repeat: no-repeat;
	height: 700px;
}
.newsItemP	{
	border:1px solid #003366;
	font-size:90%;
	margin-bottom:10px;
	background-color: #FEFFD5;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/newsideP.jpg);
	background-repeat: no-repeat;
	height: 850px;
}
.newsItem3	{
	border:1px solid #003366;
	font-size:90%;
	margin-bottom:10px;
	background-color: #FEFFD5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
#footer		{
	clear:both;
	width:760px;
	font-size:80%;
	padding:20px;
	text-align:left;
	border-top:2px solid #2765AF;
	background-color: #CCCC99;
	background-image: url(../images/ftback.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#003366; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#003366; }


/*navigation*/
#navigation ul 		{
	margin:0;
	padding:0;
	font-size: 12px;
}
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#003366; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#993300; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#FFFFFF; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#999999; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.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 */
