body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-color: #411C7F;
        background: #9581B6;
}

img { border: none; }

h1,h2,h3,h4,h5,h6 { margin: 0; padding-bottom: 0.1em; }
h1 { font-size: 1.9em; border-bottom: 1px solid #411c80; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.75em; }

div.textfield, div.button, div.radio { margin-top: 0.5em; }
div.textfield input { width: 8em; }

legend { color: #000; }
form { padding: 0; margin: 0; }
input, label { vertical-align: middle; }
p { padding: 1em 0; margin: 0; }

.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }
.noborder { border: none; }
.clearfloats { clear: both; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

#main-container {
        border-top:  1px solid #411c80;
        border-left:  1px solid #411c80;
        border-right:  1px solid #411c80;
	width: 750px;
	margin: 0 auto;
        text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	height: 80px;
}

#content {
        background: url('../images/content_bg.gif') repeat;
        padding: 1em;
        border-top:  1px solid #411c80;
        min-height:  400px;
        height:  400px;
	font-size: 90%;
}

#maincontent {
        background: url('../images/content.gif') repeat;
        padding: 1em;
        border-top:  1px solid #411c80;
        min-height:  595px;
        height:  595p;
        font-size: 90%;
        text-align: right;
}

#maincontent a { font-weight: bold; color: #9581B6; white-space: nowrap; vertical-align: middle; text-decoration: none; }
#maincontent a:link, #content a:visited { text-decoration: none; }
#maincontent a:hover, #content a:active { text-decoration: underline; }

 
#maincontent img { border: 1px solid #411c80;  float:  right; padding:  0.25em; background:  #9581B6;}
#maincontent img.white { border: 1px solid #411c80;  float:  right; padding:  0.25em 0.75em 0.65em 0.75em; margin:  1em 0 0 0; background:  #ffffff;}

#content a { font-weight: bold; color: #9581B6; white-space: nowrap; vertical-align: middle; }
#content a:link, #content a:visited { text-decoration: none; }
#content a:hover, #content a:active { text-decoration: underline; }
#content a.buttonlink { padding: 2px 4px; background-color: #F0F0F0; border: 1px solid #495C5F; font-size: 0.9em; }
#content a.buttonlink:hover, #content a.buttonlink:active { text-decoration: none; background-color: #BFDADE; }

#content img { border: 1px solid #411c80; padding:  0.25em; background:  #9581B6;}
#content img.floatLeft { float: left; border: 1px solid #411c80; margin-left:  1em; margin-bottom:  1em; background:  #9581B6;}
#content img.floatRight { float: right; border: 1px solid #411c80; margin-left:  1em; margin-bottom:  1em;  background:  #9581B6;}



#menu {
	background: #411C7F;
	color: #eee;
	font-size: 70%;
	text-align: center;
	margin: 0;
	width: 100%;
        border:  1px solid #411c80;
}

#footer {
		width: 750px;
        margin:  auto;
}

#footer-bar {  
        width:  750px;
        height:  10px;
        margin:  auto;
        background:  #cfbf7f;
        border-left:  1px solid #411c80;
        border-right:  1px solid #411c80;
        border-bottom:  1px solid #411c80;
}

#footer p { 
    margin: 0; 
	color: #000;
	font-size: 70%;
	text-align: center;
	width: 100%;
}

#menu td {
	margin: 0;
	padding: 0.35em 0.75em;
	vertical-align: middle;
}

#menu #logout a { color: #BFDADE; }

#menu a:link,
#menu a:visited {
	text-decoration: none;
	color: #ddd;
}

#sectionone #menu #one a,
#sectiontwo #menu #two a,
#sectionthree #menu #three a,
#sectionfour #menu #four a,
#sectionfive #menu #five a,
#sectionsix #menu #six a,
#sectionseven #menu #seven a,
#sectioneight #menu #eight a,
#sectionnine #menu #nine a,
#sectionten #menu #ten a {
	font-weight: bold;
	color: #fff;
        background: #CFBF7E;
        padding: 0.6em;
}

html > #sectionone #content,
html > #sectiontwo #content,
html > #sectionthree #content,
html > #sectionfour #content,
html > #sectionfive #content,
html > #sectionsix #content,
html > #sectionseven #content,
html > #sectioneight #content,
html > #sectionnine #content,
html > #sectionten #content,
html > #sectionone #maincontent,
html > #sectiontwo #maincontent,
html > #sectionthree #maincontent,
html > #sectionfour #maincontent,
html > #sectionfive #maincontent,
html > #sectionsix #maincontent,
html > #sectionseven #maincontent,
html > #sectioneight #maincontent,
html > #sectionnine #maincontent,
html > #sectionten #maincontent {
        height:  auto;
}



#menu a:hover {
	color: #fff;
}











































