/* <![CDATA[ */

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Tahoma, Arial;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;
}

a {
	color:#333;
}
a:hover {
	color:#CC0000;
}
/* header */

#header {
	display:block;
	height:190px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
}

#header #logo {
	width:509px;
	height:190px;
	background-image:url(../img/header_logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	cursor:pointer;
}

#header #red {
	width:260px;
	height:24px;
	float:right;
	background-image:url(../img/header_red.gif);
	background-repeat:no-repeat;
	position:relative;
	margin-right:10px;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding-top:3px;
}

#header #red a{
	color:#fff;
}
#header #ads {
	position:absolute;
	z-index:10;
	right:20px;
	top:60px;
}
#header #ads #ads_left {
	height:106px;
	width:106px;
	float:left;
}
#header #ads #ads_right {
	height:106px;
	width:106px;
	float:left;
	margin-left:5px;
}

/* ticker */

#ticker {
	display:block;
	background-color:#333;
	color:#fff;
	height:30px;
}

#ticker #left {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	float:left;
	margin-top:7px;
	margin-left:4px;
	margin-right:10px;
}

#ticker #ticker_right {
	float:left;
	overflow:hidden;
	border:0;
}

/* content */

#content {
	display:block;
}

#content #left {
	width:190px;
	background-image:url(../img/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	left:5px;
	top:235px;
	padding:5px;
	font-size:12px;
}
#content #left ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#content #left ul li{
	text-decoration: none;
	margin:0;
}
#content #left ul li a{
	font-size:12px;
	color:#CC0000;
	padding:5px;	
	display:block;
	height:20px;
	line-height:20px;
}
#content #left ul li a:hover{
	background-color:#fff;
	color:#333333;
}

#content #left select {
	width:186px;
}

#content #left hr {
	border:0;
	border-top:1px solid #ccc;
}

#content #right {
	/*background-image:url(../img/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	margin-top:5px;
	margin-left:210px;
	margin-right:5px;
	padding:5px;
	clear:both;
	font-size:12px;
	line-height:24px;
}


#content #right h1{
	font-size:28px;
	color:#000099;
}
#content #right h2 {
	font-size:22px;
	color:#CC0000;
	margin-bottom:-10px;
	padding:0px;
}
#content #right p {
	line-height:16px;
}

#content #right .main a {
	background-color:#FFFFCC;
	padding:2px;
	border-bottom:1px solid #ccc;
	color:#0000FF;
	text-decoration:none;
}
#content #right .main a:hover {
	background-color:#FFFF99;
	border-bottom:1px solid #0000FF;
}

#content #right .showWin {
	border:1px solid #ccc;
	width:400px;
	display:inline;
}

/* footer */

#footer {
	display: block;
	background-color:#efefef;
	border-top:1px solid #ccc;
	padding:10px;
	font-size:10px;
	color:#666;
	margin-top:50px;
	text-align:center;
}

#footer p {
	margin:0;
	line-height:14px;
}

#footer a {
	color:#666;
}

/* rounded corners */

.roundcont {
	width: 48%;
	min-width:300px;
	background-color: #CCC;
	color: #333;
	margin:5px;
	float:left;
}

.roundcont .image{
	width: 150px;
	height:150px;

}

.roundcont .thetext {
	width:150px;
	font-size:11px;
	margin:5px;
	
	
}

.roundcont .theimage {
	float:left;
}




.roundtop { 
	background: url(../img/corner_rt.gif) no-repeat top right; 
	z-index:99;
}

.roundbottom {
	background: url(../img/corner_rb.gif) no-repeat top right; 
	z-index:99;
}
.roundOut {
	z-index:99;
}

img.corner {
   width: 16px;
   height: 16px;
   border: none;
   display: block !important;
}

/* misc */

.clear {
	clear:both;
	page-break-after:always;
}

.bodyfont {
	font-size:11px;
	font-family:"Trebuchet MS", Helvetica, Sans-Serif, Arial, Tahoma;
	color:#333;
}

.bodyfont h1 {
	font-size:14px;
	margin:0;
	padding:0;
	
}

.bodyfont h1 a{
	font-size:14px;
	text-decoration:none;
	color:#333;
	
}

.bodyfont h1 a:hover{
	text-decoration:underline;
	
}
.smallLinks {
	font-size:10px;
	text-align:center;
}
.smallLinks a{
	color:#333;
}
/* ]]> */
