body {
	background-color: #FFFFFF;
	font-family: Times New Roman, verdana, arial;
	background-image: url("../images/site/background.jpg");
}

#mainMenu {
	position: absolute;
	left: 281px;
	top: 146px;
	width: 650px;	
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #094098;
}

#mainMenu a {
	color: #094098;
	text-decoration: none;
}

#mainMenu a:hover {
	text-decoration: underline;
}

#mainMenu .currentMenuItem {
	color: #1A1B1F;
	text-decoration: underline;
}

#subMenu {
	position: absolute;
	left: 281px;
	top: 179px;
	width: 650px;	
	font-size: 14px;
	font-style: italic;
	color: #1A1B1F;	
}

#subMenu a {
	color: #1A1B1F;
	text-decoration: none;
}

#subMenu a:link {
	color: #1A1B1F;
	text-decoration: none;
}

#subMenu a:visited {
	text-decoration: none;
	}

#subMenu a:active {
	text-decoration: underline;
}

#subMenu a:hover {
	text-decoration: underline;
}



#content  {
	position: absolute;
	left: 281px;
	top: 215px;
	width: 650px;
	color: #094098;
	font-size: 12pt;
}

#content h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #1A1B1F;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #1A1B1F;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#content p, td {
	color: #094098;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;	
}

#content a:link {
	color: #094098;
	font-weight: bold;	
	text-decoration: underline;
}

#content a:visited {
	color: #094098;
	font-weight: bold;	
	text-decoration: underline;
}

#content a:active {
	color: #094098;
	font-weight: bold;	
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

.languageLink {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 910px;
	top: 10px;
}

img {
    border-width: 1px;
    border-color: #094098;
}
