/* general */

body {
	margin: 0;
	background-color: white;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #57ADF0;
	text-decoration: underline;
}

a:hover {
	color: #57ADF0;
	text-decoration: none;
}

#conainer {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#header {
	width: 980px;
	height: 20px;
	border-bottom: 1px solid #C3C5C8;
	margin: 35px 0 12px 0;
}

#header h1 {
	font-weight: normal;
	color: #57ADF0;
	font-size: 28px;
	font-style: italic;
	margin: 0 0 0 35px;
}

#header h2 {
	position: absolute;
	width: 980px;
	top: 40px;
	font-weight: normal;
	color: #48D585;
	font-size: 22px;
	font-style: italic;
	text-align: right;
	margin: 0;
}

#header h2 img {
	background-color: white;
	margin-right: 10px;
	padding: 0 5px;
}

#header_image {
}

#language {
	float: right;
}

#language ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#language li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
	float: left;
}

#language a {
	color: black;
	display: block;
	float: left;
	height: 16px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	border: 1px solid white;
}

#language a:hover {
	background-color: #BBDEF9;
	height: 14px;
	background-position: 0 -1px;
	margin-top: 1px;
	padding-top: 0;
	border-color: black;
}

#mainmenu {
	background: url(../dsg/menu_bg.gif) no-repeat;
	height: 24px;
	padding-right: 17px;
	text-align: right;
}

#mainmenu ul {
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 0;
	float: right;
}

#mainmenu li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 1.5em;
	padding: 0;
}

#mainmenu a {
	color: #2DC36E;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#mainmenu a.selected {
	font-weight: normal;
}

#content {
	margin: 0px 9px;
	border-left: 1px solid #C3C5C8;
	border-right: 1px solid #C3C5C8;
	text-align: left;
}

#main {
	padding: 20px 20px;
	margin: 0px 220px 0px 180px;
	text-align: justify;
}

/* IE <em> bug workaround */
* html #main {
	text-align: left;
}

#main h1 {
	font-size: 164%;
	font-style: italic;
	color: #98E0B7;
	letter-spacing: 0.2em;
	margin: 0 0 1em 0;
}

#main h2 {
	font-size: 120%;
	color: #98E0B7;
	letter-spacing: 0.2em;
	margin: 0 0 0 0;
}

#main .paging {
	text-align: center;
	margin: 1em 0 0 0;
	padding: 0;
	font-style: italic;
}

#main .paging a {
	color: #68676C;
	text-decoration: none;
}

#main .paging a, #main .paging span.selected {
	font-style: normal;
	padding: 0.1em 0.3em;
}

#main .paging a:hover, #main .paging span.selected {
	background-color: #E1FBEC;
}

#main .paging span.selected {
	font-weight: bold;
}

/* IE 3px distortion fix */
* html #main {
	display:inline-block;
}

#left {
	float: left;
	width: 160px;
	margin: 20px 0px 0px 10px;
	display: inline; /* the IE doubled float-margin bug workaround */
}

#right {
	float: right;
	width: 200px;
	margin: 20px 10px 0px 0px;
	display: inline; /* the IE doubled float-margin bug workaround */
}

#footer {
	clear: both;
	width: 980px;
	height: 20px;
	background: url(../dsg/footer.gif) no-repeat;
}

#sp {
	clear: both;
	margin: 10px;
	text-align: center;
}

#sp_data {
	float: left;
	text-align: left;
}

#sp_logo {
	float: right;
	margin-top: 1em;
}

#sp_logo img {
	vertical-align: middle;
}

#sp_logo a {
	color: #97979B;
}

div.clear {
	clear: both;
	height: 0;
}

#w3c {
	text-align: center;
	margin-top: 1em;
}

#w3c img {
	border: 0;
}

.hidden
{
	display: none;
}

/* Hides from IE5-mac \*/
* html .hollyhack {height: 1%;}
/* End hide from IE5-mac */
