body
	{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 90%;
		background-color: #FFFFFF;
		text-align:center;
	}

#main
	{
		width:770px;
		margin-left:auto;
		margin-right:auto;
		background-color:#FFFFFF;
		background-image:url(/images/main_bg.jpg);
		background-repeat:repeat-x;
		text-align:left;
		/*border:1px solid black;*/
	}
#main #top
	{
		width:100%;
		height:8px;
		font-size:1px;
	}
#main #top #tl
	{
		width:8px;
		height:8px;
		background-image:url(/images/brdr_tl.gif);
		background-repeat:no-repeat;
		float:left;
	}
#main #top #t
	{
		width:754px;
		height:8px;
		background-image:url(/images/brdr_t.gif);
		background-repeat:repeat-x;
		float:left;
	}
#main #top #tr
	{
		width:8px;
		height:8px;
		background-image:url(/images/brdr_tr.gif);
		background-repeat:no-repeat;
		float:left;
	}
#bottom
	{
		width:770px;
		margin-left:auto;
		margin-right:auto;
		height:8px;
		font-size:1px;
		/*border:1px solid red;*/
	}
#bottom #bl
	{
		width:8px;
		height:8px;
		background-image:url(/images/brdr_bl.gif);
		background-repeat:no-repeat;
		float:left;
	}
#bottom #b
	{
		width:754px;
		height:8px;
		background-image:url(/images/brdr_b.gif);
		background-repeat:repeat-x;
		float:left;
	}
#bottom #br
	{
		width:8px;
		height:8px;
		background-image:url(/images/brdr_br.gif);
		background-repeat:no-repeat;
		float:left;
	}
#main #content
	{
		clear:both;
		padding:10px;
		border-left:2px solid #808080;
		border-right:2px solid #808080;
	}
#main #content #header
	{
		width:745px;
		background-image:url(/images/header.gif);
		background-repeat:no-repeat;
		padding-top:33px;
		padding-bottom:2px;
		text-align:right;
	}
#main #content #text
	{
	top:5px;
	width:500px;
	float:left;
	}
#main #content #sidebar
	{
	top:5px;
	left:550px;
	width:190px;
	float:right;
	text-align:left;
	}
#main #content #sidebar #sideheadbg
	{
		width:100%;
		background-image:url(/images/sidebar_s.jpg);
		background-repeat:repeat-y;
		text-align:center;
	}
#main #content #sidebar #sideheadbg #sidehead
	{
		width:100%;
		background-image:url(/images/sidebar_t.jpg);
		background-repeat:no-repeat;
		text-align:center;
	}
#main #content #sidebar #sidecontent
	{
		background-image:url(/images/sidebar_s.jpg);
		background-repeat:repeat-y;
		width:100%;
		text-align:center;
	}
#main #content #sidebar #sidefoot
	{
		width:100%;
		height:4px;
		background-image:url(/images/sidebar_b.jpg);
		background-repeat:no-repeat;
		text-align:center;
	}
#footsteps
	{
		font-size:74%;
	}
.whitelink
	{
		font-size:75%;
		color:white;
	}
.whitelink a:link
	{
		text-decoration:none;
		color:white;
	}
.whitelink a:visited
	{
		text-decoration:none;
		color:white;
	}
.whitelink a:active
	{
		text-decoration:none;
		color:white;
	}
.whitelink a:hover
	{
		text-decoration:underline;
		color:white;
	}
.footer
	{
		text-align:center;
		font-size:72%;
		clear:both;
		margin:30px auto 0px auto;
		padding:0px;
	}
h1
	{
		font-size:175%;
		margin:0px;
		padding:8px 0px 0px 0px;
	}
h2
	{
		font-size:125%;
		margin:0px;
		padding:0px 0px 8px 0px;
		text-align:center;
	}
th
	{
		font-size:80%;
		font-weight:bold;
		text-align:left;
	}
td
	{
		font-size:80%;
		text-align:left;
	}
input
	{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		border:1px solid #000066;
		background-color:#CCCCFF;
		color:#000066;
		padding-left:2px;
	}
select
	{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		border:1px solid #000066;
		background-color:#CCCCFF;
		color:#000066;
	}
textarea
	{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		border:1px solid #000066;
		background-color:#CCCCFF;
		color:#000066;
		padding-left:2px;
	}
	
	
	



