body {
background: #89AFD8;
font-size: 14px;
font-family: Verdana;
color:#323B44;   /* color of text */
padding:0px;
margin:0px;
}
a {color: #000;}
a:visited {color:#000;}
a:hover {color: #92B3FF;}
a:active { color:#000;}

/* ----------header-------------- */
#header {
font-size: 11px;
color: #fff;   /* color of text header/footer rows  */
text-transform:uppercase;
background: #89AFD8;   /* color of background top header row  */
margin:0px;
padding: 0px;

font-weight: bold;
}

#header p{
margin:0px;
padding: 5px 0px;

}

#header a {color: #fff;}
#header a:visited {color:#fff;}
#header a:active { color:#fff;}
#header a:hover {color: #f00;}
#header a.current {color: #f00;}
/* ----------header end-------------- */



/* ----------menu---------- */
.menu3 {
padding:0 0 0 32px;
margin:0;
list-style:none;
height:29px;
background:#919DA9 url('images/menu.png');
position:relative;

text-align: center;
}

.menu3 li {
display: inline;
}

.menu3 li a {
height:29px;
line-height:29px;
color: #323B44;
text-decoration:none;
font-size:11px;
font-family:verdana;
font-weight:bold;
padding: .75em 1em;
cursor:pointer;
}

.menu3 li.current a {
color:#f00;
}

.menu3 li a:hover {
color:#fff;
}

.menu3 li.current a:hover {
color:#f00;
cursor:default;
}
/* ----------menu end-------------- */


/* ----------container to center the layout---------- */
#container {
width: 742px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 


/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 275px #EEF6FF;  /* color of the left column  */ 
background-color: #fff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:275px; 
 float:left; 
 position:relative; 
 margin-left:-275px; 
 margin-right:1px;
 color:#323B44;
 }
 
#left p{
padding: 5px 10px;
margin:0px;
}

#left h3{
padding: 5px 10px;
margin:0px;
color:#89AFD8;
border-top:solid 3px;
border-bottom:solid 3px;
}

.box {
position:relative;
}


/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px;
}

#content p{
padding: 5px 10px;
margin:0px;
}

#content h2{
padding: 5px 10px;
margin:0px;
color:#89AFD8;
border-top:solid 3px;
border-bottom:solid 3px;
}

/*  ----------------footer---------------------- */ 
#footer {
font-size: 9px;
color: #323B44;   /* color of text  */
background: #B5C1C0 url('images/footer.png');   /* color of row  */
margin:0px;
padding: 0px;
font-weight: bold;
text-align: center;
}

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

#footer a {color: #000;}
#footer a:visited {color:#000;}
#footer a:active { color:#000;}
#footer a:hover {color: #f00;}
