body {
	font-family: "Trebuchet MS";
}

a {
	color: #000080;
	font-weight: bold;
	font-weight: bold;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 26px;
	font-family: "Times New Roman";
	font-style: italic;

}

h2 {
	font-size: 23px;
	font-family: "Times New Roman";
	font-style: italic;

}

h3 {
	color: #000000;
	font-size: 20px;
	font-family: "Times New Roman";
	font-style: italic;

}

h3 a{
	color: #000000;
	font-size: 20px;
	font-family: "Times New Roman";
	font-style: italic;

}
#PageContainer {
	margin: 0 auto 0;
	width: 950px;
	border: solid 3px #539DC2;
}

#Banner {
	background: url(imgs/socap-header.jpg) no-repeat;
	height: 282px;
}

#Nav {
	background: url(imgs/nav.gif) no-repeat;
	height: 38px;
	padding: 10px 0 0 39px;
	color: #539DC2;
}

#Nav a {
	color: #539DC2;
}

#Nav a:hover {
	color: #ffffff;
}

#ContentContainer {
	position: relative;
	height: 100%;
	width: 950px;
	padding: 0px;
}

#RightColumn {
	position: relative;
	float: left;
	width: 580px;
	padding: 5px 15px 10px 35px;
}

#LeftColumn {
	position: relative;
	float: left;
	width: 280px;
	height: 100%;
	padding: 5px 15px 10px 5px;
/*	background-color: #d2d1e1; */
}

#RightColumnIF {
	position: relative;
	float: left;
	width: 270px;
	height: 100%;
	padding: 5px 5px 5px 5px;
/*	background-color: #d2d1e1; */
}

#LColumns {
	position: relative;
	float: left;
	width: 400px;
	height: 100%;
	padding: 5px 15px 10px 50px;
}

#RColumns {
	position: relative;
	float: left;
	width: 400px;
	height: 100%;
	padding: 5px 15px 10px 35px;
}

#MainColumn {
	position: relative;
	float: left;
	width: 930px;
	height: 100%;
	padding: 15px 15px 15px 15px; 
}

#Footer {
	clear: both;
	height: 200px;
}

#Footer p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#Footer a {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;	
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}

.description {
	margin: 1px 0 5px 0;
	font-size: 11px;
}

/* CLEAR FIX*/
.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 */