@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #193337;
	background-color: #5A2D28;
}

/************* Main DIV structures *******************/

#container
 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	width: 850px;
	text-align: left;
	}

#indexpage {
	margin-left: auto;
	margin-right: auto;
	width:237px;
	margin-top:175px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	}

#clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

#outershell 
	{
	width: 835px;
	border: 7px solid #4b96a4;
	margin:0px;
	padding:0px;

}

#innershell 
	{
	width: 827px;
	margin: 2px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #4b96a4;

}

#mainbody 
	{
	width:800px;
	text-align:left;
	background-color:#fee9d5;
	background-image:url(images/world.png);
	background-position:top center;
	background-repeat:no-repeat;
/*	background-color:#FFFFFF;
	background-image:url(images/pagebkgd.png);
	background-position:top left;
	background-repeat:no-repeat; */
	padding-left: 27px;
	padding-bottom:1px;

}

#register {
	padding-left:680px;
	
	}
	
#leftcolumn {
	float:left;
	color:#4b96a4;
	line-height:150%;
	width:174px;
	margin-top:40px;
	}	

#leftcolumn p {
	margin-left:4px;
	}
	
#rightcolumn {
	width:500px;
	margin-left:220px;
	margin-top:100px;
	line-height:150%;
	}		

#rss_feed {
	float:right;
	background-image:url(images/rss_box_bkg.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:11px;
	width:200px;
	padding:8px;
	margin:8px;
	border: 1px solid #4b96a4;
}
#rss_feed h1 {
	font-weight:bold;
	font-size:13px;
}

#rss_feed ul {
	margin-left:0px;
	padding-left:0.2em;
}

#rss_feed li {
	margin-left:0px;
	padding-left:8px;
	background:url(images/bullet.png); 	
	background-repeat:no-repeat;
	background-position:left top;
	list-style: none;
}

#footer {
	text-align:center;
	color:#6e7f82;
	font-size:11px;
	padding-top:12px;
	padding-bottom:12px;
	}

/************* Text Styles *******************/
	

h1 {
	font-size:36px;
	font-weight:normal;
	line-height:normal;
	}
	
h2 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:0px;
	line-height:normal;
	}
	

#leftcolumn  .thispage {
	color:#4b96a4;
	padding:6px 6px 6px 0px;
	background-image:url(images/hover.png);
	background-repeat:no-repeat;
	}


#leftcolumn a {
	color:#bb5d54;
	padding:6px 6px 6px 0px;
	text-decoration:none;
	}

#leftcolumn a:hover {
	padding:6px 6px 6px 0px;
	color:#4b96a4;
	background-image:url(images/hover.png);
	background-repeat:no-repeat;
	text-decoration:none;
	}

#leftcolumn #logo a:hover {
	background-image:none;
	}

#rightcolumn a {
	color:#4b96a4;
	text-decoration:none;
	}

#rightcolumn a:hover {
	color:#bb5d54;
	border-bottom:dotted 1px #bb5d54;
	text-decoration:none;
	}

#register a {
	color:#4b96a4;
	text-decoration:none;
	}

#register a:hover {
	color:#bb5d54;
	border-bottom:dotted 1px #bb5d54;
	text-decoration:none;
	}

.alert {
	color:#5a0f07;
	font-weight:bold
	}

#indexpage a {
	color:#bb946f;
	border-bottom:dotted 1px #4b96a4;
	text-decoration:none;

	}
#indexpage a:hover {
	color:#4b96a4;
	border-bottom:dotted 1px #4b96a4;
	text-decoration:none;

	}

#indexpage img a {
	color:#bb946f;
	border-bottom:dotted 1px #4b96a4;
	text-decoration:none;

	}
#indexpage a:hover {
	color:#4b96a4;
	border-bottom:dotted 1px #4b96a4;
	text-decoration:none;

	}

/************* Form element styles *******************/



input.text_box {
	height:24px;
	width:170px;
	border:0px;
	color:#bb5d54;
	background-color:#fee9d5;
	background-image: url(images/input_textbox.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 2px;
	padding-top: 6px;
}

input.text_box_long {
	height:24px;
	width:270px;
	border:0px;
	color:#bb5d54;
	background-color:#fee9d5;
	background-image: url(images/input_textbox_long.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 2px;
	padding-top: 6px;
}


input.submit_button {
	background-image:url(images/submit.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	border:0px;
	margin-left:-4px;
	padding-left:0px;

	}
