/* CONTENT */

body {   
    font-family: Century Gothic, Verdana, sans-serif;
    font-size: 11px;
}

h1, h2 {
    margin-top: 0;
    color: white;
}

#leftbox  p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftbox hr, #rightbox hr, body.mceContentBody hr {
    background-image: url("hr-bg.gif");
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

#leftbox a, #rightbox a, body.mceContentBody a {
    color: #000066 !important;
    text-decoration: underline !important;
}

#leftbox h1 a,
#leftbox h2 a, 
#rightbox h1 a,
#rightbox h2 a {
    color: white !important;
    text-decoration: none !important;
}

/* LAYOUT */

html,
body {
    margin: 0px;
    padding: 0px;
    background-image: url("background.png");
} 
#sitecontainer {
    
}

#sitewrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 960px;
	padding-top: 50px
}

@media screen and (max-width: 960px){
	#sitewrapper {
		width: auto;		
	}		
	#leftbox{
		margin-bottom: 20px;
	}
}


#leftbox {
    background-color: #000066;
    float: left;
    height: 460px;
    padding: 0px;
    width: 460px;
    margin-right: 20px;
}

#leftbox #logo{
	position: absolute;
    width: 200px;
	height: 100px;
}

#rightbox {
    background-color: #999999;
    float: left;
    height: 420px;
    overflow: auto;
    padding: 20px;
    width: 420px;
    margin-bottom: 20px;
}

a.morelink, a.morelink:hover {
    border: 1px dotted black;
    color: #000066 !important;
    float: right;
    font-size: 11px;
    height: 15px;
    line-height: 13px;
    margin-top: 3px;
    text-align: center;
    text-decoration: none !important;
    width: 120px;
}
