﻿body 
{
	background-color:#FFFFFF;
}

.header
{
	margin: 10px 5px 10px 5px;
	background-color:#FFFFFF;
	vertical-align:middle;
}


.header .text 
{
	font-size:32px;
	font-weight: bolder;
	color: #336699;
	vertical-align:middle;
	padding-left: 75px;
	text-align:center;
}

.breadcrumb
{
	margin-right: 5px;
	background-color:#FFFFFF;
	vertical-align:middle;
	margin: 0px 5px 10px 5px;
	font-size:13px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    text-align:left;
    font-weight:bolder;
    float:left;
}

.break 
{
	height: 20px;
	width: 100%;
	background: #336699;
	margin-top: 25px;
}

.links
{
	float:right;
	text-align:right;
	font-size:13px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    text-align:left;
    font-weight:bolder;
}

.header img
{
	margin-top: 10px;
	text-align:left;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content
{
	margin-right: 5px;
	background-color:#FFFFFF;
	vertical-align:middle;
	padding: 10px;
	min-width: 600px;
}

.readerBox
{	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: dashed 2px #ACACAC;
	padding: 5px;
	width: 400px;
	font-style: italic;
}

.welcomeText .title
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bolder;
}

.welcomeText .text
{
	font-family: Times New Roman;
	font-size: 20px;
}


.rulesTable table 
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border: solid 1px #000000;
}

.rulesTable table tr#header 
{
	text-align:center;
	vertical-align:middle;
	font-weight:bolder;
	font-size:20px;
}

.rulesTable table th
{
	border: solid 1px #000000;
	padding: 3px;
}

.rulesTable table td
{
		border: solid 1px #000000;
}
.rulesTable table tr#item
{
	border: solid 1px #000000;
	font-family: Verdana;
	font-size:20px;
	padding: 5px;
}

.rulesTable table tr#item td#contact
{
	text-align:center;
}

.rulesTable table tr#item td#org
{
	text-align:center;
}

.rulesTable table tr#item td#addComment
{
	text-align:center;
}

.rulesTable table tr#item td#deadline
{
	text-align:center;
}

.rulesTable table tr#item td#viewComments
{
	text-align:center;
}

.viewComments fieldset
{
	border: 1px solid #000000;
	padding: 10px;
	font: Verdana;
	font-size: 16px;
}

.viewComments legend
{
	color: #FFFFFF;
	background: #336699;
	border: 1px solid #000000;
	padding: 2px 6px;
}

#docTitle 
{
	font-size:18px;
	font-weight: bolder;
	font-family: Verdana;
}