﻿/* General Formating*/
body {
	margin: 0px;
	background: #d1e8f2;
	background-image: url('body_bg.jpg');
	background-repeat: repeat-x;		
}
.clearformat {
	width: auto; display: block; clear: both;
}
#container {
	/*width: 812px;*/
	width: 882px;
	text-align: left;
}
#header {
	/*width: 812px;*/
	width: 882px;
	height: 416px;
}
#footer{
	background-image: url('footer.jpg');
	/*width: 812px;*/
	width: 882px;
	height: 69px;
}
.shadelf {
	width: 8px;
	background-image: url('shade_lf.jpg');
	background-repeat: repeat-y;	
}
.shadert {
	width: 8px;
	background-image: url('shade_rt.jpg');
	background-repeat: repeat-y;	
}
.main {
	background-color: #b5d6e5;
	vertical-align: top;
	min-height: 300px;
	padding-left: 30px;
}
.main2 {
	background-color: #b5d6e5;
	vertical-align: top;
	min-height: 300px;
	padding-left: 34px;
}

/* Standard Formating*/
h1 {
	font-family: Arial;
	font-size: 14pt;
	color: #ff0000;
	font-weight: normal;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	color: #ff0000;
	font-weight: normal;
}
h3 {
	font-family: Arial;
	font-size: 10pt;
}
p, td {
	font-family: Arial;
	font-size: 9pt;
	color: #333;
}
a {
	font-family: Arial;
	font-size: 9pt;
	color: #0066ff;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #0066ff;
	text-decoration: underline;
}

/* Data Columns */
.coldata {
	float: left;
	/*width: 498px;*/
	width: 566px;
	margin-right: 34px;
}
.colmenu {
	float: left;
	width: 194px;
	margin-right: 34px;
}
.colhalf {
	float: left;
	width: 380px;
	margin-right: 34px;
}

.progstop {
	width: auto;
	height: 5px;
	background-image: url('progs_top.jpg');
	background-repeat: no-repeat;	
}
.progsbox {
	width: auto;
	min-height: 200px;
	background-image: url('progs_bg.jpg');
	background-repeat: repeat-x;	
	padding-left: 5px;
	padding-right: 5px;
}

/* Hover box */
.more {
	background-color: #b5d6e5;
    display: none;
    border: 1px solid #999;
    padding: 10px;
    width: 150px;
    text-align: center;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: 100px;
}
a.showLink, a.hideLink {
    text-decoration: none;
    color: #36f;
    padding-left: 8px;
}
a.hideLink {
    background: transparent url('up.gif') no-repeat left; 
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #36f; 
}

/* Galeria */
.dvgal {
	width: 144px;
	height: 180px;
	margin-right: 14px;
}
.dvimggal {
	border: 3px solid #fff;
	height: 104px;
	width: 138px;
}