html {
	margin: 10px;
	padding: 10px;
}

body {
	font-family: tahoma;
	font-size: 10pt;
	line-height: 120%;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000;
}

/*Structure*/

div#container{
  text-align: left;
  margin: 0 auto 0 auto;
  width: 800px;
  background: #fff;
  border: 1px solid #000055;
}

div#frame
{
	margin: 0;
	display: table;
	background: #ffffff;
	width: 800px;
}

div#content
{
	width: 800px;
	margin: 0 auto 0 auto;
	display: table;
	position: relative;
	background: #FFF;
	text-align: left;
    background: #d1e6ff;
	padding: 0;
}

div#header {
	width: 800px;
	height: 110px;
	/*background: url('../images/unique_banner.jpg') no-repeat right;*/
	align: right;
}

div#mainmenu {
	width: 800px;
	height: 30px;
	margin: 0 0 0 0;
	border-top: 1px solid #000055;
	border-bottom: 1px solid #000055;
	/*background: url('../images/menu_background.jpg') repeat-x;*/
	background: #6480CA;
}

div#content-left {
	width: 183px;
	_height: 400px;
	min-height: 400px;
	float: left;
	padding: 5px 0 0 0;
	background: #e7e7e7;
}

div#content-main {
	width: 800px;
	float: left;
}

div#footer {
	text-align: center;
	font-size: 0.8em;
	margin: 0 auto 0 auto;
	width: 800px;
	height:50px;
	/*background: url('../images/footer_background.jpg') repeat-x;*/
	background: #6480CA;
	border-top: 1px solid #000055;
	color: #ffffff;
	clear:both;
}


/*End of structure*/

/*Start of Text format*/

div#content h1 {
	padding: 30px 70px 10px 70px;
	color: #000055;
	font-size: 15pt;
	text-align: center;
	
}

/*div#content-main h3 {
	padding: 10px 70px 0 70px;
	color: #0098e2;
	font-size: 14px;
	font-style: italic;
	
}*/

div#content p {
	padding: 5px 70px 0 70px;
	color: #000055;
	text-align: justify;
}


div#date {
	padding: 5px 20px 0 10px;
	color: #000055;
	float: left;
	
}

div#count_down {
	padding: 5px 10px 0 20px;
	color: #ff0000;
	float: right;	
}

div#date_block {
	width: 800px;
	float: left;
	clear: both;
	height: 20px;
}

.white {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a {
	color: #000055;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000ff;
	text-decoration: none;
}

div#footer a {
	color: #000055;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover {
	color: #000055;
	text-decoration: none;
}

div#content-main ul li {
	list-style: disc;
	/*background: url('../images/uurl-bullet.gif') no-repeat;*/
	margin: 0 70px 10px 70px;
	padding: 0 0 0 20px;
	color: #000055;
}

div#content-main ul li ul li{
	background: none;
	list-style: disc;
	color: #000055;
}

div#content-main ul {
	list-style: none;
	margin: 20px 70px 0 70px;
	padding: 0;
	color: #000055;
}

blockquote {
	background: #6480CA;
	/*padding: 1px 0 2px 0;*/
	margin: 5px 240px 5px 240px;
}

blockquote p {
	padding: 0 0 10px 0;
	margin: 10px 15px 10px 15px;
	font-size: 1em;
	/*border-bottom: 1px dashed #525051;*/
}

blockquote h2 {
	padding: 0;
	margin: 0;
}

blockquote h3 {
	padding: 7px 10px 7px 10px;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	
}

blockquote.glt {
	background: #6480CA;
	/*padding: 1px 0 2px 0;*/
	margin: 5px 580px 5px 65px;
}

blockquote.glt h6 {
	padding: 0;
	margin: 5px 5px 5px 5px;
	font-size: 1em;
	text-align: left;
	color: #ffffff;
	/*border-bottom: 1px dashed #525051;*/
}

.light_blue {
	color: #0098e2;
}

.mid_blue {
	color: #6480CA;
}

.dark_blue {
	color: #000055;
}

/*End of Text format*/

/*Start of main menu*/

div#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-size: 1em;
	text-align: center;
}

div#mainmenu ul li {
	list-style: none;
	text-indent: 0;
	margin: 5px 0 0 0;
	display: inline;
    border-right: 1px solid #fff;
}

div#mainmenu ul li a {
	text-indent: 0;
	padding: 1px 5px 0 5px;
    height: 30px;
    line-height: 30px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

div#mainmenu ul li a:hover { 
	color: #ffffff;
	text-decoration: none; 
}

div#mainmenu ul li.lastlink {
	border: 0;
}
/*End of main menu*/


/*Start of optional left menu*/
div#content-left ul {
	margin: 0 0 1px 0;
    padding: 0;
    list-style: none;
	
}

div#content-left ul li {
    color: #fff;
	_height: 30px;
	min-height: 30px;
	border-top: 1px solid #cdcdcd;
	margin: 0;
}

div#content-left ul li a {
	display: block;
    color: #000055;
    padding: 10px 0 10px 10px;
	font-weight: bold;
    _height: 1em;
	min-height: 1em;
	background: #f8f8f8;
	text-decoration: none;
	font-weight: bold;
}

div#content-left ul li a:hover {
    background: #0000ff;
	color: #ffffff;
}

div#content-left h3 {
	color: #000055;
	font-size: 1.1em;
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0 5px;
	width: auto;
	text-align: center;
}

div#content-left ul li.lastlink {
	border-bottom: 1px solid #cdcdcd;
}

div#content-left p {
	padding: 0 10px 0 10px;
	font-size: 0.9em;
}

/*End of optional left menu*/	