body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(images/JERKs_body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e7ddd2;
	background-position: left 212px;

}
h1 {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times;
	margin-top:0;
	font-size: 21px;
	font-weight: normal;
	color: #265fa2;
	text-align: center;
}
h2 {
	margin-top:0;
	font-size: 16px;
	font-weight: normal;
	color: #265fa2;
}
h2.blog {
	margin:0;
	font-size: 16px;
	font-weight: normal;
	color: #265fa2;
}
#sidebar1 h2 {
	font-size: 15px;
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times;
	color: #624327;
	padding-left:10px;
}
#sidebar2 h2 {
	font-size: 15px;
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times;
	color: #624327;
	padding-right:10px;
}
hr {
	border: none 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c0aea0;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#container { 
	width: 920px; 
	margin: 0 auto; 
	text-align: left;
	background-image: url(images/JERKs_container_bg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
	position:relative;
} 
#header {
	background-image: url(images/JERKs_banner_bg.jpg);
	background-repeat: repeat-x;
	height: 180px;
	text-align: center;
}
#menu {
	background-image: url(images/JERKs_menu_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
} 
#sidebar1 {
	float: left; 
	width: 180px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sidebar1 a {
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #624327;
	line-height: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top:5px;
}
#sidebar1 a:hover {
	border-bottom-style: solid;
}
#sidebar2 {
	float: right; 
	width: 180px; 
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar2 a {
	display: block;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #624327;
	line-height: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top:5px;
	text-align: right;
}
#sidebar2 a:hover {
	border-bottom-style: solid;
}
#mainContent {
	margin: 0 200px; 
	padding: 20px;
	line-height: 18px;
	color: #333333;
} 
#mainContent a {
	color: #265fa2;
	text-decoration: none;
} 
#mainContent a:hover {
	text-decoration: underline;
} 

/* search bar, login bar, search page and contact forms */
form {
	margin: 0px;
}
#menuLoginForm {
	width: 206px;
}
#pageSearchForm, #menuSearchForm {
	width: 267px;
}
#menuSearch, #menuLogin {
	background-color: #013673;
	padding: 0px 5px 5px 5px;
	position:absolute;
	top:-1px;
}
#menuLogin {
	width: 206px;
	z-index: 101;
	left:505px;
}
#menuSearch {
	width: 267px;
	z-index: 100;
	left:613px;
}
.submit {
	margin: 0px;
	cursor: pointer;
	cursor: hand;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}
#menuLoginForm .input {
	float:left;
	width: 200px;
	height:16px;
	border: 1px solid #4683cb;
	margin: 0 0 5px 0;
}
#pageContactForm .input, #pageSearchForm .input, #menuSearchForm .input {
	float:left;
	width: 200px;
	height:16px;
	border: 1px solid #4683cb;
	margin: 0;
}

#pageContactForm .submit, #menuSearchForm .submit, #pageContactForm .submit, #pageLoginForm .submit, #menuLoginForm .submit, #pageSearchForm .submit {
	float:right;
}
#applicationForm .input, #pageContactForm .input, #pageLoginForm .input {
	width: 200px;
	height:16px;
	border: 1px solid #4683cb;
	margin: 0 0 5px 10px;
}
#applicationForm .textarea, #pageContactForm .textarea, #pageContactForm .textarea {
	width: 200px;
	border: 1px solid #4683cb;
	margin: 0 0 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}
#sideContactForm {
	margin: 0 0 0 10px;
}
#sideContactForm .input {
	width: 174px;
	border: 1px solid #c0aea0;
	margin: 0 0 5px 0;
}
/* footer */
#footer {
	background-color: #4683cb;
	background-image: url(images/JERKs_footer_bg.jpg);
	background-repeat: repeat-x;
} 
#footerMenu {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #e1e1e1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #013673;
	margin-bottom: 1px;
	padding: 10px;
	line-height: 16px;
	width: 900px;
}
#footerMenu a {
	text-decoration: none;
	color: #e1e1e1;
}
#footerMenu a:hover {
	text-decoration: underline;
}
#footerInfo {
	font-size: 10px;
	text-align: center;
	color: #e1e1e1;
	padding: 10px;
} 
#footerInfo a, .specialfont a {
	color: #e1e1e1;
	text-decoration: none;
} 
#footerInfo a:hover, .specialfont a:hover {
	text-decoration: underline;
} 
#sidebarSurvey {
	margin: 0 10px 15px 0;
}
#sidebarSurvey table {
	margin: 10px 0px 5px 0px;
	border: 0px;
	width: 100%;
}
/* miscellaneous */
.specialfont {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times;
}
.specialfontsmall {
	font-family: "Copperplate Gothic Bold", Georgia, "Times New Roman", Times;
	font-size: 16px;
}
.spacer {
	height: 14px;
	width: 1px;
	margin: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quote {
	font-style: italic;
	padding: 10px;
	background-color: #EDE6DE;
	width: 75%;
	font-weight: bold;	
}
.lncNews {
	padding: 5px;
	background-color: #f0f0f0;
	float:right;
	text-align:center;
	width:150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.news {
	padding: 15px;
	background-color: #f0f0f0;
}
.menulogintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* some blog css */
#commentform .textarea {
	width: 400px;
	border: 1px solid #4683cb;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;

}
#commentform .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
	width: 200px;
	border: 1px solid #4683cb;
	margin: 0;
}
#sidebar ul  {
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	margin:5px 0 5px 0;
}
#sidebar ul li ul li {
	list-style-type: square;
	margin:5px 0 5px 20px;
}
.postmetadata {
	background-color: #f0f0f0;
	padding: 5px;
	text-align: center;
}
small {
	font-size: 11px;
	line-height: normal;
}