/*
	-----------------------------
	Editable CSS file
	-----------------------------
*/


/* --- PAGE LAYOUT ---*/
BODY
{
	background-color:#01017a;	
}

#pagewrapper
{


	border: 2px solid #000;
	
	margin-top:10px;
}

#footer
{
	background-color: #b1c8e4;
	
	padding:0;
	margin:0;
	border:0;
	border-bottom: 0px solid #fff;
	
	color:#000000;
}
#footer P
{
	color:#000000;
}

/* --- TEXT STYLES ---*/

BODY, TD
{
	font-family:verdana,arial;
	font-size:8pt;
	
}
IMG
{
	
	margin-bottom:5px;
}
P, DIV
{
	font-family:verdana,arial;
	font-size:8pt;
	text-align:left;
}

H1
{
	font-family: verdana, arial;
	font-size: 14pt;
	font-weight:normal;
	color:#000000;
	padding-top:12px;
	margin-top:0px;
}

a:link	   {
	color: #0c1c8d;
	text-decoration: underline; 
	font-weight: normal;
}
a:visited  {
	color: #4056ee;
	text-decoration: underline; 
	font-weight: normal;
}
a:hover	   {
	color: #4056ee;
	text-decoration: none; 
	font-weight: normal;
}

.whitelink:link, .whitelink:visited, .whitelink:active, .whitelink:hover
{
	color: #ffffff;
	text-decoration:none;
}

h2	{
	font-family:  verdana, Arial;
	font-size: 15px;
	color: #000000;	
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}

h2 a:link	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}

h2 a:visited	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}

h2 a:hover	{
	text-decoration: underline;	
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}

h2 a:active	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}

h3	{
	font-family:  verdana, Arial;
	font-size: 12px;
	color: #000000;	
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}

h3 a:link	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}
h3 a:visited	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}

h3 a:hover	{
	text-decoration: underline;	
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}

h3 a:active	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
	font-weight:bold;
}
/* Left menu*/
.menuitem
{
	border:0;
	margin-bottom: 2px;
	
	
}
.menuitemlink:link, .menuitemlink:active, .menuitemlink:visited
{
	font-family:arial,verdana;
	font-size:11pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	line-height:15pt;
}
.menuitemlink:hover
{
	color:#0c1c8d;
}

/* Top menu*/
#toplistmenu ul
{
	
	background-color: #fff;
	border-top:1px solid #C5AD0F;
	border-bottom:1px solid #C5AD0F;
	margin-bottom: 5px;
	margin-top:0px;	
}

#toplistmenu ul li a
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	
	margin:0;
	text-decoration: none;
	border-right: 1px solid #C5AD0F;
}
#toplistmenu ul li a:hover
{
	background-color:#C5AD0F;
	color:#000000;
}

/*News*/
HR
{
	color : #328fc5;
	height : 1px;
	margin:0;
	margin-top : 15px;
	margin-bottom : 5px;
	padding:0;
	border:1px;
	border-style: dashed;
}
.newsdate
{
	padding-left: 10px; 
	font-size: 10px; 
	color: gray
	}


/* Search */
.btninput
{
	background-color:#000000;
border:1px solid #CCCCCC;
color:#FFFFFF;
font-size:8pt;
font-weight:normal;
}