	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align:justify;
	font-size:12px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background-color:#92918c;
	background-image:url(../images/layout/bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	font-size:12px;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:21px;
	color:#ffffff;
}

a:link{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ed8600;
}

a:visited{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ed8600;
}

a:hover{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#ed8600;
}

a.sml:link{
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

a.sml:visited{
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

a.sml:hover{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

ul{
	list-style:square;
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:15px;
}

li{
	text-align:left;
	padding-top:5px;
}

.divider{
	width:100%;
	height:1px;
	margin-bottom:20px;
	margin-top:40px;
	line-height:1px;
	border-bottom:dotted 1px #ed8600;
	float:left;
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:802px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:802px;
	height:60px;
	float:left;
}

.menu{
	width:802px;
	height:137px;
	float:left;
}

.content{
	width:762px;
	padding:20px;
	background-image:url(../images/layout/bg_content.jpg);
	background-repeat:repeat-y;
	float:left;
}

* html .content{
	width:802px;
}

.bottom{
	width:802px;
	height:25px;
	background-image:url(../images/layout/bg_bottom.gif);
	background-repeat:no-repeat;
	float:left;
}

.footer{
	width:802px;
	height:55px;
	text-align:center;
	font-size:10px;
	color:#000000;
	float:left;
}
