body {
    margin:              0;
	text-align:			center;
    background-color:   #ffffff;
    color:              #000000;
    font-family:        sans-serif;
    font-size:          small;
    margin-left:        auto;
    margin-right:       auto;
}

.main_content {
    width:              1000px;
	text-align:			left;
	margin:				0px auto;
}
#oslogo {
    vertical-align:     middle;
}

#sidebox {
    float:              right;
}
img.cover {
	max-width:			200px;
	margin-left:		20px;
	margin-bottom:		20px;
	border:				black solid 1px;
}

H2 {
    text-decoration:    underline;
    color:              #ffae00;
}

h3 {
	margin:				30pt auto 10pt auto;
	font-variant:		small-caps;
}

a {
	font-weight:		bold;
	text-decoration:	underline;
}

.titles {
    color:              #000000;
}
a.titles:active, a.titles:hover, a.titles:link, a.titles:visited {
	text-decoration:	none;
}

a:link, a:visited {
	color:				#000000;
}

a:hover, a:active {
	color:				#ffae00;
}

a.section:active, a.section:hover, a.section:link, a.section:visited {
    text-decoration:    none;
}
a.section:hover {
	background-color:	black;
}

.section, .section:hover, .section:link, .section:visited {
    line-height:        2.5em;
    font-weight:        bold;
    padding:            4px;
    margin-left:        4px;
    
    background-color:   #ffae00;
    border:             2px solid #000000;
    color:              #ffffff;
}

#current, #current:hover, #current:link, #current:visited {
    background-color:   #ffffff;
    border-color:       #ffae00;
    color:              #000000;
}

#maintext {
    margin-left:        auto;
    margin-right:       auto;
}

.backstring {
	width:		90%;
	clear:		both;
	margin-left:	auto;
	margin-right:	auto;
	padding-top:	2em;
	text-align:	right;
	font-style:	italic;
	font-size:	x-small;
}

#central {
    border-top:         1px solid #000000;
    /*border-bottom:      1px solid #000000;*/
    margin:        		30px auto 0 auto;
	padding-bottom:		30px;
}

#footer {
    border-top:         1px solid #000000;
    width:              100%;
    font-size:          xx-small;
    padding-top:        30px;
    clear:              both;
    text-align:         center;
    font-style:         italic;
}

#introhome {
	font-size: large;
	font-style: italic;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 1px solid #ffae00;
	padding: 1em;
}
