/* CSS Document */
/* Loveless */

body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    color: #000000;
    }
	
#sidebar1 {
	background-color: #FFFFFF;
	background-image: url(graphics/sidebar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	/* min-width: 200px; */
	/* max-width: 200px; */
	/* min-height: 897px; */
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	}
	
#sidebar2 {
	background-color: #FFFFFF;
	background-image: url(graphics/sidebar_gs.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	/* min-width: 200px; */
	/* max-width: 200px; */
	/* min-height: 897px; */
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	}
    
#body {
	background-color: #FFFFFF;
	background-image: url(graphics/sidebar.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-position: -200px 0px;
	/* width: auto; */
	/* min-height: 897px; */
	text-align: center;
	}

#body2 {
	background-color: #FFFFFF;
	background-image: url(graphics/sidebar_gs.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-position: -200px 0px;
	/* width: auto; */
	/* min-height: 897px; */
	text-align: center;
	}

#footer {
	border-top: 1px solid #AAAAAA;
	font-size: 70%;
	}
	
.menuheader {
	font-size: 90%;
	letter-spacing: 5px;
	padding-left: 10px;
	}

li {
	font-size: 80%;
	letter-spacing: 1px;
	list-style-type: none;
	margin-left: -28%;
	text-align: center;
	}

.header {
	font-size: 300%;
	color: #CBCBCB;
	letter-spacing: 35px;
	text-align: center;
	padding-left: 40px;
	padding-bottom: 30px;
	}
	
.subheader {
	font-size: 120%;
	color: #CBCBCB;
	letter-spacing: 10px;
	text-align: center;
	padding-left: 40px;
	padding-bottom: 14px;
	}
	
.charheader {
	font-size: 120%;
	color: #CBCBCB;
	letter-spacing: 10px;
	text-align: left;
	padding-bottom: 6px;
	}
	
.bottomnav {
	text-align: center;
	padding-left: 30px;
	}
	
.folding {
	color: #FFFFFF;
	}
	
.group {
	text-align: center;
	padding-left: 30px;
	padding-bottom: 14px;
	}
	
.content_main {
	font-size: 75%;
	font-spacing: 0.005em;
	text-align: left;
	padding-left: 36px;
	padding-right: 36px;
	}

a:link {
    color: #033289;
    text-decoration: none;
    }

a:visited {
    color: 59278F;
    text-decoration: none;
    }

a:active {
    color: #033289;
    text-decoration: none;
    }

a:hover {
    color: #064ED4;
    text-decoration: none;
    }
    
/* a.sections:link {
	color: #FFFFFF;
	}
	
a.sections:hover {
	color: #FFFFFF;
	}
	
a.sections:active {
	color: #FFFFFF;
	}
	
a.sections:visited {
	color: #FFFFFF;
	} */