/***** Page *****/

body
{
	background:#FFFFFF;
	color:#333;
	font:70% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:20px 0 10px 0;
}

a:link, a:visited, a:active {
	color: #342C81;
}


.left 
{
	float:left;
	padding:0;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	display:inline;
}

.right
{
	display:inline;
	float:right;
	text-align:right;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

/***** Wrapper *****/

#wrapper
{
	background:#ffffff;
	color:#000;
	margin:0 auto;
	padding:0;
	width:746px;
	border-top:1px solid #999999;	
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;	
	border-left:1px solid #999999;
		
}

/***** Top *****/

#top
{
	background:#fff;
	color:#000;
	height:102px;
	margin:0;
	padding:0;
}

#top .logo {
	float: left;
	width: 253px;
	height: 92px;
	padding-left: 10px;
}

#top .tag {
	text-align: right;
	float: left;
	width: 471px;
	height: 61px;
	padding-top: 30px;
}

#top .left
{
	margin:4px 0 0 8px;

}

#top .right
{
	
	margin:4px 8px 0 0;
}

#top a
{
	background:inherit;
	color:#fff;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

#search { 
	color: #4D565D;
	text-align: right;
	font-size: 9px; 
	font-weight: normal; 
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid white;
	padding-right: 20px;
}
	
#search a {
	color: #4D565D;
	text-decoration: none;
}

#search a:hover {
	color: #4D565D;
	text-decoration: underline;
}

/***** Navigation *****/

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	border-top:1px solid #999999;
	background-image: url(../gfx/grey.gradient.gif);
	background-repeat: repeat-x;
	color:#fff;
	font-size:1em;
	height: 27px;
	line-height:27px;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
}

#navigation li a
{
	background:inherit;
	color:#333;
	display:block;
	padding:0 10px;
	text-decoration:none;
	text-transform:uppercase;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background-image: url(../gfx/purple.gradient.gif);
	background-repeat: repeat-x;
	color:#fff;
	text-decoration:none;
}

/***** Content *****/

#index
{
	width:746px;
	color:#000;	
}

#index .banner {
/*
	width: 746px;
	height: 246px;
	background-image: url(../gfx/banner02.jpg);	
	background-repeat: no-repeat;
	background-position: center; 	*/
}

#index .banner .text {
	position: absolute;
	color:#FFFFFF;
	font:260% Helvetica,Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 90px;
}

#index .banner .shadow {
	position: absolute;
	color:#333333;
	font:260% Helvetica,Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
	padding-top: 22px;
	padding-left: 92px;
}

#index .greybar {
	width: 746px;
	background-image: url(../gfx/grey.gradient.invert.gif);
	background-repeat: repeat-x;
	height: 27px;
	line-height:27px;
}

#index .height {
	height: 100%;
}

#index .col1 {
	float: left;
	width: 228px;
	border-right:1px solid #999999;
	height: 100%;
	padding: 10px;	
}

#index .col2 {
	float: left;
	width: 228px;
	border-right:1px solid #999999;
	height: 100%;
	padding: 10px;		
}

#index .col3 {
	float: left;
	width: 228px;	
	height: 100%;
	padding: 10px;		
}


#content
{
	background:#fff;
	float:left;
	padding:15px 10px;
	width:541px;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	color:#000;
}

#content h1
{
	color:inherit;
	font-size:140%;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}

#content h2
{
	color:inherit;
	font-size:120%;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}


#content h3
{
	color:inherit;
	font-size:1.4em;
	margin:0;
	padding:10px 5px 0 0;
	text-align:left;
	background:inherit;
}

#content h4
{
	color:inherit;
	font-size:.8em;
	margin:0;
	padding:0 0 0 10px;
	font-weight:normal;
	background:inherit;
}

#content p
{
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
	background:inherit;
	color:inherit;
}

#content a
{
	font-weight: bold;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}


.regrate {
}

.regrate .left {
	text-align: left;
	float: left; 
	width: 70%;
}

.regrate .right {
	text-align: center;
	float: left; 
	width: 25%;
	padding: 8px;
}

.newsletter {
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
}


/***** Side Content *****/

#sidecontent
{
	margin:0;
	padding:15px 0 0 0;
	float:right;
	width:184px;
	border-top:1px solid #999999;
	
}

#sidecontent ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}

#sidecontent li
{
  padding: 0.1ex 0;
}

#sidecontent li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:8px 20px;
	background:inherit;
	border-left: 20px solid #FFFFFF;
}

#sidecontent .selected,#sidecontent li a:hover
{
	background:	#3c0c6b;
	color:white;
	border-left: 20px solid #CCCCCC;
}

#sidecontent h4
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 2px 15px;
}

/***** Footer *****/

#footer
{
	border-top:1px solid #999999;
	background-image: url(../gfx/grey.gradient.invert.gif);
	background-repeat: repeat-x;
	color:#333;
	font-size:1em;
	height: 30px;
	line-height:30px;
	clear:both;
	padding:0;
	text-align:center;
}

#footer a
{
	background:inherit;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer .left
{
	margin:0 0 0 8px;

}

#footer .right
{
	
	margin:0 8px 0 0;
}