html {
	font-size: 100%;
	width:100%;
}

body {
	font: 0.9em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding:0px;
	margin:0;
	color:#FFFFFF;
	width:100%;
	line-height:1.2em;
	background-color:#1F1D1D;
}

img {
	border:0px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

form {
	display:inline;
}

a:hover {
	color:#ea2dbb;
	text-decoration:underline;
}

a.activelnk {
	color:#ea2dbb;
	text-decoration:none;
}

a.activelnk:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.txt_italic {
	font-style:italic;
	font-size:0.8em;
}

.txt_bold {
	font-weight:bold;
}

.txt_color {
	color:#ea2dbb;
}

div#main {
	width:768px;
	margin:0 auto 0 auto;
}

div.header {
	width:768px;
	height:164px;
	clear:both;
}

div#logo {
	width:260px;
	height:144px;
	float:left;
	
}
div#logo h1 {
	display:none;
}
div#logo img {
	border-top:20px;
}

div.pubarea {
	width:468px;
	height:60px;
	margin-top:35px;
	float:right;
	background:#1F1D1D;
}

div.bodypage {
	clear:both;
	width:768px;
	text-align:left;
}

div#leftcolumn {
	width:520px;
	text-align:left;
	
}

div#leftcolumn h2 {
	font: 1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: transparent url(images/background2.gif) repeat-x 0 50%;
	font-style: italic; font-variant: normal; font-weight: normal; line-height: normal;
	font-size-adjust: none; font-stretch: normal;
}

div#leftcolumn h2 span {
	padding: 0 4px;
	background: #1F1D1D;
}

div#leftcolumn p {
	text-align:justify;
	width:520px;
}

div#leftcolumn p.marge {
	margin-bottom:40px;
}

div#leftcolumn ul.rooster, div#leftcolumn ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-position:inside;
}

div#leftcolumn ul.rooster li, div#leftcolumn ul li{
	list-style-type:square;
}

div#leftcolumn ul.rooster li span.listtitle {
	font-weight:bold;
	color:#ea2dbb;
	font-size:1.1em;
	font-variant:small-caps;
}

div#leftcolumn ul.sublist {
	margin:0 0 25px 25px;
	padding:0 0 0 0;
	list-style-position:inside;
}

div#rightcolumn {
	width:238px;
	float:right;
	top:0;
	right:0px;
	position:relative;
}

div#rightcolumn h2 {
	display:none;
}

ul.mainmenu {
	margin:5px 0 20px 50px;
	padding:0 0 0 0;
	clear:both;
	
}
ul.mainmenu li {
	list-style-type:square;
	list-style-position:inside;
}

ul.mainmenu li a {
	color:#ea2dbb;
	text-decoration:none;
}

ul.mainmenu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

div.newsletter {
	display:block;
	clear:both;
	width:220px;
	margin:0 auto 0 auto;
	border:1px solid #463e3e;
}

div.myspacelink {
	display:block;
	clear:both;
	width:150px;
	margin:0 auto 0 auto;
}

div.twitterlink {
	display:block;
	clear:both;
	width:150px;
	height:48px;
	font-weight:bold;
	margin:0 auto 0 auto;
}

div.newsletter h3 {
	margin:6px 0 15px 6px;
}

div.newsletter form {
	display:inline;
}

div.newsletter label {
	font-size:0.9em;
	margin-left:20px;
}

div.newsletter input {
	border:1px solid #ea2dbb;
	background:#FFFFFF;
	color:#333333;
}

div.newsletter input:focus {
	border:1px solid #FFFFFF;
	background:#ea2dbb;
	color:#FFFFFF;
}


div#footer {
	width:100%;
	height:130px;
	border-top:2px solid #ea2dbb;
	margin-top:15px;
}

div.footerlist {
	float:left;
	margin-right:30px;
	height:80px;
	margin-top:10px;
	margin-left:10px;
}

div.footerlist h4 {
	margin:0 0 0 0;
	font-size:0.9em;
	color:#ea2dbb;
}

ul.footerlinks {
	margin:0 0 0 0;
	padding-top:0;
	padding-bottom:0;
}

ul.footerlinks li {
	margin:0 0 0 0;
	line-height:1.1em;
	padding-top:0;
	padding-bottom:0;
	font-size:0.75em;
	list-style-type:square;
}

div.copyright{
	font-size:0.7em;
	width:400px;
	height:15px;
	text-align:right;
	float:right;
	margin-top:0px;
	margin-left:0px;
}


form.contactform {
	position:absolute;
}

div.formlign {
	width:90%;
	clear:both;
	height:30px;
}

div.formlign label {
	width:180px;
	border-bottom:1px dashed #463e3e;
	margin-right:10px;
	display:block;
	float:left;
}

div.formlign input,textarea {
	border:1px solid #ea2dbb;
	background:#FFFFFF;
	color:#333333;
}

div.formlign input:focus,textarea:focus {
	border:1px solid #FFFFFF;
	background:#ea2dbb;
	color:#FFFFFF;
}