
strong 
{
	color: #CC6B47;
	font-size:120%;
	font-family: Helvetica, sans-serif;
	text-decoration: underline;
} 
/*	body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
*/									/* Container  */

#container
{
	text-align: justify;
	width: 850px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	border: 0px solid gray;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;	
}
#container h2 a:hover
{
	text-decoration:none;
}

#container h3 a
{
	color: #CC6B47;
	margin: 0;
	letter-spacing: 0.04em;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#container a
{
	color: #CC6B47;
	margin: 0;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
#container a:hover
{
	text-decoration: underline;
}

									/* header */
#header
{
	padding: 5px;
	height: 70px;
	background-color: #ddd;
	border-bottom: 0px solid gray;
	background: #FFFFFF url(images/img01.gif) repeat-x;	
	/*	background: #FFFFFF url(images/outside_2.png) no-repeat;		*/
	color: #CC6B47;
}
#header h2 a
{
	color: #CC6B47;
	margin: 0;
	letter-spacing: 0.02em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: normal;
	text-decoration: none;
}
									/* Menu */
						
#menu {
	width: 850px;
	height: 40px;
	margin: 0 auto;
	background: #4471CA url(images/img02_resize.gif) no-repeat;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;

}

#menu a {
	float: left;
	height: 28px;
	padding: 12px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size:100%;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/*									 Left Navigation 

	#leftnav
	{
		float: left;
		width: 100px;
		margin: 0;
		padding: 10px;
		background-color: #cce;
		border-right: 0px solid gray;
		//border-right: 
	}

	#leftpadding
	{
		float: left;
		width: 30px;
		height: 700px;
		margin: 0;
		padding-left: 10px;
		background-color: #fff;
		border-right: 0px solid gray;
	}
	
									 Right Navigation 
*/
#rightnav
{
	float: right;
	width: 296px;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	border-left: 0px solid gray;
}

#rightpadding
{
	float: right;
	width: 10px;
	height: 450px;
	margin: 0;
	padding-left: 5px;
	background-color: #fff;
	border-right: 0px solid gray;
}
									/* Center Main Content */
#content
{
	text-align:justify;
	float:center;
	margin-left: 0px;
	//border : 3px solid grey;
	border-left: 5px;
	//margin-right: 10px;
	border-right: none;
	padding: 0px;
	//display:inline;
}

#content a
{
	color: blue;
	text-decoration: none;
}
#content a:hover
{
	text-decoration: none;
}

#content ul
{
	list-style: disc;
	color: #333
}
#content h3
{
	color: #CC6B47;
	font-size:105%;
	font-family: Helvetica, sans-serif;
}
#scroller
{
 	position: absolute;
 	top: 540px;
 	left: 145px;
 	padding-left: 70px;
 	padding-top: -100px;
 	float:left;
}

#new_table
{	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	valign=top;

	
}
									/* Footer */

#footer
{
	width: 850px;
	//margin: 0 auto;
	background: url(images/img09_resize.gif) no-repeat;
	text-align: center;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	font-size: 10px;
	/*	text-decoration: none;
		color: #4471CA;
		background-color: #ddd;
		border-top: 1px solid gray;
		background: url(images/img11.gif) repeat-x;	*/
}
#footer h2 {
	height: 18px;
	margin: 0;
	padding-top: 2px;
	background: url(images/img10.gif) no-repeat right top;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a
{
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}


/* It's so much easier with tables: 

table.demo1 { width: 780px; margin: auto; border-collapse: separate; cell-padding: 50px }

table.demo1 td { text-align: center; border: solid 1px gray; padding: 10px; }

table.demo1 td.shaded { background-color:#ddd; }

table.demo1 td.center { width: 80%;}

table.demo1 td.left { background-color: #cce; }
*/
