/* Font Tags  */

@import "./main.css";

hr {
	border: 0;
	border-top: 1px solid #4581B5;
}

div#logo {
	margin: 0;
	padding: 0;
	width:160px;
	height:148px;
	background-image: url(../images/logo.gif);
}

span.menuTopLevelSelected  {
	font-family: Arial, verdana, sans-serif;
	font-size: 0.7em;
  	color: #4581B5;
	font-weight:bold;
	position:relative;
	left: 1px;
}

span.menuSubLevelSelected  {
 	font-family: Arial, verdana, sans-serif;
	font-size: 0.6em;
  	color: #4581B5;
	font-weight:bold;
	position:relative;
	left: 13px;
}

/* Links  */

a:link , a:visited {
   text-decoration: underline;
   color: #4581B5;
}
a:active , a:hover {
   text-decoration: none;
}

/* General  */

div#headerArea  {
	background-image: url(../images/bodyBackBlue2.gif);
	background-repeat: repeat-y;	
	height: 148px;
	padding-left: 42px;
	padding-right: 43px;
	cursor: pointer;
}

div.headerImage  {
	float: right;
	background-image: url(../images/headerImageBlue2.jpg);
	width: 733px;
	height: 148px;
	margin: 0;
	padding:0;
}

div#contentArea  {
	background-image: url(../images/bodyBackBlue2.gif);
	background-repeat: repeat-y;	
	padding-left: 42px;
	padding-right: 43px;
}

div.rhs  {
	margin: 0;
	padding: 0;
	background-image: url(../images/rhs-blue2.jpg);
	width: 230px;
	height: 330px;
	background-position: top;
}

div.cv  {
	background-color:#539DDA;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-left: 4px;
	margin-right: 2px;
	padding: 10px;
}

div.cv a,
div.cv a:link,
div.cv a:link:active,
div.cv a:link:visited{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	font-size: 0.9em;
	position:relative;
	float:right;
}

div.cv a:hover {
	text-decoration: underline;
}

img#topGif  {
	margin: 0;
	padding: 0;
	background-image: url(../images/bodyBackBlue2.gif);
	background-repeat: repeat-y;	
}

div#navigation ul li a.selected  {
	background-color: #B5C7F9;
	color: #fff;
	text-decoration: none;
}

div#navigation ul li ul.sub li a.selected {
	color: #B5C7F9;	
}