/*Baical main page*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	color: #0;
	outline: 0;	
}

body
{
	padding: 1px 0 0 0;
	background: #0;
	font-family: Tahoma;
}

html {
  overflow-y: scroll;
}

a:link 
{
    color: #101010;
}

a:visited 
{
    color: #101010;
}

#Header 
{
	width: 1100px;
	background: #F4F4F4;
	height: 52px;
	margin: 0 auto;	
} 

#Icon
{
	display: inline;
	float: left;
	height: 64;
	width: 64;
	margin: 2px 5px 0 3px;
	text-align: center;
}

#Name
{
	display: block;
	/*background: #F80000;*/
	margin-top: 9px;
	margin-left: 15px;
	float: left;
    overflow: auto;
	font: bold italic 180% "Times new roman"; 
	color: #003D99;
}

.Nav
{
	display: block;
	width: 13%;
	height: 35px;
	margin: 16px 0.5% 0 0;
	float: right;
    overflow: auto;

	background: #F8F8F8;
	border: 1px solid #D0D0D0;

	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}

.Nav.Active
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+0,f3f3f3+0,ffffff+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(237,237,237,1)), color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	

	margin-top: 16px;
	height: 36px;
	border-bottom: 0;	
}


.Nav > a
{
	display: block;
	line-height: 180%;
    vertical-align:middle;
	width: 100%;
	text-align: center;
	text-decoration: none;
    overflow: auto;
	font-size: 110%;
}
.Nav.Passive > a:hover
{
   color: #003D99;
}

.Nav.Passive:hover
{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 0%, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(237,237,237,1)), color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	

	height: 36px;
	border-bottom: 0;	
}

#Separator 
{
	width: 1100px;
	height: 1px;
	background-color: #D0D0D0;
	margin:0 auto;	
} 

#Body
{
	background-color: #FFFFFF;
	padding-top: 2px;
	width: 1100px;
	margin:0 auto;	
}

.Block
{
	display: block;
    overflow: auto;
	margin: auto;
}

.Block.Header
{
	/*background: #F8FF00;*/
	text-align: center;
	padding-top: 17px;
	/*padding-bottom: 4px;*/
	border: 1px solid #D0D0D0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
}

.Block.Notice
{
	background: #6F6F6F;
	text-align: center;
	color: #AAFFAA;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #005dff;
}

.Block.TextCenter
{
	text-align: center;
}

.Block.TextRight
{
	text-align: right;
}

.Block.TextJustify
{
	text-align: justify;
}



.Block.Left
{
	padding: 10px 10px 0px 5px;
	width: 48.5%;
	float: left;
/*	background: #9090FF;*/
}

.Block.Center
{
	padding: 10px 10px 0px 10px;
	/*width: 100%;
	float: left;
	background: #9090FF;*/
}

.Block.Right
{
	padding: 10px 10px 0px 5px;
	width: 48.5%;
	float: right;
	/*background: #9090FF;*/
}

.Block.Image
{
	margin: auto;
}

#Footer
{
	width: 1100px;
	background: #F4F4F4;
	background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 0%,rgba(243,243,243,1) 60%,rgba(255,255,255,1) 100%); /* W3C */
	height: 28px;
	margin: 0 auto;	
	margin-top: 20px;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
    color: #505050;
} 
