body{
text-align:center; /** fix IE and consort to center **/
margin:0px;
padding:0px;
margin-top:0px;
}

body, html{ height:100%;} 

html body {font: 70% Times New Roman, Times, sans-serif; color:#333333;}/* This is for IE*/
html>body {font: 70% Times New Roman, Times, sans-serif; color:#333333;}/* Other Browsers*/

a img{ border:0px;}
a{ color:#25A603; text-decoration:none;}
a:hover{ color:#25A603; text-decoration:none;}

h1{
margin:0px; padding:0px;

}

h2{
margin:0px; padding:0px;
}

/* #main 
____________________________________________________________*/
#main{
padding:0px;        
margin:0px auto;
text-align:center; /** restore text align on left **/
width:750px;
height:100%;
}

/* #header 
____________________________________________________________*/
#header{ 
margin:0px; padding:0px;
width:750px;
}
#header img {
float:left;
}
#topnav {
background-color:#97aebe;
width:inherit;
color:#ffffff;
padding:2px 0px 2px 0px;
}
#topnav a {
color:#ffffff;
font-weight:bold;
margin:0px;

}
#topnav a:hover {
color:#0066FF;
}
/* #content
____________________________________________________________*/
#content{
margin:0px;
padding:0px 15px 15px 10px;
width:530px;
font-family:Times New Roman, Times, serif;
color:#999999;
font-size:13px;
text-align:left;
float:left;
border-right: 1px dotted #999999;

}
#content h1 {
font-size:16px;
margin-top:10px;
font-weight:bold;
}
#content img {
padding:4px 4px 4px 4px;
text-align:center;
border:1px solid #cccccc;
background-color:#ffffff;
margin:6px 5px 6px 5px;
}
#content a {
color:#999999;
text-decoration:none;
}
#content a:hover{
color:#666666;
}
/*#content-left 
____________________________________________________________
#content-left{
margin:0px; padding:0px;
width:700px;
}
*/
/* #content-right 
____________________________________________________________*/
#rightnav{
margin:0px;
padding:10px 5px 15px 5px;
width:180px;
float:left;
clear:right;
text-align:left;
}
#rightnav h1{
font-size:16px;
text-decoration:underline;
color:#999999;
margin-bottom:8px;
}
#rightnav a{
color:#999999;
text-decoration:none;
}
#rightnav a:hover{
color:#666666;
}
#rightnav p{
border-bottom:1px solid #999999;
color:#999999;
}

/*#footer 
____________________________________________________________*/
#footer{
margin:0px;
padding:5px 0px 5px 0px;
width:750px;
background-color:#97aebe;
color:#ffffff;
text-align:center;
font-size:10px;
clear:both;
}
#footer a{
text-decoration:none;
color:#ffffff;
}
#footer a:hover {
color:#0066FF;
}
blockquote {
padding:4px 4px 4px 4px;
float:right;
text-align:center;
border:1px solid #cccccc;
background-color:#ffffff;
}
blockquote.two {
float:left;
}






