@charset "utf-8";
html, body{
height:100%;
}
body{
	background-color:#011A34;
	border:none;
	margin:0;
	padding:0;
	font-size:89%;
}
body a{
color:#006699;
}
#container {
position:relative;
	background-color: #FFFFFF;
	/*height: 100%;*/
	width: 948px;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/container_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom_container {
position:relative;
/*height: 100%;*/
	width: 948px;
	background-image: url(graphics/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#title {
	position: relative;
	top:-50px;
		width: 950px;
	/*background-image: url(graphics/title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
#title h1 {
	display: none;
}
#title img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	float: left;
	height: 500px;
	width: 150px;
	padding-right: 5px;
	padding-top:2em;
	
}
#menu ul {
	list-style-image: none;
	
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin-left: -2em;
	height: 3em;
	font-family: "Times New Roman", Times, serif;
}
#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #006699;
	text-transform: uppercase;
	font-weight: 600;
	font-variant: small-caps;
	
}
#menu a:hover, #menu a:active{
	background-image:url(graphics/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}
#content {
	color: #333333;
	float:right;
	padding-bottom:2em;
	margin-right:1em;
	width: 770px;
}
#content .col1 .text {
	width: 500px;
}
#content h1, #content h2{
	color: #FF6600;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	color: #FF6600;
}
#content h2{
	font-size:12px;
	
	}
#content h3{
	font-size: 12px;
}
#contact {
	position: absolute;
	height: 50px;
	width: 950px;
	left: 0px;
	bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #011A34;
	text-align: center;
	color: #666666;
}
#content table {
	border-collapse:collapse;
	margin-top: 1.5em;
	height: 100%;
}
#content table tr, #content table td, #content table th {
	padding:1em;
	font-size: 1em;
	color: #333333;
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
	vertical-align: top;
	text-align: left;
}

#content .col1, #content .col2 {
	width: 230px;
	padding-bottom:0px;
	padding-top:0px;
	vertical-align:top;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#content .col1, #content .text {
	background-color:#FFF5EC;
	}
#content .col2{
	background-color:#FFFFE8;
	}
#content .col_image{
	background-color:#011A34;
	text-align: center;
	vertical-align: top;
}
#content .col_image h2 {
	color: #FFFFFF;
}

/*-------------------set of links------------------------------*/
.set_of_links, .set_of_links_next {
	position:relative;
	/*background:#FFF5EC;*/
	z-index:0;
}
.set_of_links a, .set_of_links_next a {
	line-height:1.5em;
	display:inline;
	text-decoration:none;
	/*background:#FFF5EC;*/
	z-index:0;
}
.set_of_links a:hover, .set_of_links_next a:hover {
	/*background:#FFFF66;*/
	text-decoration:underline;
	z-index:0;
	color:#ff6600;
}
/*.set_of_links a:hover:first-letter, .set_of_links_next a:hover:first-letter{
	color:#FF6633;
	font-size: 14px;
	font-weight: bold;
}*/
.set_of_links a span, .set_of_links_next a span {
	display:none;
	z-index:100;
}
.set_of_links a:hover span, .set_of_links_next a:hover span{
	display:inline;
	position:absolute;
	top:90px;
	left:0px;
	width:350px;
	background-color: #D6D6EB;
	padding: 1em;
	border: 1px solid #C0C0C0;	/*background-image: url(graphics/pop_up.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
	z-index:100;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.set_of_links a:hover span:first-letter, .set_of_links_next a:hover span:first-letter{
	color:#FF6600;
	font-size: large;
	font-weight: bold;
	} 
.set_of_links_next a:hover span{
	left:-200px;
	width:350px;
	/*background-color: #FFFFE8;*/
}
#content a {
	color: #006699;
	font-variant: small-caps;
	
}




#clear {
	clear: both;
	display: block;
}
#content .col2 img {
	padding: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
