@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0;}
img {border:0}

img, div { behavior: url(/ww3k_css/iepngfix.htc); }

#footer {
	color:#CCCCCC;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding-top:18px;
	padding-bottom:18px;
}

.content { 
/*	background: url(/ww3k_images/content_bg2.gif) repeat;*/
	padding:5px;
	background-color:#1f476f;
}

.clear 	{clear:both;}
#content .column_left .pad {padding:7px 0px 7px 0px;}
#content .column_right .pad {padding:7px 5px 7px 0px;}




/* Text Styles */

body{
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#CCCCCC;
}


a, b a {
	color:#9ACEF7;
	text-decoration:none;
	}
a:visited, b a:visited  {
	color:#9ACEF7;
	text-decoration:none;
	}
a:hover, b a:hover {
	text-decoration:underline;
	color:#4E91CF;
} 

p {
/*	padding-bottom:1em;
*/}
p.last {
	padding-bottom:0;
}

.subhead1 {
	font:bold 17px Arial, Helvetica, sans-serif;
	/*color:#2698B2;*/
	color:#4E91CF;
	padding-bottom:1em;
	}
.subhead2 {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#4E91CF;
	padding-bottom:1em;
}

/*b {
	color:#4E91CF;
}
*/

/* Elements */
ul {
	padding:5px 0px 0px 10px;
	display:block;
}
ul li {
	display:block;
	background:url(/ww3k_images/elements/bullet1.png) 2px 5px no-repeat; 
	padding:0px 0px 5px 15px;
 	outline:none;
	list-style:none;
}
.download {
	background:url(/ww3k_images/elements/download.png) 1px 3px no-repeat; 
}
ul li ul li {
	display:block;
	background:url(/ww3k_images/elements/bullet2.png) 5px 6px no-repeat; 
	outline:none;
 }

/* Backgrounds */
.highlight_1 {
	background:url(/ww3k_images/highlight_bg.png) repeat-y top left;
}
.highlight_2 {
	background:url(/ww3k_images/highlight_top.png) no-repeat top left;
}
.highlight_3 {
	background:url(/ww3k_images/highlight_bot.png) no-repeat bottom left;
}
