body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
.bg
{
background-image:url(images/header.jpg); 
width:850px; background-repeat:no-repeat; 
height:263px; 
}
.footer
{
background-image:url(images/footerbg.jpg); 
background-repeat: repeat-x; height:58px;
}
.image-bg
{ 
background-image:url(images/image-bg.jpg);
width:230px; background-repeat:no-repeat;
height:220px; 
}


.link1 a
{
font-family: Verdana; 
font-size:10px;
font-weight: bolder;
text-decoration:none; 
color:#2a70bb; 
text-decoration:none;
}
.link1 a:hover
{
font-family:Verdana ; 
font-size:10px; 
font-weight: bolder;
text-decoration:none;
color:#084382;
text-decoration:none;
}

.content
{
font-family: Arial;
line-height:15px;
font-size:10px; 
font-weight: bolder;
text-decoration:none;
color:#607891; 
text-decoration:none;
}
.content1
{
font-family: Arial;
line-height:18px; 
font-size:10px;
font-weight: bolder; 
text-decoration:none;
color:#3f5a75; 
text-decoration:none;
}
.content2
{
font-family: Arial;
line-height:18px; 
font-size:14px; 
font-weight: bolder; 
text-decoration:none;
color:#80070c; 
text-decoration:none;
}

.header
{
font-family: Arial; 
font-size:13px; 
text-decoration:none;
color:#607891; 
text-decoration:none;
}
.header1
{
font-family: Arial;
font-size:13px; 
text-decoration:none; 
font-weight:bold;
color: #990000; 
text-decoration:none;
}
.header2
{
font-family:Verdana;
font-size:13px; 
text-decoration:none; 
font-weight:bolder;
color: #909CAA; 

}
.menu
{
font-family: Arial;
font-size:13px;
text-decoration:none;
font-weight:bold;
color:#114f72; text-decoration:none;
}

.menu a
{
font-family: Arial; 
font-size:13px; text-decoration:none;
font-weight:bold; 
color: #FFFFFF;
text-decoration:none;
}
.menu a:hover
{
font-family: Arial; 
font-size:13px; 
text-decoration:none;
font-weight:bold; 
color: #80070c; 
text-decoration:none;
}

.link a
{
font-family: Arial;
font-size:10px;
text-decoration:none;
color:#40617a; 
text-decoration: none;
}
.link a:hover
{
font-family: Arial; 
font-size:10px;
text-decoration:none; 
color: #80070c; 
text-decoration: none;}
.foot
{
font-family: Arial;
line-height:15px; 
font-size:10px;
font-weight: bolder;
text-decoration:none;
color:#2a70bb; 
text-decoration:none;
}

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

/*-----LIST-----*/
ul#list
{
  position:relative;
}
ul#list li
{
    display:list-item;
    list-style-image:url(images/monotone_arrow_right.png);
    
}
ul#list li a
{
       
    font-family: Arial;
    line-height:15px;
    font-size:11px; 
    font-weight: bolder;
    text-decoration:none;
    color:#607891; 
    text-decoration:none;
 
    
}  

ul#list li a:hover {
    
    color: #80070C;
    text-decoration: none;
}

/*-----SUBLIST-----*/
ul#sublist
{
  position:relative;
}
ul#sublist li
{
    display:list-item;
    list-style-image:url(images/tick.png);
    font-family: Arial;
    line-height:15px;
    font-size:11px; 
    font-weight: bolder;
    text-decoration:none;
    color:#1F4B00;
    text-decoration:none;
}



/* NEWWWWWW------------------*/





ul#menu {
    
    padding: 6px 0px 6px 8px;
    position: relative;
    margin: 0;
    float:right;
    
    
}

ul#menu li {
    display:inline;
    list-style:none;
    font-family:@MS Mincho;
   
    
}



ul#menu li a 
{
    
    background-color: #fff;
    border: 1px #4e667d solid;
    color: #80070C;
    font-family:@MS Mincho;
    font-weight:bold;
    line-height: 1.35em;
    padding: 3px 5px;
    text-decoration:none;
    white-space: nowrap;
    border-radius: 4px 4px 4px 4px;
}

ul#menu li a:hover {
     background-color: #bfcbd6;
    color: #1E469D;
    text-decoration: none;
}

ul#menu li a:active {
     background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}


fieldset 
{
    background-color:#CCCCE4;
    border: 1px solid #ddd;
    padding: 0 0 0.5em 1.4em;
    margin: 0 0 0 0;
     border-radius: 6px 6px 6px 6px;
    
    
}
legend 
{
    color:Purple;
    font-family:Agency FB;
    font-size:20px;
    font-weight:bolder;
    
}
legend#head
{
    color:Purple;
    font-family:Agency FB;
    font-size:20px;
    font-weight:bolder;
    
}

