/* CSS Document */
body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	background-color:#1d535d;*/
	background-color:#666666;	
	font-size:14px;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }
p { color:#333333; font-size:14px; }
h1 { color:#246574; font-size:22px; }
h2 { color:#246574; font-size:18px; }
h3 { color:#246574; font-size:16px; }

.bar {
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	height: 22px;
}
.ds {
	background-image: url(images/ds.gif);
	background-repeat: repeat-x;
}
.ds-b {
	background-image: url(images/ds-b.gif);
	background-repeat: repeat-x;
}
#nav {
	margin-top:25px;
	font-size:12px;
	font-weight:bold;
}
#nav a { color:#FFFFFF; }
#nav ul {
	margin-left:3px;
	padding-left:5px;
}
#nav li {
	list-style:none;
	margin-left:0;
	margin-bottom:10px;
}
#login, #login a {
	color:#246574;
	font-weight:bold;
	font-size:11px;
	padding-right:10px;
}
#dsl {
	background-image: url(images/dsl2.gif);
	background-repeat: repeat-y;
	width: 16px;
	height: 100%;
}
#dsr {
	background-image: url(images/dsr2.gif);
	background-repeat: repeat-y;
	width: 16px;
}
#main {
	margin: 15px;
	margin-top:30px;
	min-height:400px;
}

.home {
	text-align:justify;
}

.ds-c {
	background-color: #d3f7ff;
	background-image: url(images/ds-c.gif);
	background-repeat: repeat-x;
}
#footer {
	font-size: 11px;
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}
#footer:first-line {
	font-size: 12px;
	color: #666666;	
}
#footer a {
	color: #999999;
}
.full {
}
.full {
	width: 100%;
}
.iright {
}
.red { color:#f00; }
.pic {
	border:1px solid #999;
}

#flash {
	float:right;
	margin:0 15px 15px 15px;
}

.access {
	font-size:11px;
	color:#246574;
}

.access input {
	font-size:10px;
	color:#333333;
	border:1px solid #CCCCCC;
}