body
{
	margin:0;	
	font-size: 0.8em;
	font-family: Arial, Sans-Serif;
}

h1
{
	margin: 0;	
	padding: 15px 20px 5px 60px;
	font-size: 1.4em;
	color: #333;
	background-color: #fff;
	float:left;
}

h2
{
	margin: 8px 0px 5px 0px;	
	font-size: 1.2em;
	color: #000;
}

#Layout
{
}

#AreaUpperUpper
{
	background-image: url(UpperBG.jpg);
	background-repeat: no-repeat;
	background-color: #c36;
}

#AreaUpperLower
{
	background-color: #ccc;
}

#AreaBottom
{
	background-color: #333;
}

#LogoArea
{
}

#Header
{
	background-color: #f90;
}

#Menu
{
	background-color: #f90;
}

#Title
{
}

#TitleRight
{
	background-color: #f79;	
}

#ContentLeft
{
	background-color: #fff;
}

#ContentRight
{
	background-color: #fff;
}

#LogoTag
{
	color: #333;
}



fieldset
{
    border: none;
}

fieldset div
{
    float:left;
    display: inline;
    overflow: auto;
    margin: 10px 0;
    border: solid 1px #ccc;
    padding: 10px;
}

fieldset label, fieldset input, fieldset textarea
{
    float: left;
    display: inline;
}

fieldset input, textarea
{
    width: 180px;
}

fieldset label
{
    width: 80px;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

div.formInfo
{
    float: right;
    width: 130px;
    height: 100%;
    margin: 0 0 0 20px;
    background-color: #ccc;
    font-size: 0.8em;
}

div.formConfirmation
{
    padding: 20px 0px;
}


.commentsItem
{
padding: 10px 0px;
border-top: dotted 1px #666;
}


.commentsStatusNumber
{
font-family: Georgia, serif;
font-size: 32px;
}

.commentsStatusText
{
font-family: Georgia, serif;
font-size: 18px;
}

a.commentsStatus
{
text-decoration: none;
}


















