* {
        margin:0;
        padding:0;
}
body {
        font-family:Arial, Helvetica, sans-serif;
        color:#333;
}
.clear {
        clear:left;
}
img {
        border:none;
}
#container {
        margin:auto;
        width:795px;
}
#content a, #footer a{
	font-size: 12px;
	font-weight: bold;
	color: #0045BF;
	text-decoration: none;
}
#content a:hover, #footer a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #0045BF;
	text-decoration: underline;
}
h1 {
        height:79px;
        background:url(img/header.jpg) no-repeat;
        text-indent:-2000px;
}
h1 a {
        width:795px;
        height:68px;
        display:block;
}
#content {
        width:559px;
        float:left;
        margin-top:20px;
}
.section, #footer {
        background:url(img/area.jpg) no-repeat;
        padding:15px 20px;
}
h3 {
        font-family:'Trebuchet MS', Tahoma, sans-serif;
        color:#333;
        font-weight:normal;
        font-size:20px;
}
h4 {
        font-size:14px;
        font-weight:bold;
        text-decoration:underline;
}
p {
        font-size:12px;
        margin:15px 0;
        text-align:justify;
        line-height:20px;
}
#content p img {
        float:left;
        margin:0 10px 10px 0;
}
#content p a img {
        float:none;
        margin:0;
}
#sideColumn {
        width:236px;
        float:left;
}
#sideColumn a{
	font-size: 12px;
	font-weight: bold;
	color: #0045BF;
	text-decoration: none;
}
#sideColumn a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #0045BF;
	text-decoration: underline;
}
#sideColumn img {
        display:block;
        margin-bottom:20px;
        margin:auto;
        margin-top:10px;
}
#sources {
        font-size:10px;
        margin-top:20px;
        text-align:left;
}
#glossaryNav {
        float:none;
        display:block;
        width:100%;
        margin-bottom:10px;
}
#glossaryNav li {
        margin:0 0 0 3px;
}

#navigation {
        list-style:none;
        margin-left:8px;
        margin-top:15px;
        clear:both;
}
#navigation .nav-large {
        width:200px;
}
#navigation li {
        float:left;
        margin-right:20px;
}
#navigation a {
        color:#0045BF;
        text-decoration:none;
}
#navigation a:hover {
        color:#336CCF;
        text-decoration:underline;
}
#navigation #current {
        text-decoration:underline;
}
