@charset "utf-8";
/* CSS Document */

htm
	{
		height:100% !important;
	}

body
	{
		overflow:auto;
		width:100% !important;
		height:100% !important;
		margin:0 auto;		
		color:#11234D;
		font-size:14px;
		
	 	
		background: -webkit-linear-gradient(bottom,rgba(193,201,249,0),rgba(193,201,249,1)); 
		background: -o-linear-gradient(top,rgba(193,201,249,0),rgba(193,201,249,1)); 
		background: -moz-linear-gradient(top,rgba(193,201,249,0),rgba(193,201,249,1)); 
		background: linear-gradient(to top, rgba(193,201,249,0), rgba(193,201,249,1)); 
		
		
		
		background-repeat: no-repeat;
	    background-attachment: fixed;
		
		
	}
	
	

#divlogocontainer 
	{
		width:100%;
		height:112px;
		
		
	}
	
#divlogo
	{
		margin:0 auto;
		width:224px;		
		height:112px;
		vertical-align:bottom;		
		margin-bottom:0px;
	}


#divmenucontainer 
	{
		
		height:112px;
		width:1000px;			
		margin:0 auto;		
		padding:0;
		border-collapse:collapse;		
	}

#divmenuhorisontal
	{	
	vertical-align:bottom;	
	margin: 0 auto;		
	}


#divmenuhorisontal ul
	{	
		text-align:center;
		list-style-type:none;		
		float:right;
		margin-bottom:0;
		
	}
#divmenuhorisontal a
	{ 
		float:left;
		width:6em;
		text-decoration:none;		
		font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
		font-size:16px;
		color:#0F0182;
		display:inline;
		padding:5px 5px;
		border-right:1px solid white;
		border-left:1px solid white;
		display:block;
		
	}
#divmenuhorisontal a:hover 
	{
		color:#FF0000;
	}
#divmenuhorisontal li 
	{
		display:inline;	
		
	}





#maintable
	{	
		
		margin:0 auto;		
		margin-top:5px;
		text-align:left;		
		width:1000px;
		max-width:1000px;
		height:600px;
		min-height:600px !important;
		box-shadow:3px 5px 5px #888888;
		background:white;
		border-radius:5px;
		
		
	}
	
#maintable td
	{
		vertical-align:top;		
	}
#td_content
	{
		
		height:100%;		
	}

#footercontainer
	{
		height:15px;
		background:none;
		color:#666;
		margin:0 auto;
		margin-top:20px;
	}
	
#footer
	{
		margin:0 auto;
		width:1000px;
	}
	
#test
	{
		height:200px;
		width:400px;		
		box-shadow: 5px 5px 5px #888888;
		background:#DDDDDD;
		border-radius:4px;
		margin-bottom:5px;
		margin-right:5px;
		padding:5px 5px;
		
	}
	
#slidex
	{		
		background:#DDD;
		border:thin 1px #2D8395;
		border-radius:5px;
		margin-bottom:5px;		
	}

#mnuvertical
	{		
		height:100% ;		
		width:200px;		
		display:inline-block;
		margin-left:0px;		
		text-align:center;		
		float:left;
	}
	
#mnuvertical ul
	{
		list-style-type:none;
		margin-left:0;
		padding:0;
	}

#mnuvertical ul li
	{		
		margin:0;		
	}
	
#mnuvertical ul li a
	{
		display: block;  
	    color:#1B377A;
	}

#mnuvertical a
	{
		
		text-decoration:none;				
		margin:0;
	}
	
#mnuvertical a:hover
	{
		border-bottom:1px solid #0F0182;
		border-top:1px solid #0F0182;
	}
	
#mnuverticalcontent
	{
		
		width:90%;
		margin:0 auto;
		box-shadow: 5px 5px 5px #888888;		
		
	}
#mnuverticalcontent h3
	{
		background: -webkit-linear-gradient(bottom,rgba(199,197,165,0),rgba(199,197,165,1)); 
		background: -o-linear-gradient(top,rgba(199,197,165,0),rgba(199,197,165,1)); 
		background: -moz-linear-gradient(top,rgba(199,197,165,0),rgba(199,197,165,1)); 
		background: linear-gradient(to top, rgba(199,197,165,0), rgba(199,197,165,1));
		color:#0E1D41;
	}
