/** MAIN ELEMENTS **/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-weight: normal;
	font-size: 80%;
	font-variant: normal;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
	background: #f0f0f0 url(images/bodyback.gif) repeat-y 50% 0%;
	text-align: center;
}

/** HEADERS **/
h1, h2, h3, h4 {
	font-family: Arial, sans-serif, Verdana
}
h1 {
	margin-top: 3px;
	font-size: 100%;
	margin-bottom: 3px;
	text-transform: uppercase;
}
h2 {
	margin-top: 4px;
	font-size: 100%;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #3a516f
}
h3 {
	margin-top: 0;
	font-size: 90%;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #3a516f
}
h4 {
	margin-top: 0;
	font-size: 85%;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #3a516f
}
p {
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px
}

/** LINKS **/
a {
	text-decoration: none;
	color: #07516d
}

/** TEXT **/
address{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-style: normal
}
.imglink {
	font-weight: normal;
	font-size: 75%;
	text-transform: uppercase;
	color: #000000;
	font-family: sans-serif, Arial, Verdana;
}
.btext {
	font-weight: normal;
	font-size: 80%;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
}
.menutext {
	font-weight: bold;
	font-size: 80%;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
}
.notes {
	font-size: 75%;
	font-family: Arial, Verdana, sans-serif;
}


/** ALIGNS **/
.center {
	width: 1010px;
	height: 100%;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/borders.jpg) no-repeat;
}
.floatr {
	float: right;
}
.floatl {
	float: left;
}
.left {
	text-align: left;
}

/** STRUCTURE **/
#bgbox { /* added because of rounding pixelbug in IE and Chrome */
	width: 1010px;	
	height: 100%;
	padding: 0;
	margin: 0 auto;
	border: 0;
	background: #f0f0f0 url(images/back.gif) repeat-y 50% 0%;
	text-align: center;
}
#main {
	margin: 0 auto;
	padding-top: 8px;
	width: 974px;
	min-height: 608px;
	background-color: transparent;
	text-align: left;
	border: 0;
}
#header {
	width: 974px;
	height: 96px;
}
#content {
	background: #fff;
	padding: 0;
	margin: 0;
	width: 947px;
	text-align: left;
}
#maincolumn {
	width: 750px;
	min-height: 500px;
	float: right;
}
#mainleftcolumn {
	float: left;
	width: 720px;
	min-height: 500px;
	margin-left: 22px;
}
#mainfullcolumn {
	width: 900px;
	min-height: 500px;
	margin-left: 22px;
}
#rightcolumn {
	float: right;
	width: 185px;
	min-height: 445px;	
}
#bottomtext {
	clear: both;
	width: 750px;
	padding-left: 185px;
	height: 38px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 80%;	
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
	color: #415472;
	text-align: center;
}
#bottomtext.full {
	width: 945px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 10px;
	margin-right: 0;
}


/** MENU **/
div#menu {
	background-repeat: no-repeat;
	height: 22px;
	position: relative;
	top: -20px;
}
ul#nav {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;	
	height: 22px;	
}
ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	text-align: center;
	text-transform: uppercase;
	height: 22px;
}
ul#nav a {
	text-decoration: none;
	padding: 2px 0 5px;
	color: #ffffff;
}
ul#nav li.activelink a {
	color: #ffffff;
	font-weight: bold;
}
ul#nav a:hover {
	color: #cdcdcd
}


/** LEFT MENU **/
#leftmenu {
	float: left;
	width: 175px;
	min-height: 445px;
	background: transparent url(images/leftmenu_s.jpg) no-repeat;
	position: relative;
	top: -19px;
}
ul#nav2 {
	margin: 10px 0 0 0;
	padding: 0;
}
ul#nav2 li {
	list-style-type: none;
	margin: 0;
	text-align: left;
}
ul#nav2 a { 
	text-decoration: none;
	color: #fff;
}
ul#nav2 li.activelink {
	background: transparent url(images/leftmenuactive_s.jpg); 
}
ul#nav2 li.activelink a {
	color: #2a4a64;
	font-weight: normal; 
}
ul#nav2 .level0 {
	padding-left: 15px;
	font-weight: bold;
}
ul#nav2 .level1 {
	padding-left: 15px;
}
ul#nav2 .level2 {
	padding-left: 25px;
}
ul#nav2 .level3 {
	padding-left: 35px;
}
ul#nav2 a:hover {
	color: #cdcdcd;
}


/** MISC **/
#english {
	text-align: center;
	margin-bottom: 10px;
}
#english img {
	margin-bottom: 5px;	
}
.notes {	
	font-size: 75%;
	font-family: Arial, Verdana, sans-serif;
	padding: 5px;
}


/** LOTS OF CLASSES USED BY PREVIOUS DESIGNER **/
.newscol {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}
.sizenewscol {
	width: 190px;
	height: 319px;
}
.bumpnewscol {
	left: 728px;
	position: absolute;
	top: 13px;
}
.sizeleftpic {
	width: 4px;
	height: 581px;
}
.sizerightpic {
	width: 24px;
	height: 584px;
}
.sizeheader {
	height: 98px;
}
.bumpheader {
	left: 0px;
	position: relative;
	top: 0px;
}
.sizemenu {
	height: 40px;
}
.bumpmenu {
	left: 10px;
	position: relative;
	top: -21px;
}
.sizefooter {
	width: 994px;
	height: 38px;
}
.border {
	border: 0;
}
.inlinepicleft {
	padding-right: 15px;
	padding-bottom: 30px;
}
.dashedborder {
	border-right: #cdcdcd 1px dashed;
	border-top: #cdcdcd 1px dashed;
	border-left: #cdcdcd 1px dashed;
	border-bottom: #cdcdcd 1px dashed
}
.bumpright {
	left: 20px;
	position: relative;
}
.sizepagepic {
	width: 30px;
	height: 90px;
}
.bumppagepic {
	left: 14px;
	position: absolute;
	top: 108px:
}
.bumpleftpic {
	left: 0px;
	position: absolute;
	top: 3px;
}
.bumprightpic {
	left: 970px;
	position: absolute;
	top: 0px;
}
.bumpinfocol {
	left: 720px;
	position: absolute;
	top: 13px;
}
.bumpfooter {
	left: 0px;
	position: relative;
	top: 435px;
}
.bumpbtext {
	left: 10px;
	position: relative;
	top: 397px;
}
.up {
	position: relative;
	top: -70px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 body {
	margin-left: 1px;
 }
}
