﻿body {
	font: 11pt/16pt 'Century Gothic', Arial, Verdana;
	background: #fff url(../../Media/Design/bgBody.jpg) repeat-x left top;
	color: #858585;
}

div#Container {
	width: 1044px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../../Media/Design/bgContainer.jpg) repeat-y left top;
	position: relative;
}

div#Left {
	width: 270px;
	float: left;
	background: url(../../Media/Design/bgNavigation.jpg) no-repeat left top;
}

ul#Navigation {
	padding-left: 20px;
	min-height: 300px;
	_height: 300px;
}

ul#Navigation li {
	margin: 4px 0;
}

ul#Navigation a:link, ul#Navigation a:visited {
	color: #4a2482;
	text-decoration: none;
	font-weight: bold;
}

ul#Navigation a:hover, ul#Navigation a:active, ul#Navigation li.selected a:link, ul#Navigation li.selected a:visited {
	color: #905fd8;
}

div#Content {
	width: 479px;
	min-height: 450px;
	_height: 450px;
	padding: 0 10px 10px 10px;
	float: left;
}

div#Content ul {
	list-style-type: square;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

div#Content ul li {
	margin: 2px 0;
}

div#Right {
	width: 255px;
	float: left;
	background: url(../../Media/Design/bgRightMid.jpg) repeat-y left top;
}

div#InnerRight {
	background: url(../../Media/Design/bgRightTop.jpg) no-repeat left top;
	padding: 25px;
}

div#Right h3 {
	border-bottom: 2px dotted #afafb1;
	margin-bottom: 10px;
	padding: 5px 0;
}

div#Right ul {
	margin-bottom: 15px;
}

div#Right a:link, div#Right a:visited {
	color: #4a2482;
	text-decoration: none;
}

div#Right a:hover, div#Right a:active {
	color: #905fd8;
}

#brEnd {
	width: 255px;
	height: 30px;
	display: block;
	background: White url(../../Media/Design/bgRightBottom.jpg) no-repeat left top;
}

p#Copyright {
	background: White url(../../Media/Design/bgFooter.jpg) repeat-x left top;
	text-align: center;
	color: #ddd;
	padding-top: 40px;
	position: relative;
	left: -10px;
	margin: 0;
}

p#Copyright a {
	color: #ddd;
	text-decoration: none;
}

h1 {
	height: 175px;
	background: url(../../Media/Design/h1.jpg) no-repeat left top;
	position: relative;
	left: -10px;
	top: 0;
}

h1 a {
	width: 350px;
	height: 93px;
	display: block;
	text-indent: -9000px;
	margin: 0 32px 82px 662px;
}

h2 {
	color: #905fd8;
	width: 479px;
	font-size: 18pt;
	position: absolute;
	top: 120px;
	left: 290px;
}

h3 {
	color: #4a2482;
}

/* Every page will get it's own image */
img#imgPageSuport {
	position: absolute;
	bottom: 60px;
	left: 30px;
}

/*_ _ _ _ _ _ _ _ _ _ NewsTicker_ _ _ _ _ _ _ _ _ _ */
#NewsTicker {
	float: left;
	height: 100px;
	width: 205px;
	overflow: hidden;
	position: relative;
}

#NewsItems {
	position: absolute;
}

#NewsItems div {
	float: left;
	height: 100px;
	width: 205px;
	margin-bottom: 100px;
	position: relative;
	clear: both;
}

/* h3 link */
h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #4a2482;
}

h3 a:hover, h3 a:active {
	color: #afafb1;
}

/* links in content */
#Content a:link, #Content a:visited {
	color: #4a2482;
}

#Content a:hover, #Content a:active {
	color: #afafb1;
}

/* Form */
input[type="text"], input[type="password"] {
	width: 255px;
	height: 27px;
	padding: 5px;
	background: #fff url(../../Media/Design/bgText.jpg) no-repeat left top;
	border: 0;
	margin: 0;
}

textarea {
	font: 11pt/16pt 'Century Gothic', Arial, Verdana;
	border: 0;
	background: #fff url(../../Media/Design/bgTextarea.jpg) no-repeat left top;
	width: 261px;
	height: 196px;
	padding: 2px;
	resize: none;
}