
@charset "UTF-8";

body {
	background-color: #FFFFFF;
	margin-top: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

      #header {
        position: fixed;
        left: 100px;
        width: 900px;
        height: 100px;
        top: 20px;
        background-color: #FFFFFF;
      }
      #gbar1 {
        position: fixed;
        left: 0;
        width: 1800px;
        height: 6px;
        top: 120px;
        background-color: #FFFFFF;
      }
      #banner {
        position: fixed;
        left: 0;
        width: 1800px;
        height: 130px;
        top: 126px;
        background-color: #FFFFFF;
      }
      #gbar2 {
        position: fixed;
        left: 0;
        width: 1800px;
        height: 6px;
        top: 256px;
        background-color: #FFFFFF;
      }
      #mainmenu {
        position: fixed;
        left: 100px;
        width: 180px;
        top: 262px;
        bottom: 24px;
        background-color: #FFFFFF;
        overflow: auto;
      }
      #content {
		position: fixed;
		left: 280px;
		top: 262px;
		bottom: 24px;
		width: 720px;
		background-color: #FFFFFF;
		overflow: auto;
      }
      #footer {
        position: fixed;
        width: 100%;
        height: 24px;
        bottom: 0;
        background-color: #FFFFFF;
      }

.TOCButton {
	width: 130px;
	height: 20px;
	padding: 15px;
	background-color: #f0f1e5;
	border: 1px solid #FFFFFF;
}

.TOCButton:hover {
	background-color: #DBDCD2;
}

.TOCSocial {
	width: 130px;
	height: 20px;
	padding: 15px;
	background-color: #f0f1e5;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
}

h4 {
	color: #227878
}


p {text-align:justify;}
p.aligned_right {text-align:right;}

a.tw{
width: 28px;
height: 28px;
background: url(images/social.png) left top no-repeat;
margin-top: 8px;
margin-right: 8px;
float: left;
}

a.tw:hover{
width: 28px;
height: 28px;
background: url(images/social.png) left bottom no-repeat;
margin-top: 8px;
margin-right: 8px;
float: left;
}

a.fb{
width: 28px;
height: 28px;
background: url(images/social.png) -36px top no-repeat;
margin-top: 8px;
margin-right: 8px;
float: left;
}

a.fb:hover{
width: 28px;
height: 28px;
background: url(images/social.png) -36px bottom no-repeat;
margin-top: 8px;
margin-right: 8px;
float: left;
}

img.wrapped_left{
float: left;
border: 2px solid black;
margin-right: 15px;
margin-top:0
margin-left:0

}
