body {
	margin: 0px;
	padding: 0px;
	background-color:#4d4d4d;
	background-image:url(images/bg_bar.gif);
	background-repeat:repeat-x;
}

.invisible {
  position: absolute;
  top: -6000px;
  left: -6000px;
  height: 1px;
  width: 1px;
  font-size: 1px; 
}

.strong {
	font-weight:bold;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:90px;
	background-image:url(images/bg_top.gif);
	background-repeat:no-repeat;
	z-index:10;
}

#language {
 position: absolute;
 top: 10px;
 left: 428px;
 z-index: 14;
 width: 140px;
 font-size: 80%;
}
#language legend {
 display: none;
}
#language fieldset {
 border: none;
}
#language select {
 width: 136px;
}
#sr_language_menu_select {
 color: #7F7F7F;
 background-color: #FFFFFF;
}

#mainnav {
	position:absolute;
	left:10px;
	top:90px;
	width:565px;
	height:40px;
	z-index:15;
}

#mainnav ul {
	margin:0;
	padding: 0 0 0 0;
	list-style:none;
}

#mainnav li {
	padding: 0 6px 0 16px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:45px;
} 

#mainnav .active{
	background-image:url(images/bg_mainnav_active.gif);
	background-repeat:no-repeat;
	color:#4d4d4d;
} 

#mainnav a{
	color:#CCCCCC;
	background:none;
	padding-left:20px;
}

#mainnav .category_1 a{
	background: url(images/bullet_blue.gif) no-repeat 0px 0.1em;
}

#mainnav .category_2 a{
	background: url(images/bullet_green.gif) no-repeat 0px 0.1em;
}

#mainnav .category_3 a{
	background: url(images/bullet_red.gif) no-repeat 0px 0.1em;
}

#mainnav .category_4 a{
	background: url(images/bullet_lightgrey.gif) no-repeat 0px 0.1em;
}

#mainnav .active .category_1 a{
	color:#4d4d4d;
	background: url(images/bullet_blue_active.gif) no-repeat 0px 0.1em;
}

#mainnav .active .category_2 a{
	color:#4d4d4d;
	background: url(images/bullet_green_active.gif) no-repeat 0px 0.1em;
}

#mainnav .active .category_3 a{
	color:#4d4d4d;
	background: url(images/bullet_red_active.gif) no-repeat 0px 0.1em;
}

#mainnav .active .category_4 a{
	color:#4d4d4d;
	background: url(images/bullet_lightgrey_active.gif) no-repeat 0px 0.1em;
}


#mainnav a:active,
#mainnav a:visited,
#mainnav a:link{
	text-decoration:none;
}

#mainnav a:hover,
#mainnav a:focus{
	text-decoration:underline;
}

#logo {
	position:relative;
	float:left;
	left:10px;
	top:10px;
	width:200px;
	height:80px;
	margin:0;
	padding:0;
	border:0;
	z-index:5;
}

#logo img{
	border:0;
}

#meta {
	position:relative;
	float:right;
	left:10px;
	top:10px;
	width:380px;
	height:25px;
	margin:0;
	padding:0;
	border:0;
	z-index:10;
}

#meta ul {
	list-style: none;
	margin: 0;
	padding-left:0;
	padding-top:6px;
}

#meta li {
	padding: 0 12px 0 0px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
} 

#meta a:active,
#meta a:visited,
#meta a:link{
	color:#CCCCCC;
	text-decoration:none;
}

#meta a:hover,
#meta a:focus{
	color:#CCCCCC;
	text-decoration:underline
}

/*  */

#topbuttons{
	position:absolute;
	left:572px;
	top:75px;
	width:248px;
	height:80px;
	text-align:right;
	z-index:30;
}

#topbuttons img{
	margin:0 0 0 10px;
	border:0;
}


#searchbox{
	position:absolute;
	left:830px;
	top:75px;
	width:113px;
	height:80px;
	background-image:url(images/searchbox.jpg);
	background-repeat:no-repeat;
	z-index:35;
	vertical-align:bottom;
}

#searchbox input{
	width:80px;
	height:12px;
	margin:28px 0 0 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	border-bottom:medium;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
}
#searchbox input.searchboximage {
 width: 88px;
 height: 14px;
 margin: 6px 0 0 13px !important;
}

#searchbox img{
	border:0;
	margin:3px 0 0 13px;
}

/* Container */

#container {
	position:absolute;
	left:0px;
	top:135px;
	width:960px;
	z-index:20;
	background-image: url(images/bg_content.gif);
	background-repeat:repeat-y;
}

/* Left Content */

#leftcontent {
	left:10px;
	top:0px;
	width:530px;
}

#leftcontent {
	position:relative;
	float:left;
	margin: 0 -20px 0 0;
	padding: 0 20px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
	line-height:16px;
}

#leftcontent h1{
	margin:20px 0 0 -20px;
	padding: 0 0 0 20px;
	font-size:18px;
	font-weight:100;
	color:#4d4d4d;
	line-height:22px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;	
}

