/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	background:url(tile-page.gif);
	text-align:center;
}

#header
{
	background:url(tile-header.gif) repeat-x top;
	text-align:center;
}

#headerContainerLeft
{
	float:left;
}

/*
#headerImgLeft
{
	float:left;
	width:0px;
	margin:0px;
	border:0px;
}
*/
#headerContainerRight
{
	background:url(tile-header.gif) no-repeat;
	float:left;
	width:923px;
	height:93px;
	overflow:hidden;
}

#headerContainer, #menuContainer, #contentContainer
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#headerContainer
{
	text-align:left;
	height:172px;
	overflow:hidden;
}

#content
{
}

#mainContainer
{
	background:#ffffff;
	width:785;
}
#contentContainer
{
	background:#ffffff;
	width:100%;
}
#blueContentContainer
{
	background:#EAEEF7;
	border:1;
	border-color:#94A7C6;
	
}
.CenterPane
{
	margin-left:auto;
	margin-right:auto;
	padding:15px 0;
	width:98%;
}

#menu
{
	height:34px;
	text-align:center;
}
.header1
{
	background:url(header1.gif) no-repeat;
	float:left;
	width:202px;
	height:136px;
	overflow:hidden;
}

#footer
{
	background:url(tile-page.gif) repeat-x;
	height:20px;
	padding-top:15px;
	text-align:center;
}

span.SkinObject
{
	color:White;
	font-weight:normal;
}

a:link
{
	color: #003399; 
}
a:visited
{
	color: #003399; 
} 
a:active 
{
	color: #003399;
}
a:hover
{
    color: #0000ff;
}

body         { 
				background-color: #012a7d;
				
				font-family: 'Arial', Sans Serif;
				
				margin-left: 0;
				margin-right: 0;
				margin-top: 0;
               color: #000000;
               scrollbar-face-color: #012a7d; 
               scrollbar-shadow-color: #012a7d;
               scrollbar-highlight-color: #012a7d;
               scrollbar-3dlight-color: #a5b7d1; 
               scrollbar-darkshadow-color: #001135;
               scrollbar-track-color: #043aa8;
               scrollbar-arrow-color: #ffffff;
                }
li        { 
				background-color: #ffffff;
				
				font-family: 'Arial', Sans Serif;
				font-size: 10pt;
				
                }
p	  { font-size: 10pt; 
        
                 }