a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

body {
	font-family: verdana, arial, sans-serif;
	background-image: url("images/big-background.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

#col1 {
	float: left;
	width: 200px;
	color: #666666;
	border: #CCCCCC 5px solid;
}

#col1 a:link, #col1 a:visited, #col1 a:active {
	color: #333333;
	text-decoration: none;
}

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

#col1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#col1 ul li {
	padding: 5px;
	border-bottom: #CCCCCC 1px solid;
	background: url("../images/menubg.jpg") top repeat-x;
}

#col1 ul ul {
	padding-left: 25px;
	list-style-type: square;
	background: #EEEEEE;
	font-size: 80%;
	border-bottom: #CCCCCC 1px solid;
}

#col1 ul ul li {
	border-bottom: #CCCCCC 0px solid;
	background-image: none;
}

#col2 {
	margin-left: 220px;
}

h2 {
	margin-top: 0px;
}

h3 {
	border-bottom: #999999 1px solid;
}

#main {
	padding-top: 10px;
}

.msg {
	padding: 5px;
	margin-bottom: 10px;
	background: #FFFF00;
	border: #CCCCCC 5px solid;
}

p.breadcrumbs {
	margin-top: 0;
}

.tbl {
	border: 0;
	background: #CCCCCC;
}

.tbl td {
	border: 0;
	background: #FFFFFF;
}

.tbl th {
	border: 0;
	background: #EEEEEE;
}