body {
margin: 0px;
padding: 0px;
font-family: Lucida Unicode, Geneva, Arial, Helvetica, sans-serif;
line-height: 15px;
background-color: #541e41;
font-size: 11px;}

h1 {
font-size: 16px;
padding:5px 15px;
margin:0px;
color: #000000;
line-height: 22px;
font-weight: normal;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 10px 0px;
margin:0px;
color: #541e41;
text-transform: uppercase;}

img.download {vertical-align:middle;}
	
	
/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #f4d1d8;}


/* ----------nav area-------------- */
#nav {
background-color: #ffcc00;
text-align: center;
margin-top: 25px;
border-bottom-width: 6px;
border-bottom-style: solid;
border-bottom-color: #541e41;
height: 45px;}

#nav img {
position: absolute;
top: 25px;} 

#nav a {color: #541e41; font-size: 14px; margin-right:10px; margin-left: 5px;}
#nav a:visited {color:#541e41;}
#nav a:hover {color: #564b47;}
#nav a:active { color:#541e41;}


/* -----------------content--------------------- */
#content {
background-color: #ffffff;
margin-left: 250px;
margin-right: 0px;
border-left-width: 6px;
border-left-style: solid;
border-left-color: #541e41;}

#content a {color: #541e41; font-size: 12px;}
#content a:visited {color:#541e41;}
#content a:hover {color: #564b47;}
#content a:active { color:#541e41;}
	
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");}

p, pre{
padding: 5px 15px;
margin:0px;}


/* --------------left navi------------- */
#left {
float: left;
width: 230px;
margin: 0px;
padding: 10px;
background-color: #f4d1d8;}

#left a {color: #cc0033; font-size: 12px;}
#left a:visited {color:#cc0033;}
#left a:hover {color: #ff6699;}
#left a:active { color:#cc0033;}

.date {
font-color: 000000;
font-style: italic;
padding-top: 5px;
padding-bottom: 5px;}

.line {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #333333;
padding-top: 10px;
margin-bottom: 5px;}
	
#subhead {
font-size: 16px;
margin:0px;
color: #FF6699;
font-weight: normal;
padding-top: 20px;
padding-right: 15px;
padding-left: 15px; }
	
.form {
background-color: #FFFFFF;
padding: 15px 15px;
margin:0px;}
 
.formbox {
background-color: #FFFFFF;
height: 200px;
width: 450px;} 
