body {
	margin:0;
	padding:0;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-size:0.9em;
	font-family:Arial;
	color:#999999;
}

p {
	margin:0;
	padding:0;
}

a, a:visited, a:hover, a:active {
	font-family:Arial;
	color:#333333;
}

#container-page {
	width:100%;
	text-align:center;
}

#container {
	background-image:url(/images/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0 auto;
	width:976px;
	text-align:left;
}

#content {
	padding:0 20px 20px 20px;
}
div.left {
	float:left;
}
div.right {
	float:right;
}
div.half-column {
	float:left;
	width:49%;	
}
div.clearing {
	clear:both;
}

div.line {
	border-top:solid 1px #CCCCCC;	
	padding:0 0 10px 0;
}

/*footer*/
#footer {
	width:100%;
	text-align:center;	
	color:#999999;
}
#footer a {
	color:#999999;
	font-size:0.85em;	
	text-decoration:none;
}

/*text*/
h1 {
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	padding:5px 0 5px 0;
}
h2 {
	font-size:1.6em;
	font-weight:normal;
	margin:0;
	padding:0px 0 5px 0;
}
#header span, #header div.right a {
	font-size:0.9em;
	color:#FFFFFF;
	text-decoration:none;
}
#header div.right {
	padding:60px 50px 0 0;	
}

div.home main-column h1 {
	font-size:1.5em;	
}
div.home main-column {
	font-size:1.2em;
}

div.story main-column h2 {
	font-size:1em;
	padding:0;
}

.whitelink, .whitelink:visited {
	color:#FFFFFF;	
}
.whitelink:hover {
	color:#CCCCCC;	
}

/*top menu*/
#menu a {
	display:block;
	float:left;
	margin:10px 0 0 0;
	padding:0 33px 0 33px;
	height:50px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;	
}
#menu a.selected {
	font-weight:bold;
	background-image:url(/images/menu_arrow.jpg);
	background-position:center 27px;	
	background-repeat:no-repeat;
}
/*
dl.menu-top {
	text-align:left;
	margin:0;
	padding:0;
}
dl.menu-top dd {
	margin:0;
	padding:12px 0 0 10px;
	float:left;
	text-align:center;
	display:block;
}
dl.menu-top dd a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:1em;
	font-weight:normal;
	display:block;
	height:40px;
	margin:5px 0 0 0;
}
dl.menu-top dd img {
	visibility:hidden;	
}
dl.menu-top dd.selected img {
	visibility:visible;	
}*/

/*side menu*/
div.menu-sub {
	float:left;
	width:200px;	
}
div.main-column {
	float:left;
}

/*topics*/
div.topic-intro img {
	margin:0 0 0 60px;
}
table.topic {
	margin-bottom:10px;
}
table.topic td {
	padding:0 0 10px 0;
	border-bottom:solid 1px #CCCCCC;
}
table.topic td img {
	margin:0 0 10px 0;	
}

/* story */
div.story-menu {
	float:left;
	width:200px;
}

div.story-left {
	float:left;
	width:315px;
	margin:0 0 0 35px;
}

div.story-right {
	float:left;
	width:350px;
	margin:0 0 0 35px;
}

div.story-menu h1 {
	font-size:1.1em;
}

div.story-menu dl {
	margin:0;
	padding:0;
}

div.story-menu dl dt {
	padding:0;
}

div.story-menu dl dd {
	margin:0;
	padding:5px 0 5px 0;
	border-bottom:solid 1px #CCCCCC;
}

div.story-menu dl dd a {
	padding:0 10px 0 0;
	text-decoration:none;
	font-size:0.9em;
}

div.story-left h2 {
	font-size:1em;	
}

/* forms */
div.form-item {
	margin:5px 20px 10px 10px;
	padding:0;
	width:165px;
	float:left;
	display:inline;
}

.home-textbox {
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	height:19px;
	margin-right:10px;
	margin-top:5px;
	color:#6E6E6E;
}

.textbox {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	color:#6E6E6E;
}

.select {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	color:#6E6E6E;
}

.button{
	border-width:1px;
	border-style:solid;
	border-color:#0F0174;
	background-color:#0F0174;
	color:#FFFFFF;
	font-size:0.9em;
	cursor:hand;
	padding:3px;
}

div.form-error{
	background-color:#CC0000;
	margin:5px 0 ;
	padding:0;
	width:357px;
	display:block;
	clear:both;
}
div.form-error p{
	color:#fff;
	margin:0;
	padding:5px;
}

span.form-req {
	color:#CC0000;
}

div.message{
	background-color:Green;
	margin:5px 0 ;
	padding:0;
	width:357px;
	display:block;
	clear:both;
}

div.message p{
	color:#fff;
	margin:0;
	padding:5px;
}

div.message a{
	color:#fff;
	text-decoration:underline;
}


