/* Global */

* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}

hr {
	background-color:#333366;
	height:1px;
	border:0;
}

h3 { 
	font-size:20px; 
	color:#336699;
	font-weight:bold;
}

h4 {
	font-size:16px; 
	color:#336699;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#336699;
}

a:hover {
	text-decoration:underline;
}

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
}

p.quote {
	font-size:11px;
	font-style:italic;
	color:#FFFFFF;
}

/* Layout */
#wrap {
	min-width:760px;
	min-height:960px;
	width:auto !important;
	width:960px;
	margin:0 auto;
	text-align:left
}

#header { background-color:#33363d; }

#sidebar {
	float:left;
	width:20%;
	margin-left:10px;
	overflow:hidden
}

#sidebar2 {
	float:left;
	width:20%;
	overflow:hidden
}

#contact_sidebar2 {
	float:left;
	width:15%;
	overflow:hidden
}

#content {
	float:left;
	width:50%;
	height:960px;
	overflow:hidden;
}

#contact_content {
	float:left;
	width:50%;
	height:960px;
	overflow:hidden;
}

#article_content {
	float:left;
	width:65%;
	height:960px;
	overflow:hidden;
}

#footer { 
	clear:both; 
}

.inside { padding:10px; }

.contact_inside { 
	padding:10px;
	margin-left:80px; 
}

.articles_inside {
	padding:10px;
	margin-left:80px;
}

/* Module specific */
.menu { margin-left:50px; }

.headline_spread {
	font-size:18px; 
	color:#336699;
	font-weight:bold;
	letter-spacing:1.5px;
}

.tiny { font-size:9px; }

.small { font-size:14px; }

.selected { font-weight:bold; }