/* CSS Document */

body	{
	background:#999999;
	margin-left:auto;
	margin-right:auto;
	width: 968px;
		}

h1	{color:#000066;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, Garamond,serif;
	}
	
h2	{color:#000000;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, Garamond,serif;}
	
h6	{color:#000000;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	}

p	{color:#000000;
	font-size:18px;
	font-family:"Georgia", "Times New Roman", Times, serif;}
	
li	{
	color:#000000;
	font-size:18px;
	font-family:"Georgia", "Times New Roman", Times, serif;
	list-style-position:outside;
	text-align:left;
	}

a:hover	{color:#000066;
		text-decoration:underline;}

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

a:visited	{color:#330066;
			text-decoration:underline;}

a.menu:visited	{color:#FF9933;}

a:link	{color:#333333;
		text-decoration:underline;}

a.menu	{color:#FFFF66;
		text-decoration:none;}

/* div boxes */
.page	{}

.header	{
		}

.content	{
	background-image:url(image/bg.jpg);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:top;
	empty-cells:show;
}

.left	{
	width:208px;
	float:left;
	background-color:#000033;
	height:inherit;
	padding-left:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFF66;
}

.menu	{font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#FFFF66;}

.right	{
	float:left;
	background-image:url(image/bcimage.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	background-position:top;
	height:inherit;
	width:700px;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
}
		
td		{height:30px;
		border:solid;
		}
