/* CSS Document */

@charset "utf-8";
body {
	font: 14px Arial;
	background: #CCC;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666;
}

.oneColFixCtrHdr #container {
	width: 1200px;  
	background: #FFFFFF;
	margin: auto; 
	border: 1px solid #999;
	text-align:left; 
}

.oneColFixCtrHdr #header {
	margin: 0;
	padding: 0;
	height: auto;
}

.oneColFixCtrHdr #header img {
    display: block;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 100px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 16px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #999;
}

.oneColFixCtrHdr #mainContent h5 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

.oneColFixCtrHdr #mainContent a {

		font-weight: bold;
		text-decoration: none;
		color: #0719B7;
}
	
.oneColFixCtrHdr #mainContent a:hover {

		font-weight: bold;
		text-decoration: underline;
		color: #600;
}	

.oneColFixCtrHdr #footer {
	font: 11px Arial;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding: 10px 10px 10px 10px; 
	background:#DDDDDD;
}

.oneColFixCtrHdr #footer a {

    	text-decoration: none;
		color: #000;
}	
.oneColFixCtrHdr #footer a:hover {

    	text-decoration: underline;
		color: #000;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/************************************************ CSS Menu *********************************************/

#menu, #menu ul 
{        
		padding : 0; 
        margin : 0; 
        list-style : none; 
        line-height : 25px; 
        text-align : center; 
}

#menu 
{
		font-weight : bold; 
        font-family : Arial; 
        font-size : 14px;
}

#menu a 
{
        display : block; 
        padding : 0; 
        background : #4f7492;    
        color : #CCC; 
        text-decoration : none; 
        width : 240px; 
}

#menu li 
{ 
        float : left; 
}


#menu a:hover     
{
	color: #fff;
	background: #0c2442;
}

	/************************************************ CSS Menu End *********************************************/