
/* css screen revision 2 Nov 2008 */

/* layout */

.ahem {
	display: none;
}
body {
	margin: 0;
	padding: 0;
	font: 90%/1.3 Arial, Helvetica, sans-serif;
	/* 11px/1.5 Verdana, sans-serif;*/
	color: #000;
	background-color: #333;
	background-image: url(../images/bg.gif);
}
div#container {
	width: 640px;
	width:90%;
	color: #000;
	background-color: #FFF;
	margin-top: 10px;
}
div#mast {
	padding-top:10px;
}
div#menu {
	background-color: #f00;
}
div#content {
	padding: 20px;
	text-align: left;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
div#spacer {
	clear: both;
}

/* toplinks 

div#toplinks a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}
div#toplinks a:link {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
div#toplinks a:visited {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
div#toplinks a:active {
	text-decoration: none;
	color: #F26C4F;
	background-color: transparent;
}
div#toplinks a:hover {
	text-decoration: underline;
	color: #F26C4F;
	background-color: transparent;
}
*/

/* elements */

p	{
	margin-top: 1em;
}
img {
	border: 0;
}

table {
	margin-top: 2em;
}
caption {
	font: 16px sans-serif;
	font-weight: bold;
	padding-bottom: 1em;
}
th,td {
	vertical-align: top;
}

/*
ul.none {
	list-style: none;
	margin-left: 0!important;
}
ul.inline {
	list-style: none;
	margin-left: 0!important;
}
ul.inline li {
	display: inline;
}
*/

/* a tags */

a, a:link, a:visited{
	text-decoration: underline;
	color: #222;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	background-color: transparent;
}

/* h1 links */

h2 a {
	color: #FF6600;
	background-color: transparent;
	text-decoration: none;
}
h2 a:link {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
h2 a:visited {
	text-decoration: none;
	color: #FF6600;
	background-color: transparent;
}
h2 a:active {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
h2 a:hover {
	text-decoration: underline;
	color: #FF9900;
	background-color: transparent;
}

/* headers */

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
	margin:1em 0 0 1em;
}
h4, h5 {
	font-size: 1.25em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

/* custom */

.attention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}

.highlight {
	color: #0000FF;
	background-color: transparent;
}
.highlight2 {
	color: #990000;
	background-color: transparent;
}
.highlight3 {
	color: #FF6600;
	background-color: transparent;
}

.small {
	font-size: 0.8em;
}

div.box {
	border: 1px solid #bbb;
	margin-bottom:1em;
	padding-bottom:1em;
	background-color:#ddd;

}
