html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body {
	background-color:#F2F2F2;
	background-image: url('../images/main_back.gif');
	background-position: top left;
	background-repeat: repeat-x;
	font-size:11px;
	font-family: verdana;
	color:#333333;
}
#container1 {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url('../images/bott_back.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
}
#container2 {
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header
{
	height:38px;
	padding-left:70px;
}

#header ul
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
#header ul li
{
	color:#afafaf;
	padding-top:13px;
	float:left;
	font-weight:bold;
	font-family: arial;
	font-size:12px;
	margin-right:38px;
}

#header a
{
	padding-left:15px;
	text-align:center;
	color:#BFBFB3;
	text-decoration:none;
	display:block;
	line-height:25px;
	padding-right:8px;
	margin-right:5px;
}

#header a:hover
{
	text-decoration:underline;
}

#header .current
{
	background-image: url('../images/top_on_right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header .current a
{
	background-image: url('../images/top_on.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	color:#444444;
}

#content {
	padding-bottom:52px;
}

#footer {
	position:absolute;
	width:900px;
	bottom:0; /* stick to bottom */
	height:52px;
}

#footerpages {
	position:absolute;
	width:940px;
	bottom:0; /* stick to bottom */
	height:52px;
}

#footer #ccicons, #footerpages #ccicons
{
	float:left;
	background-image: url('../images/pl_icons.png');
	background-position: left center;
	margin-left:70px;
	background-repeat:no-repeat;
	line-height:52px;
	width:480px;
}

#footer #resellicons, #footerpages #resellicons
{
	float:left;
	background-image: url('/images/resell_icons.png');
	background-position: left center;
	margin-left:85px;
	background-repeat:no-repeat;
	line-height:52px;
	width:480px;
}
#footer #reselliconsroot, #footerpages #reselliconsroot
{
	float:left;
	background-image: url('/images/resell_icons.png');
	background-position: left center;
	margin-left:70px;
	background-repeat:no-repeat;
	line-height:52px;
	width:480px;
}
#footerpages #ccicons
{
	margin-left:87px;
}

#footer #copyright, #footerpages #copyright
{
	float:right;
	padding-top:8px;
	line-height:18px;
	font-family: tahoma;
}

#copyright a
{
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
	color:#333333;
}

#copyright a:hover
{
	color:#6aa2c4;
	text-decoration:none;
}

#copyline
{
	font-weight:normal;
	font-size:8px;
	color: #333333;
	line-height:25px;
}

#top
{
	background-image:url('../images/main_top_back.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height:105px;
}

#logo
{
	float:left;
	width:310px;
	line-height:100px;	
}

#links
{
	float:left;
	font-weight:bold;
	font-family: arial;
	font-size:12px;
}

#links ul
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;	
}

#links ul li
{
	float:left;
	padding-top:53px;
}

#links a
{
	display:block;
	border-right:1px solid #6aa2c4;
	padding-right:12px;
	padding-left:12px;
	color:#666666;
	text-decoration:none;
}

#links a:hover
{
	color:#6aa2c4;
	text-decoration:none;
}

#links a.current
{
	color:#1963bc;
	border-right:1px solid #6aa2c4;
}

#main 
{
	clear:both;
	font-family: tahoma;
	font-size:12px;
}

#main a, #main a:visited
{
	color:#0A52AF;
}

#main h1, .title
{
	font-size:24px;
	font-weight: normal;
	line-height:30px;
	color:#4a4a4a;
	margin:0;
}

#main h2, #main h3, #main h4, .subtitle
{
	font-weight:normal;
	font-size:20px;
	color: #076bb2;
	line-height:25px;
	margin:0;
}

#main .header
{
	font-size:13px;
	font-weight:bold;
}

/* sub menu */

#main #submenu
{
	padding-left:15px;
}

#main #submenu ul
{
	display:inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

#main #submenu ul li
{
	color:#afafaf;
	padding-top:13px;
	float:left;
	font-weight:bold;
	font-family: arial;
	font-size:12px;
}

#main #submenu a
{
	display:block;
	border-right:1px solid #666;
	padding-right:12px;
	padding-left:12px;
	text-decoration:none;
}

#main #submenu a:hover 
{
	text-decoration:underline;
}

.blue
{
	color:#0a5bac;
}

.lightblue
{
	color:#5fb4dd;
}

.lightgrey
{
	color:#797979;
}

.orange
{
	color:#ff9305;
}

.green
{
	color:#003300;
}

.newshead
{
	color:#333333;
	font-family: arial;
	font-size:11px;
}

.newstext
{
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.tabletext
{
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.newstext a
{
	font-size:12px;
	color:#0a5bac;
	text-decoration:none;
}
.leftcurve
{
 	background-image: url(/images/backgrounds/left_curve.jpg); background-position: top left; background-repeat: no-repeat; padding-top:15px; margin-left:65px; margin-top:10px;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

.toptitle
{
 	padding-left:75px; padding-right:90px; padding-top:10px; text-align:left;
}