/* CSS Document 080819 */

html {
	margin: 0px;
	padding: 0px;
	overflow-y:scroll;
}
img {
	border: 0px none;
}
* {
	Margin: 0; 
	padding: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 955px;
	background-color:#000000;
	/*text*/
/*color:#3F3F3F;*/
color: #CCCCCC;
	font-family:"Lucida Grande","Lucida Sans Unicode",lucida,arial,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
a {
	color: #d04521;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0; padding: 0;
	}

/* layoutBoxes */
#containerBox
{
	width: 955px;
	margin: 0px;
	min-height: 603px;
	border-bottom: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
}
#logoBox
{
	height: 103px;
	/*background-image : url(logoBg.png);*/
	background-image : url(../images/logo.jpg);
       background-repeat: repeat-x;
       background-position: top center;

}
#navigationBox
{
	height: 28px;
	margin-top: 3px;
}
#contentBox
{
	text-align: left;
	/*position:relative;*/
	background: url(../images/text_widescreen.jpg) no-repeat center top;
	margin: 0px;
}
#footertBox
{	
	width: 955px;
	text-align: right;
}

#popupContentBox
{	
	width: 530px;
	text-align: left;
	margin: 5px;
}

/*Menu*/
ul#navlist
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
white-space: nowrap;
width: 950px;
height: 28px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 0px 33px; 
}

#navlist a:link, #navlist a:visited
{
color: #fff;
/*background-color: #FF0000; #000;*/
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: underline;
}

#navlist a#linkcurrent:hover{
	color:#fff;
	text-decoration:underline;
	/*background-color: #ccc;*/
	
}
#_navlist a#linkcurrent{
	text-decoration:none;
	color:#fff;
	background-image : url(New_current.png);
       background-repeat: no-repeat;
       background-position: top left;
}

/**/
#navlist a#linkcurrent{
    /*float:left;*/
    text-decoration:none;
    background-image : url(../images/menu_bg.png); 
		background-repeat: repeat;
		background-position: top right;
		padding-bottom: 4px;
   /* margin:0;
    padding:0 0 0 4px;*/
}

#_navlist a#linkcurrent span {

background-image : url(../huh.png);
       background-repeat: no-repeat;
       background-position: top left;
	     /*  float:left;
    display:block;*/
 /*   background-image:url(current_02.png);
	background-repeat: no-repeat;
	background-position: top right;
    padding: 5px 15px 4px 6px;
    color:#464E42;*/
    }
/**/

/*content columns*/
#column1
{
	margin-top: 80px;
	margin-right: 0px;
	margin-left: 28px;
	margin-bottom: 8px;
	width: 275px;
	text-align:left;


	float: left;
	/*background-color:#FFCCFF;*/
}
#column2
{
	margin-top: 80px;
	width: 275px;
	margin-bottom: 8px;
	/*background-color:#FFCCFF;*/
	margin-left: 28px;
	float: left;
		text-align:left;
}
#column3
{
	margin-top: 80px;
	width: 275px;
	margin-bottom: 8px;
	/*background-color:#FFCCFF;*/
	margin-left: 28px;
	float: left;
		text-align:left;
}
/* 1 2+3 */
#column23
{
	margin-top: 80px;
	width: 468px;
	margin-bottom: 8px;
	/*background-color:#FFCCFF;*/
	margin-left: 138px;
	float: left;
}

#clear 
{
	clear:both;
	margin:0px;
}
/*text*/
.ingress 
{
color:#999999;

}
.subHeader{
	font-size: 16px;
	color:#FFFFFF;
}