body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #f3f3f3;
}

a:link, a:visited { color: #333333; text-decoration: none; } 
a:active, a:hover { color: #333333; text-decoration: underline; }

h1 {
	margin: 0;
	padding: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

h2 {
	margin: 0;
	padding: 0 0 5px 0; 
	font-weight: bold;
	font-size: 1.4em;
	color: #666666;	
}

h3 {
	margin: 0;
	padding: 13px 0 0 15px; 
	font-weight: bold;
	font-size: 1.6em;
	color: #ffffff;	
}

h4 {
	margin: 0;
	padding: 0 0 5px 0; 
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;	
}

p {
	margin: 0;
	text-align:justify;
	padding: 0 0 10px 0;

}

.readmore_black a{
	clear: both;
	float: right;
	display: block;
	width: 80px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/button.gif) no-repeat;
}

.imagebox {
	float: left;
	width: 330px;
	padding: 0;
	margin: 0 10px 0 0;
}

.imagebox img {
	padding: 0;
	margin: 0;
}

.imagebox .caption {
	clear: both;
	font-weight: bold;
	color: #000;
	font-size: 1em;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
	padding: 0 9px;
	background: url(images/shadding.gif) repeat-y;
}

#container {

	margin: 0px;
	width: 960px;
	background: #cac5b2;
}

#banner {
	margin: 0 0 5px 0;
	width: 960px;
	height: 200px;
	background:url(images/freespeechlogo.jpg) no-repeat;	
}


/*------------- Menu ------------------*/
#horizontal_menu {
	width: 960px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	background: url(images/menuBG.gif) repeat-x;
}

#horizontal_menu ul {
	margin: 0px;
	padding: 0 0 0 105px;
	list-style: none;
}

#horizontal_menu ul li{
	display: inline;
}

#horizontal_menu ul li a{
	float: left;
	width: 123px;
	padding: 12px 0;	
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#horizontal_menu li a:hover, #horizontal_menu li .current{
	color: #FFFFFF;
	background: url(images/menuhoverBG.gif) center center no-repeat;
}
/* ---------- End of Menu ------------- */

#content {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 940px;
}

#twocolumn {
	float: left;
	margin-bottom: 5px;	
}

/* left side of 2 columns */
.twocol_left {
	float: left;
	margin-right: 5px;
	width: 675px;
}

.twocol_left_top {
	width: 675px;
	height: 18px;
	background: url(images/twocol_left_top.gif) no-repeat;
}

.twocol_left_body {
	margin: 0px;
	padding: 0 15px;
	width: 645px;
	background:url(images/twocol_left_body.gif) repeat-y;
}

.twocol_left_bottom {
	width: 675px;
	height: 6px;
	background: url(images/twocol_left_bottom.gif) no-repeat;
}


/* end of left side of 2 columns */
/* right side of 2 columns */
.twocol_right {
	float: left;
	width: 260px;
}

.twocol_right_header {
	width: 260px;
	height: 35px;
	background: url(images/twocol_right_header.gif) no-repeat;
}

.twocol_right_body {
	margin: 0px;
	padding: 15px 15px 0px 15px;
	width: 230px;
	background:url(images/twocol_right_body.gif) repeat-y;
}

.news {
	padding: 0 0 10px 0;
}

.title {
	font-size: 1.3em;
	color: #8e0e0e;	
	font-weight: bold;

	}

.publishdate {
	padding: 0 0 3px 0;
	font-size: 0.8em;
	color: #8e0e0e;	
	font-weight: bold;
	
}
.more a{
	clear: both;
	text-decoration: none;
	font-weight: bold;

}

form {
	margin: 0;
}
.submitbtn {
	margin: 0 0 0 10px;
}
.twocol_right_bottom {
	margin: 0px;
	width: 260px;
	height: 10px;
	background: url(images/twocol_right_bottom.gif) no-repeat;
}

/* end of right side of 2 columns */

#onecolumn {
	clear: both;
	float: left;
	width: 940px;
	margin-bottom: 5px;	
}

.onecol_top {
	float: left;
	width: 940px;
	height: 17px;
	background: url(images/onecol_top.gif) no-repeat;
}

.onecol_body {
	float: left;
	margin: 0px;
	padding: 0 15px;
	width: 910px;
	background:url(images/onecol_body.gif) repeat-y;
}

.onecol_bottom {
	float: left;
	width: 940px;
	height: 7px;
	background: url(images/onecol_bottom.gif) no-repeat;
}

.section {
	float: left;
	margin: 5px -10px 10px 0;
}

.smallbox {
	text-align: center;
	float: left;
	width: 160px;
	height: 120px;
	margin: 0 10px 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	background: #FFFFFF;
	border: 2px solid #a8a188;
}

.smallbox a{
	font-size: 1.0em;
	font-weight: bold;

	}

.smallbox img{
	padding: 0 0 20px 0;
	margin: 0px;
	border: none;
}
/* end of left side of 2 columns */

/*----- FOOTER -----*/
#footer {
	clear: both;
	width: 960px;
	height: 60px;
	padding: 20px 0 0 0;
	text-align: center;
	background:	url(images/footerBG.gif) repeat-x;
	color:#CCC;
	font-size: 1.1em;
	line-height: 18px;
}

#footer a{
	color:#CCC;
	text-decoration: none;
}

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

/*----- END OF FOOTER -----*/