body {
	margin:  0;
	padding: 0;
	background-color: #f5f5f5;
}

#headout {
	margin:  0;
	padding: 0;
	width:   100%;
	background-color: #333333;	
	text-align: center;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#head {	
	width:  1024px;
	height: 75px;
	text-align: left;
	margin: 0px auto;
}
#head .title {
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:   26px;
	color: white;
}
#head .title a {
	color: white;
	text-decoration: none;
}

#head .subtitle {
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:   14px;
	color: white;
}

#mainout {
	margin: 0;
	padding: 0;
	text-align: center;
}

#main {
	font-family: 'Trebuchet MS',Arial, Helvetica, Sans-serif;
	font-size: 90%;
	border: 1px solid #999999;
	width:  1024px;
	text-align: left;
	margin: 0px auto;
/*	background-color: #ffffff; */
}

#content {
	margin: 0;
	padding: 5px;
	background-color: white;
}

#topmenuout {
	margin: 0;
	padding: 0;
	text-align: center;
}

#topmenu {
	padding-top: 10px;
	width:  1024px;	
	height: 40px;
	text-align: left;
	margin: 0pt auto;
}

#topmenu ul.menu {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#topmenu ul.menu li {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size:   16px;
	float: left;
	padding-right: 20px;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

#topmenu ul.menu li.current {
	background-color: #333333;	
}

#topmenu ul.menu li a {
	text-decoration: none;
	color: black;
}
#topmenu ul.menu li a:hover {
	text-decoration: underline;
}
#topmenu ul.menu li.current a {
	background-color: #333333;	
	color: white;
}


#bottomout {
	margin: 0;
	padding: 0;
	text-align: center;
}

#bottom {
	margin: 5px auto;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:  14px;
	width:      1024px;
	text-align: left;
	color: #999999;
}

#bottom a {
	color: #999999;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}

#bottomout .counter {
	text-align: right;
	opacity: 0.3;
	filter: alpha(opacity=30);	
	margin-right: 50px;
}

.pagepath {
	margin: 0;
	padding: 3px 0 3px 2px;
	background-color: #333333;
}

.pagepath a.path-component {
	color: white;	
}
.pagepath span {
	color: #cccccc;
	padding: 0 5px 0 5px;
}
.pagepath a.current {
	text-decoration: none;
	color: white;
}

h1 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:   200%;
	color: #333333;
}

h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:   150%;
	color: #333333;
}

.warning {
	margon:  5px;
	padding: 5px;
	border:  2px solid #990000;
	background-color: #ffeeee;
}

.debug {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.debug span {
	padding-right: 10px;
	color: #999999;
}

ul.indexlinks {
	list-style-type: none;
	padding-left: 0px;	
}
.indexlinks a.lnk {
	color: blue;
	width: 300px;
}
.indexlinks li {
	margin: 5px 0 5px 0;
}

.indexlinks img {
	margin-right: 10px;
}

a:link {
    color: #0055bb;
}
a:visited {
    color: #bb2277;
}
a:hover {
    text-decoration: none;
}