#leftcontent h1.category_1{
	background: url(images/bullet_blue_h1.gif) no-repeat 0px 0.1em;
}

#leftcontent h1.category_2{
	background: url(images/bullet_green_h1.gif) no-repeat 0px 0.1em;
}

#leftcontent h1.category_3{
	background: url(images/bullet_red_h1.gif) no-repeat 0px 0.1em;
}

#leftcontent h1.category_4{
	background: url(images/bullet_lightgrey_h1.gif) no-repeat 0px 0.1em;
}

#leftcontent h2{
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
	margin:10px 0 0 0;
}

#leftcontent h3{
	font-size:18px;
	font-weight:100;
	color:#000000;
	margin:5px 0 0 0;
}

#leftcontent p{
	margin:5px 0 0 0;
}

#leftcontent a{
	color:#4d4d4d;
}

#leftcontent a.red{
	color:#eb6c75;
}

#leftcontent a.green{
	color:#448638;
}

#leftcontent a.blue{
	color:#4a96cd;
}

#leftcontent a:active,
#leftcontent a:visited,
#leftcontent a:link{
	text-decoration:underline;
}

#leftcontent a:hover,
#leftcontent a:focus{
	text-decoration:none
}

#leftcontent h1 .links{
	font-size:10px;
	padding:0 5px 0 0;
	border-right:medium;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCCCCC;	
}

#leftcontent h1 .links a{
	margin:0 0 0 5px;
	padding:0 0 0 8px;
	border-left:medium;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#CCCCCC;		
}


#leftcontent h1 .links a:active,
#leftcontent h1 .links a:visited,
#leftcontent h1 .links a:link{
	text-decoration:none;
}

#leftcontent h1 .links a:hover,
#leftcontent h1 .links a:focus{
	text-decoration:underline;
}

#leftcontent img{
	float:left;
	margin:0 10px 0 0;
}

#leftcontent .csc-textpic-border img{
	border:medium;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;	
}

/* Right Content */


#rightcontent {
	left:25px;
	top:0px;
	width:365px;
}

#rightcontent {
	position:relative;
	float:left;
	background-color:#e5e5e5;
	background-image:url(images/bg_right_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4d4d4d;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

#rightcontent h1{
	margin:20px 10px -16px 0;
	padding: 0 0 0 0;
	font-size:18px;
	font-weight:100;
	color:#4d4d4d;
	line-height:22px;
}

#rightcontent h2{
	margin:20px 0 10px -10px;
	padding: 6px 0 6px 10px;
	font-size:14px;
	font-weight:bold;
	color:#4d4d4d;
	background-color:#a09fa0;
	line-height:22px;
}

#rightcontent h2.calendar{
	margin:30px 0 20px -10px;
}

#rightcontent h2.calendar img{
	float:right;
	margin:-15px 0 0 0;
	padding:0 10px 0 0;
}

#rightcontent img{
	float:left;
	margin:0px 10px 0px 0px;
}

#rightcontent p{
	margin:5px 10px 0 0;
}

#rightcontent a{
	color:#4d4d4d;
}

#rightcontent a.red{
	color:#eb6c75;
}

#rightcontent a.green{
	color:#448638;
}

#rightcontent a.blue{
	color:#4a96cd;
}

#rightcontent a:active,
#rightcontent a:visited,
#rightcontent a:link{
	text-decoration:underline;
}

#rightcontent a:hover,
#rightcontent a:focus{
	text-decoration:none
}


/* Bottom Content */


#bottom {
	position:relative;
	clear:both;	
	float:left;
	left:0px;
	top:0px;
	width:960px;
	height:110px;
	margin-top:50px;
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	background-color:#4d4d4d;
}

#bottom #banner{
	position:absolute;
	left:30px;
	top:-30px;
	width:260px;
	height:80px;
}

#bottom #banner img{
	margin:0 10px 0 0;
	border:0;
}

#bottom #sponsors{
	position:absolute;
	left:320px;
	top:10px;
	width:620px;
	height:80px;
	text-align:right;
}

#bottom #sponsors img{
	margin:10px 0 0 0;
	border:0;
}

#bottom #slogan{
	position:absolute;
	left:30px;
	top:70px;
	width:500px;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
	visibility:hidden;
	display:none;
}

#bottom #impress{
	position:absolute;
	left:540px;
	top:70px;
	width:400px;
	height:30px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	color:#FFFFFF;
	
	position:absolute;
	left:30px;
	top:70px;
	width:500px;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
}

#bottom #impress a{
	color:#FFFFFF;
}

#bottom #impress a:active,
#bottom #impress a:visited,
#bottom #impress a:link{
	text-decoration:none;
}

#bottom #impress a:hover,
#bottom #impress a:focus{
	text-decoration:underline;
}


.csc-textpic-caption {
 font-size:10px;
 /*font-style:oblique;*/
 background:#e8e8e8;
 padding:2px 0 1px 5px;
}

#topbuttons {
 width: 370px;
}
#searchbox {
 display: none;
}