BODY {
	margin:0;
	padding:0;
	text-align: center;
	background:url(../images/bg.gif);
}

body, td, th, tr, p, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 150%;
}

#firstwrapper, #wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#menu-wrapper {
	clear:both;
}

#menu {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 33px;
	position:relative;
	z-index:5;
}


#logo {
height:120px;
float:left;
position:relative;
}

#logo a:link, 
#logo a:visited {
text-decoration:none;
position:absolute;
font-weight:bold;
top:25px;
left:5px;
}


#whitebar {
background:white;
height:130px;
margin-bottom:2em;
}

#header {
	text-align:left;
	width: 760px;
	margin: 0 auto;
}

#header .moduletable {
	padding:19px;
	padding-top:40px;
	color:#BC4676;
	font-size:16px;
}

#header p {
	color:#BC4676;
}


p {
	margin:0;
	padding:0;
	margin-bottom:0.8em;
}

#content-inside {
background:white;
margin-bottom:2em;
}

#content-padding {
margin-bottom:2em;
}


#content {
float:left;
width:460px;
}

#content_full {
float:left;
width:100%;
}

#content-padding h2.componentheading {
display:none
}

#content .content h2.componentheading {
display:block;
}

.content, #content-inside {
padding:14px;
border:5px solid #b3b3b3;
background:#000000;
}

#right {
	float:left;
	width:480px;
	margin-left:20px;
}

#right .moduletable,
#right .moduletable_text, 
#right .moduletable_menu {
border:5px solid white;
background:#DDECEF;
margin-bottom:2em;
padding:6px;
}


.clear {
	clear:both;
}

#footerbg {
padding:2em;
padding-top:1.5em;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	clear:both;
}

#footer_menu {
	height: 20px;
	background:white;
	text-align:left;
	padding:14px;
	margin:1.5em;
	margin-right:2em;
	margin-left:0.5em;
	margin-bottom:0em;
}

#footer_text {
	margin:0.6em;
   font-size: 6px;
   float:right;
}

#footer ul, #footer li {
margin:0;
padding:0;
list-style:none;
}

#footer li {
float:left;
font-size:12px;
margin-right:30px;
}

#footer li a:link, 
#footer li a:visited {
color:#666;
}

#footer li a:hover {
color:#222;
}

/* END OF LAYOUT STYLES */


/* GENERAL PURPOSE STYLES */

a, a:link, 
a:active, 
a:visited {
	color: #444;
	text-decoration: none;
	font-weight:bold;
}

a:hover, 
a.active {
	color: #111;
}

.inputbox {
	margin-right: 5px;
	font-size: 10px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

img {
	border: 0;
}

fieldset {
	border:none;
}

/* useful tags */

span.article_separator {
border-top: 0px solid #000000;
display: block;
width: 100%;    
margin-left: 3px;
margin-top:  3px;
}


h1, h2, h3, h4 {
	margin: 0;
	color: #333;
	padding-left: 0;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}

h2.contentheading, 
h2.componentheading, 
.componentheading, 
.contentheading {
display: block;
	margin-bottom:5px;
	margin-top:10px;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	color: #662d91;
}

h3 {
	font-size: 13px;
}

#right h3 {
	font-size: 16px;
	padding:6px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
}

#header h3 {
	font-size: 24px;
	padding:0px;
	padding-bottom:8px;
	text-transform:uppercase;
	letter-spacing:-0.05em;
	color:#BC4676;
}

h4 {
	font-size: 11px;
}

.contentpaneopen {
margin-bottom:16px;
padding-bottom:12px;
}

#content-inside .contentpaneopen {
border:none;
}

#content ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

#content li {	
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 {	
	list-style:square;
	}

ul.arrow2 li {
	list-style:circle;
}

#right ul li {
padding-bottom:4px;
}

/* NAVIGATION MENU */

.buttons {display:none;}

.author, .createdate {
	background:white;
	float:right;
	clear:right;
	margin-left:10px;
	padding:8px;
	width:75px;
	color:#555;
	font-size:11px;
	border:1px solid #87AAAE;
}

.author {
padding-bottom:0;
border-bottom:0;
}

.createdate {
border-top:0;
margin-bottom:10px;
}

.modifydate, .readmore {
text-align:left;
color:#87AAAE;clear:both;
}

