body
{
	font-size: 11px;
    /*font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;*/
	font-family: Tahoma;
	margin: 0px;
	background: #cccccc url(images/bg.gif) center repeat-y;
}

a:{text-decoration: none; color: #0000ff;}
a:hover{text-decoration: underline; color: #0000ff;}
a:visited{text-decoration: none; color: #0000ff;}

.bigtext
{
font-size:200%;
}

.container
{
	margin: 0px auto 0px auto;
	width: 977px;
}

* html .container { padding-left: 1px; } /* IE Fix */

.topheader
{
	background: #CCCCCC url(images/top_logo.jpg);
	height: 100px;
}

.title
{
	  padding: 20px 0 0 20px;
		font-style: italic;
    font-size: 40px;
    color: #fff;
    font-family: Tahoma;
}

.menu {
	width: 977px;
	margin: 0px;
	font-size: 11px;
  	white-space: nowrap;
	padding-top: 1px;
	background-color: #999999;
}

* html .menu { padding-right: 0px; } /* IE Fix */

.menu ul {
	background: #000000 url('images/nav_bg.gif') top left;
	color: #000000;
	margin: 0px;
	padding: 0px 0px;
	list-style: none;
	float: left;
	width: 977px;
	font-size: 11px;
}

.menu li { display: inline; }

.menu a:link, .menu a:visited {
	padding: 5px 16px;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #999999;
}

.menu a:hover {
	background: #eaeaf0 url(images/nav_bg_hover.gif);
  	color: #ff9900;
}


.main
{
	/* Top, ringht, bottom, left */
    padding: 20px 10px 10px 20px;
	width: 947px;
	text-align: justify;
	color: #000000;
	line-height: 1.6em;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
	padding-left: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	background: #FFFFFF url('images/plupp.gif') top left no-repeat;
}


.headertext1
{
	font-size:18px;
	font-weight:bold;
}

.headertext2
{
	font-size:10px;
	font-weight:bold;
}

img
{
	border: 1px solid #fff;
}

.application_wrapper
{
	width: 947px;
	overflow: hidden;
	margin: 0 0 20px 0;
}


.application_border_wrapper 
{
	width: 102px;
	border: 1px solid #cccccc;
	margin: 0 20px 0px 0px;
	float: left;
}

.application_logo 
{
	height:66px;
	margin-bottom: 1px;
	border-bottom: 1px solid #cccccc;
}

.application_text
{
	text-align: center;

}

.application_text a:link, .application_text a:visited 
{
	color: #336699;
}

.application_text a:hover
{
	color: #66ccff;
}

.news_title
{
	padding-left: 2px;
	font-size:12px;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
	background-color: #99ccff;
}

.news_content
{
	margin: 0px;
	padding: 0 2px 20px 2px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #ffffff url('images/news_bg.jpg') bottom repeat-x;

}

.blinking
{
    text-decoration: blink;
}

.textborder 
{
    border: 1px solid black; padding: 2px;
}

