
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

body {
	background: white;
	font: 70% Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
	color: #666666;
}

/* links  */

a {
	color: #7f3a97;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}




/* headings */

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.5em
}

h3 {
	font-weight: bold;
	font-size: 1.25em
}

h4 {
	font-size: 1em
}






/* strong em */

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}








/* page structure & layout */

#page {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#header {
	width: 800px;
	background-image: url(../images/header.gif);
	height: 162px;
	margin-top: 15px;
	position: relative;
}

#nav {
	background-repeat: repeat-x;
	background-image: url(../images/nav.jpg);
	width: 800px;
	height: 27px;
	left: 0px;
	bottom: 0;
	font:95% Arial, Helvetica, sans-serif;
	position: absolute;
}

#content {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 15px;
	margin-top: 5px;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 510px;
}

#sidebar {
	padding-top: 10px;

	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	width: 200px;
}

#footer {
	background-repeat: no-repeat;
	background-image: url(../images/footer.gif);
	width: 800px;
	clear: both;
	font-size: 1.1em;
	height: 91px;
	margin-bottom: 15px;
}

/* navigation */

#nav ul {
	display: inline;
}

#nav li {
	display: block;
	float: left;
	list-style: none;
}

#nav li a {
	text-transform: uppercase;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 10px;
	color: #c797ce;
	font-weight: 700;
	display: block;
	margin: 0;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
	background-image: url(../images/link_bg_2.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

#nav li a.current {
	background-image: url(../images/link_bg_2.jpg);
	color: #ffffff;
	background-repeat: repeat-x;
}


/* content */

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content ul {
	line-height: 1.8em;
	list-style: circle;
	margin: 0 30px 20px 30px;
}

#content ul li {
	line-height: 1.8em;
	padding-left: 2px;
}



/* misc */

a img {
	border-style: none;
}

acronym {
	cursor: help;
}

hr, .hide {
	display: none;
}

.show {
	display: inline;
}

/* classes */

.right, .left {
	background: #fff;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}

.right {
	float: right;
	margin: .5em 0  6px 12px;
}

.left {
	float: left;
	margin: .5em 12px 6px 0;
}

/* tables & forms */

input, select, th, td {
	font-size: 1em
}

.contactForm {
	width: 308px;
}

.contactForm p {
	padding: 10px;
}

.contactForm input {
	width: 240px;
}

.contactForm textarea {
	width: 281px;
	height: 120px;
}

.submit {
	width: 45px!important;
}




td .news {
	margin: 0;
	padding-top: 500px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

table .news {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#content table.news tbody tr td.news p {
	padding: 0px;
	margin: 0px;
}