/*============================================*/
/*==============THINK=ROTARY=CSS==============*/
/*============================================*/

a.body:link
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	}

a.body:visited
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	}

a.body:hover, a.body:active
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	color: gold;
	font-weight: bold;
	}

/*=FOOTER=LINKS=*/

a.footer:link
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: #fcfced;
	}

a.footer:visited
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: #fcfced;
	}

a.footer:hover, a.footer:active
	{
	text-decoration: underline;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 8pt;
	color: #fcfced;
	}

/*============================================*/
/*==================COMMON====================*/
/*============================================*/

body
	{
	background: #30577f url(back.gif) no-repeat top left;	
	font-family: Georgia, verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	margin: 0px;
	}

img
	{
	border: 0px;
	}

td img 
	{
	display: block;
	}

#container
	{
	width: 100%;
	}

#left
	{
	float: left;
	height: 510px;
	width: 137px;
	}


#homelink
	{
	float: left;
	height: 125px;
	width: 137px;
	}

#navigation
	{
	float: left;
	height: 178px;
	width: 111px;
	margin-top: 69px;
	margin-left: 25px;
	}

#content
	{
	float: left;
	height: 405px;
	width: 585px;
	overflow: auto;
	margin: 80px 0px 5px 15px;
	}

#footer
	{
	float: left;

	width: 610px;
	text-align: center;
	color: #fcfced;
	font-size: 8pt;
	margin-left: 0px;
	margin-top: 10px;
	}

/*============================================*/
/*=================LAYER2=====================*/
/*============================================*/


