@font-face {
    font-family: 'Ethnocentric Rg';
    src: local('EthnocentricRg-Regular'),
    url('subset-EthnocentricRg-Regular.woff2') format('woff2'),
    url('subset-EthnocentricRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body
{
    background-color: #132045;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
}

#main {
    margin-left:  auto;
    margin-right: auto;
    width: 980px;
}

#header {
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 129px;
}

#wrapper {
	height: 760px;
	background-image: url(../img/content_bg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
}

#wrapper.bg2 {
	background-image: url(../img/content_bg2.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
}
#left-side {
	float: left;
	width: 220px;
	height: 760px;
}

#content-side {
	height: 760px;	
}

#pane {
	height: 730px;	
	overflow:  auto;
	padding: 10px;
}

#top-navigation {
	list-style: none;
    padding: 0;
    padding-left: 10px;
    text-indent: 0;
}



#top-navigation ul{
    display: block;
    list-style: none;
    padding: 0;
    text-indent: 0;
    padding-left: 20px;
}

#top-navigation li{
    display: block;
    word-wrap: break-word;
    list-style: none;
    font-size: 9.8pt;
    color:  #fff;
    text-indent: 0;
    margin: 0;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Ethnocentric Rg', monospace;
    background-image: url(../img/menu_hr.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: transparent;
}

ul#top-navigation ul li{
    display: block;
    list-style: none;
    font-size: 9.8pt;
    color:  #fff;
    text-indent: 0;
    margin: 0;
    clear: both;
    white-space: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    
    background-image: url(../img/menu_hr.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: transparent;
}


ul#top-navigation li ul li{
    display: block;
    list-style: none;
    font-size: 9.8pt;
    color:  #fff;
    text-indent: 0;
    margin: 0;
    clear: both;
    white-space: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image:  none;
}




#top-navigation li span span span{
		float: left;
		margin-top: -1px;
		margin-right: 3px;
	}

#top-navigation li.active a, #top-navigation li a:hover{
    color: #96bbff;
    display: block;
    
}

#top-navigation ul li a{
    font-size: 9.8pt;
    color:  #fff;
    font-family: 'Ethnocentric Rg', monospace;
    text-decoration: none;
    display: block;
}


ul#top-navigation li a{
    font-size: 9.8pt;
    color:  #fff;
    text-decoration: none;
    display: block;
}

ul#top-navigation li ul li a{
    font-size: 9.8pt;
    color:  #fff;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

ul#top-navigation li.active ul li a{
    font-size: 9.8pt;
    color:  #fff;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

ul#top-navigation li.active ul li.active a, ul#top-navigation li.active ul li a:hover {
    color: #96bbff;
}



#footer-navigation {
	list-style: none;
    padding: 0;
    padding-left: 10px;
    text-indent: 0;
}

#footer-navigation ul{
    list-style: none;
    padding: 0;
    text-indent: 0;
    margin-top: -5px;
}

#footer-navigation li{
    display: inline-block;
    list-style: none;
    font-size: 14px;
    color:  #15254b;
    padding-right: 4px;
    text-indent: 0;
    margin: 0;
    border-right:  1px solid #15254b;
    
}

#footer-navigation li.last{
    display: inline-block;
    list-style: none;
    font-size: 14px;
    color:  #15254b;
    border-right:  0px solid #15254b;
    
    text-indent: 0;
    margin: 0;
    
}

#footer-navigation li ul{
    display: none;
}

#footer-navigation li span span span{
    display: none;
}

#footer-navigation li.active a{
    color: #15254b;
    
}

#footer-navigation li a{
    font-size: 14px;
    color:  #15254b;
    
    text-decoration: none;
}

#footera-navigation .menu
{
	margin-left:  auto;
	margin-right: auto;
}

#middle {
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 605px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;

}

#middle2 {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 605px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;

}

#footer {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#footer-menu {
	background-image: url(../img/footer_bg.png);
    background-repeat: repeat-x;
    background-position: left;
    padding-top: 1px;
    height: 40px;
}

#center-column { 
    
}

			.osX .jScrollPaneTrack {
				background: url(../img/scroll_bg.png) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: url(../img/trackmiddle.png) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(../img/tracktop.png) no-repeat 0 0px;
				height: 16px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(../img/trackbottom.png) no-repeat;
				height: 11px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(../img/toparrow.png) no-repeat 0px 5px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 5px;
			}
			.osX a.jScrollArrowDown {
				height: 19px;
				background: url(../img/bottomarrow.png) no-repeat 0px 0px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
			
			.osX .jScrollPaneTrack {
				top: 24px;
				height: 717px;
			}
			
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}
			/* /IE SPECIFIC HACKED STYLES */
