@import url("reset.css");

body {
	background: url(../images/body_bg.jpg) repeat left top;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	text-align: center;
	color: #555555;
	font-size: 13px;
	padding: 0 0 0px 0;
}

.clear {clear: both; height: 1px; overflow: hidden;}	

a:link, a:visited, a:active {
	color: #cc2288;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #ee88bb;
}

h1 {
	color:#CC99CC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
}

h2 {
	color:#CC99CC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
}

h3 {
	color:#CC99CC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

h4 {
	color:#CC99CC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

h5 {
	color:#CC99CC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

h6 {
	color:#CC99CC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

p {
	margin-bottom: 10px;
}

#wrapper {
	margin: 0 auto;
	width: 935px;
	text-align: left;
}

#header {
	background: url(../images/header_bg.png) no-repeat left top;
	height: 308px;
	position: relative;
}

#header .logo {
	width: 549px;
	height: 106px;
	position: absolute;
	top: 147px;
	left: 196px;
}

#header .logo a:link,
#header .logo a:visited,
#header .logo a:active {
	text-decoration: none;
	width: 549px;
	height: 106px;
	display: block;
	text-indent: -9999px;
}

#header .logo a:hover {
	text-decoration: none;
}

#header .moduletable-text {
	position: absolute;
	top: 265px;
	left: 163px;
}

#containerWrapper {
	width: 935px;
	position: relative;
}

#rightCol {
	width: 188px;
	position: absolute;
	right: 0px;
	top: 0px;
} 

#rightCol .moduletable {
	width: 188px;
}

#rightCol .moduletable ul li a:link,
#rightCol .moduletable ul li a:visited,
#rightCol .moduletable ul li a:active {
	text-decoration: none;
}

#containerTop {
	background: url(../images/container_top.png) no-repeat left top;
	height: 110px;
	width: 935px;
	position: relative;
}

#containerTop .moduletable-newsletter {
	background: url(../images/newsletter_bg.jpg) no-repeat left top;
	width: 344px;
	height: 83px;
	position: absolute;
	left: 218px;
	top: 24px;
}

#containerTop .moduletable-newsletter .inputbox {
	width: 213px;
	padding: 2px 3px;
	margin: 42px 0 0 19px;
	background: none;
	border: none;
}

#containerTop .moduletable-newsletter .button {
	width: 76px;
	height: 22px;
	margin: 39px 0 0 12px;
	cursor: pointer;
	background: none;
	border: none;
	color: #fff;
}

#containerRepeat {
	background: url(../images/container_repeat.png) repeat-y left top;
	width: 875px;
	padding-left: 60px;
}

#contentCol {
	width: 687px;
	float: left;
}

#contentCol .moduleTop {
	background: url(../images/module_top_img.gif) no-repeat left top;
	height: 119px; 
	width: 687px;
}

#contentCol .moduleTop h3 {
	color: #000;
	font-size: 18px;
	padding: 42px 0 0 136px; 
	letter-spacing: -1px;
	float: left;
}

#contentCol .moduleTop .date {
	font-size: 12px;
	color: #000;
	float: right;
	padding: 45px 22px 0 0px;
	float: right;
}

#contentCol .moduleRepeat {
	background: url(../images/module_repeat_img.gif) repeat-y left top;
	width: 570px;
	min-height: 286px;
	height: auto !important;
	height: 286px;
	padding-left: 100px;
	padding-right: 40px;
}

#contentCol .moduleBottom {
	background: url(../images/module_bottom_img.gif) no-repeat left top;
	height: 107px;
	width: 564px;
	padding: 0 25px 0 98px;
	position: relative;	
	margin-bottom: 10px;
}

#contentCol .moduleBottom .bottom {
	width: 564px;
	position: absolute;
	top: 74px;
	left: 98px;
}

#contentCol .moduleBottom .bottom .posted {
	float: left;
	color: #000;
	padding-top: 7px;
}

#contentCol .moduleBottom .bottom .posted span {
	color: #fff;
	font-weight: bold;
}

#contentCol .moduleBottom .bottom .share {
	float: left;
	/*margin-left: 109px;*/
	margin-left: 50px;
	margin-top: 7px;
}

#contentCol .moduleBottom .bottom .comments {
	float: right;	
	color: #000;
	padding-top: 7px;
}

#contentCol .moduleBottom .bottom .comments a:link,
#contentCol .moduleBottom .bottom .comments a:visited,
#contentCol .moduleBottom .bottom .comments a:active {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

#contentCol .moduleBottom .bottom .comments a:hover {
	text-decoration: none;
}

.componentheading {
	color: #8e68ad;
	font-size: 22px;
	padding-bottom: 15px;
	font-family: "Times New Roman";
	font-weight: bold;
}

.contentheading {
	color: #8e68ah;
	font-size: 18px;
	padding-bottom: 15px;
	font-family: "Times New Roman";
	font-weight: bold;
}

.small, .createdate, .modifydate {
	color: #8e68ad;
	font-size: x-small;
}

.small, .createdate, .modifydate {
	color: #837c50;
	font-size: x-small;
}

.content ul {
	padding-bottom: 15px;
	padding-left: 30px;
}

.content ul li {
	color: #333333;
	list-style: disc;
	margin-bottom: 3px;
}

#containerBottom {
	background: url(../images/container_bottom.png) no-repeat left top;
	height: 17px;
	width: 935px;
}

#footer {
	color: #000;
	padding: 20px 0 20px 0px;
	text-align: center;
}

#dropmenudiv{
position:absolute;
border:2px solid #FFFFFF;
border-bottom-width: 0;
font:normal 11px  Geneva, Arial, Helvetica, sans-serif;
z-index:100;
line-height: 10pt;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:link{ 
color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #CE5EAE;
color: #FFFFFF;
}