﻿/* dark blue : 002b45 */ 
/* med blue 00539f */
/* light blue 5bb4e5 */

A:link {text-decoration: none; color:#00539f; font-size:14px;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#002b45;}

body,span
{
	font-family:Verdana;
	font-weight:bold;
	color: White;
}

.Top
{
	background-color: #C1272D; 
	border: solid 3px white;
	font-size:36px;
	font-weight:bolder;	
	text-align:center;
	padding:15px 15px 15px 15px;
}

.t_Small
{
	font-size:16px;
	/*font-family:Times New Roman;*/
	font-weight:bolder;
}

.Bottom
{
	border: solid 3px gray;
	text-align:center;
	font-family:Times New Roman;	
	font-size:14px;
	font-weight:normal;
}

#container
{
	font-weight:bolder;
	/*background-color: #00539f; 
	opacity: 0.5;
	filter: alpha (opacity=75); */
	
	width:100%;
	color:White;
	position:relative;
	float:left;
	overflow:hidden;
}

#container .transparency
{
	/*opacity: 0.7;*/
	filter: alpha (opacity=50);
	/*-moz-opacity: 0.75;*/
	background-color:#00539f;
	width:1500px;
	height:1500px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
}

.content
{
	font-family:Sans-Serif;
	position:relative;
}

.b_Title
{
	/*font-family:Times New Roman;*/
	font-size:36px;
	font-weight:bolder;
}

.b_SubTitle
{
	font-size:20px;
	font-family:Sans-Serif;
	font-weight:bolder;
}

.Right
{
	background-color: #00539f; 
	border: solid 3px gray;
	text-align:center;
	vertical-align:text-top;
	font-size:28px;
	font-weight:bolder;
}

.divMenu
{
	background:black;
	width:450px;
	height:50px;
	position:absolute;
	left:400px;
	padding: 15px 15px 15px 15px;
	
}






