BODY
{
	background: #FFFFCC;
	color: black;
	text-align: left;
}

#sidebar
{
	width: 150px;
	float: left;
	display: block;
}

DIV
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.title	
{
	width: 630px;
	padding: 0px 10px 0 10px;
	height: 80px;
	background-image: url(http://www.eyesee360.com/images/Body-Frame-Title.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

.title H1	
{
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}

.navigation
{
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	font-size: smaller;
}

.content	
{
	width: 630px;
	padding: 0 10px 0 10px;
	background-image: url(http://www.eyesee360.com/images/Body-Frame-Body.gif);
	background-repeat: repeat-y;
}

P.fineprint 
{ 
	font-size: 80%; 
}

.vrule 
{ 
	background: blue url(http://www.eyesee360.com/images/SeparatorV.gif) repeat-y; 
}

UL	
{
	/* padding: 0 0 0 10px; */
	margin: 0 0 0 20px;
}

UL.posts	
{
	font-size: 90%;
}

UL.posts LI B 
{ 
	font-size: 110%; 
}

TABLE.entry	
{
	border-color: black;
	border-width: 0;
	border-style: none;
	padding: 0 5px 0 5px;
}

TABLE.entry TD	
{
	font-size: smaller;
}

TABLE.entry TH	
{
	font-size: smaller;
	text-align: right;
}	

TABLE.entry TH.required { color: red; }	

TABLE.entry TH.groupname	
{
	/*		background-color: #306;		*/
	/*		color: white;				*/
	font-size: normal;
	font-weight: bolder;
	text-align: left;
}
TABLE.entry TD.hrule	
{
	background-image: url(http://www.eyesee360.com/images/SeparatorH.gif);
	background-repeat: repeat-x;
	height: 10;
}


TABLE.figure	
{
	border-color: #009;
	background-color: #FFC;
	border-width: 2px;
	border-style: solid;
	padding: 5px 5px 5px 5px;
}
TABLE.figure TD	
{
	font-size: smaller;
	background-color: #FFF;
}

TABLE.figure TH	
{
	text-align: center;
	padding: 10px 10px 5px 10px;
}

TABLE.figure TD.hrule	
{
	background-image: url(http://www.eyesee360.com/images/SeparatorH.gif);
	background-repeat: repeat-x;
	height: 10;
}

TABLE.figure UL { margin: 0 15px 0 0; }

TABLE.figure TD.label	
{
	text-align: right;
	margin: 0 5px 0 5px;
	font-weight: bold;
	vertical-align: baseline;
	padding: 0 10px 0 10px;
}

