body {
    background: #fff;
    background-image: url(../gfx/bg.png);
    background-repeat: repeat-x;
    background-color:#fff;
    padding-bottom:50px;
}

.header {
	background-image: url(../gfx/header.png);
	background-repeat: no-repeat;
}

.placeholder {
	color:#999;
	font-style:italic;
}

.footer {
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden; 
	background-repeat: no-repeat;
    background-position: bottom center;
    background-color:#fff;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.grey {
	color: #999;
}

.red {
	color: #ff0000;	
}

.green {
	color: #228B22;
}

a, a:link, a:visited, a.nou:link, a.nou:visited {
    color: #336699;
    text-decoration: none;
}

a:hover {
    color: #336699;
    text-decoration: underline;
}

a.nou:hover {
	text-decoration:none;	
}

a.topnav, a.topnav:link, a.topnav:visited {
    color: #fff;
    text-decoration: none;
    padding:7px 10px 7px 10px;
    font-size:11px;
}

a.topnav:hover {
    color: #fff;
    background-color:#ccc;
    text-decoration: none;
}

a.footer_link, a.footer_link:link, a.footer_link:visited {
    color: #336699;
    text-decoration: none;
    margin:0 5px;
    font-size:11px;
}

a.footer_link:hover {
    color: #000;
    text-decoration: none;
}


.subnav {
	width: 180px;
	padding: 0;
	overflow: hidden;
	/*border: 1px solid red;
	background-color: #ff0000;*/
}

.subnav hr {
	height: 5px;
	background-color: #fff;
}

.subnav h1 {
	padding: 10px 0 11px 10px;
	margin: 0;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ccc;
}

.subnav h2 {
	padding:7px 0 7px 10px;
	margin: 0;
	font-size: 12px;
	background-color: #e9e9e9;
	color: #999;
}

.subnav h3 {
	padding: 7px 0 7px 25px;
	margin: 0;
	font-size: 11px;
	background-color: #F6F6F6;
}


.subnav h3 a, .subnav h3 a:link, .subnav h3 a:visited {
    color: #222;
    text-decoration: none;
}

.subnav h3 a:hover {
    color: #6490BF;
    text-decoration: none;
}

.subnav h3 a.active {
    color: #6490BF;
    text-decoration: none;
    font-weight: bold;
}

.subnav h6 {
	padding: 0;
	margin: 0;
	font-size: 1px;
	height: 10px;
	background-color: #ccc;
}