/* main stylesheet */


body 
{
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height:20px;
		background: #ffffff url('../images/body-bg.jpg') repeat-x;
		color:#444444;
		margin:0;
}


h1{letter-spacing: -1px;font: 2em Georgia, "Times New Roman", Times, serif;color:#154067;}
h2 {letter-spacing: -1px;font: 1.6em Georgia, "Times New Roman", Times, serif;color:#154067;}
h3 {letter-spacing: -1px;font: 1.3em Georgia, "Times New Roman", Times, serif;color:#154067;}
h2 a{color:#154067; font: inherit;}

ul, ol{
	padding-left:25px;
}
li {}

#cntnr
{
        margin:0 auto;
        width: 975px;
        border-left: 1px solid #133A85;
        border-right: 1px solid #133A85;
		background: #ffffff;
}

#left
{
        color: #154067;
		width:214px;
		float:left;
        text-align:left;        
        
}

#logo
{
        border:0;
        border-bottom: solid 10px #133A85;
		background: #ffffff url('../images/logo-bg.gif') no-repeat;
        text-align: left;
        padding:0;
        padding-left:20px;
        margin:0;
        height: 130px;
}


#main
{
        margin-left:215px;
		margin-right:20px;
        text-align:left;
}




#login
{
		padding:6px 6px 0px 6px;
		height:25px;
		text-align:right;
}



#middle
{
		height:242px;
		border-right:solid 1px #fff;
}


#ftr {
    	clear:both;
		display:block;
		color:#154067;
    	border-top:1px solid #133A85;
        border-bottom:1px solid #133A85;
    	text-align: center;
    	height: 45px;
    	padding: 5px;
}

.header2 
{

	font-weight:bold;
	font-size:14px;
}

.bor
{
		border-top:1px solid #0D6F66;
		border-left:1px solid #0D6F66;
		border-right:4px solid #444444;
		border-bottom:4px solid #444444;
		margin:5px;	
}

.bld
{
		color:#154067;
		font-weight:bold;
}


