/* CSS Document */

/*Body*/

html, body {
height: 100%;
}

body {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #c8c1a0;
	border-color:#97755A;
    }
	
h1 {
	color: #AF0000;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	}

h2 {
	color:#AF0000;
	}
	
h3 {
	text-align:center;
	}
	
#container {
	background-color:#FFFFFF;
	width:800px;
	margin: auto;
	text-align:center;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330000;
	border-left-color: #330000;
	
	}

#main-content {
	padding-top: 20px;
	margin-top: 20px;
}
#toc {
	width: 200px;
	float: left;
	text-align: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #996666;
	margin-left: 15px;
	background-color: #eff4f9;
	font-size: .9em;
	padding-right: 5px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#half-textbox{
	width: 550px;
	float: right;
	text-align: left;
	margin-right: 5px;
	padding-left: 10px;
	padding-right: 5px;
}

#full-textbox {
	width: 750px;
	float:left;
	text-align: left;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#footer {
	position: static;
	left: 0px;
	top:115%;
	width: 800px;
	margin-bottom: 0px;
	text-align: center;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0377A8;
	border-right-color: #0377A8;
	border-bottom-color: #0377A8;
	border-left-color: #0377A8;
	border-top-width: 0px;
}

#left-box {
	width:350px;
	float:left;
	position: static;
	text-align: left;
	margin-left: 50px;
	height: 100px;
}
#left-box2 {
	width:350px;
	float:left;
	position: static;
	text-align: left;
	margin-left: 50px;
}

#right-box {
	width:350px;
	float:right;
	text-align: left;
	height: 100px;
	}
#right-box2 {
	width:345px;
	float:right;
	text-align: left;
}
.subheading {
	color:#000000;
	font-size:1.3em;
	}
	
table.center {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	background-color: #FFFFFF;
}

.bigheading {
	text-align:center;
	font-size: 1.4em;
	font-weight: bold;
	
	}
	
.english {
	text-align:center;
	font-weight: bold;
	font-size: .9em;
	}
	
.english-left	{
	text-align:left;
	font-weight: bold;
	font-size: .9em;
	}
/*Text Decoration*/
.red {
	color: #990000;
	font-weight: bold;
}

ul li {
	padding-top: 5px;
}


/* Links */

   #navcon ul{
        width:800px;
        padding-left: 0em;
        margin-left:0em;
        margin-right:0em;
        margin-top:0px;
        margin-bottom:0px;
        background-color: #97755A;
        font-size: 11pt;
        float:left;
        border-bottom: 1px solid #0377A8;
    }
    
    #navcon ul li { 
        display: inline; 
    }
    
    #navcon ul li a{
	background-color: #97755A;
	color: white;
	text-decoration: none;
	float: left;
	font-weight: bold;
	height:20px;
	padding-top: 0.5em;
	padding-right: 55px;
	padding-bottom: 0.5em;
	padding-left: 55px;
         
    }
    
    #navcon ul li a:hover{
	color: black;
    }
    
  /*Link Decoration*/

    a {
        text-decoration: none;
    }

    a:link {
        color: #005C96;
    }

    a:visited {
        color: #005C96;
    }
    
    a:hover {
        color: #820921;
    }

    a:active {
        color: #B6B6B6;
    }
	
	img {
		border:none;
		}

