body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fff;
 height: 100%;
 background: #000000;
}

#container {
    text-align: left;
    height: 100%;
    width: 800px; 
    border: 0px solid #ff0;
	margin: 0px auto;
}

#content {
    background: url(images/content_bg.gif) repeat-y;
    width: 800px; 
    height: 460px; 
    border: 0px solid #f0f;
}
#content li a{
    color: #162E98;
	font-weight: bold;
	font-size: 13px;
    text-decoration: none;
}

#content li  a:hover{
    color: #676970; 
	font-weight: bold;
	font-size: 13px;
    text-decoration: none;
}
#content a{
    color: #162E98;
	font-weight: bold;
	font-size: 13px;
    text-decoration: underline;
}
#content a:hover{
    color: #676970; 
	font-weight: bold;
	font-size: 13px;
    text-decoration: underline;
}

#content_right{
    float: right;
    width: 580px;
    color: #000;
    height: 100%;
    border: 0px solid #f00;
}
#sub_left {
    float:left;
    text-align:left;
    height: auto;
    width: 320px;
    border: 0px solid #f00;
}
#sub_left  a{
    color: #162E98;
}
#sub_right {
    float: right;
    text-align:right;
    padding: 30px 40px 0 0;
    height: auto;
    width: auto;
    border-left: 3px solid #40403F;
}
#sub_right  a{
    color: #162E98;
}

/********************** Left buttons ***************************/

#left{
    float:left;
    height: auto;
    width: 10%;	
    border: 0px solid #dd0;	
}

#left img{
    color: #fff;
    text-decoration: none;
    border: none;
}

#left a{
    color: #fff;
    text-decoration: none;
}

#left a:hover{
    color: #fff;    
    text-decoration: none;
}
#left_news{
    float:left;
    height: auto;
    color: #EEC989;
    margin: 20px 0px 0px 5px;
    width: 135px;
    font-size: 11px;
    border: 0px solid #f00;
}


#button{
    height: 32px;
}

/********************** Header ***************************/
#header {
    margin: 0px;
    background: url(images/header.gif) no-repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 146px;
    position:relative;
}

#header1 {
    margin: 0px;
    background: url(images/headernew.gif) no-repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 146px;
    position:relative;
}

/********************** Footer ***************************/
#footerline {
    background-image:url(images/bottom.gif);
    height: 34px;
    width: 800px;
    position:relative;
}

#footer {
    padding: 0px;
    height: 110px;
    width: 800px;
    background: #000;
    border: 0px solid #f00;
}

#footer_left {
    float: left;
    text-align:left;
    height: 100px;
    width: 250px;
    border: 0px solid #f00;
    margin-left: 180px;
}

#footer_left  a{
    color: #fff;
}
#footer_right {
    float: right;
    text-align:right;
    padding-right: 30px;
    height: 100px;
    width: 250px;
    border: 0px solid #f00;
}
#footer_right  a{
    color: #fff;
}
/********************** Basic Text Properties ***************************/
.base_text_block {
	margin-right: 40px;
	text-align: justify;
}


