/*
	-----------------------------
	Editable CSS file
	-----------------------------
*/


/* --- PAGE LAYOUT ---*/
BODY
{
	background-color:#ccccff;	
}

#pagewrapper
{
	background-image:url('images/bg-pagewrapper5.gif');
	background-repeat:repeat-y;
	border: 2px solid #000;
	margin-top:20px;
}

#footer
{
	background-color: #bd3005;
	padding:0;
	margin:0;
	margin-left: 5px;
	margin-right: 5px;
	border:0;
	border-bottom: 5px solid #fff;
	
	color:#000000;
}
#footer P
{
	color:#000000;
}

/* --- TEXT STYLES ---*/

BODY, TD
{
	font-family:verdana,arial;
	font-size:8pt;
	
}

P, DIV
{
	font-family:verdana,arial;
	font-size:8pt;
	text-align:left;
}

H1
{
	font-family: Trebuchet MS, Arial, verdana;
	font-size: 16pt;
	font-weight:normal;
	color:#000000;
}

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: Trebuchet MS, Arial, verdana;
	font-size: 16px;
	color: #000000;	
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

h2 a:link	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

h2 a:visited	{
	text-decoration: none;
	color: #000000;	
	margin-top: 0;
	padding-top: 0;
}

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;
}

/* Left menu*/
.menuitem
{
	border:0;
	margin-bottom: 2px;
	background-color:#bd3005;
	background-repeat: repeat-x;

}
.menuitemlink:link, .menuitemlink:active, .menuitemlink:visited
{
	font-family:arial,verdana;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:15pt;
}
.menuitemlink:hover
{
	color:#000;
}

/* Top menu*/
#toplistmenu ul
{
	
	background-color: #fff;
	border-top:1px solid #bd3005;
	border-bottom:1px solid #bd3005;
	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 #bd3005;
}
#toplistmenu ul li a:hover
{
	background-color:#bd3005;
	color:#fff;
}

/*News*/
#ingress
{
padding-bottom:10px;
}
HR
{
	color : #bd3005;
	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: #bd3005;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	border: solid 1px #cccccc;
}

#footer2 a
{
	color:#000;
}