body {
	background-color: #FFFFFF;
	color: #444444;
	font-family: Tahoma;
	font-size: 120%;
}

a:link {
	color: #339900;
	text-decoration: none;
}

a:active {
	color: #663399;
}

a:visited {
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #808080;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#container {
margin:0px;
	text-align: center;
}

#header {
	background-color: #55a115;
	border: 1px solid black;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

#headerTitle {

	color: #FFCC00;
	
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 30px;
	font-family: Tahoma; 
	font-size: 100%;
}

#main {

	background-color: #f0f0f0;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding-top:0px;
}

#main h2 {
	padding-left: 10px;
	font-family: Palatino,'Times New Roman',Times,serif;
	
}

#navbar {
	font-size:14px;
	background-color: #006600;
	border-color:#0099CC;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom: 1px solid black;
	margin-top:-30px;
	width:62.3%;
	position: absolute;
}

#navbar a {
	padding: 5px;
	color: #FFFFFF;	
	
}
#navbar a:hover {color: #00CC33}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
	
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px solid #000;
}

#content h3 {
	font-family: Palatino,'Times New Roman',Times,serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	color: #006600;
	
}

#content h4 {
	font-family: Palatino,'Times New Roman',Times,serif;
	font-size: 120%;
}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

table.announcements tr.title{
    color: #000;
	font-family: Tahoma;
	font-size: 100%;
	font-weight: bold;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #040;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-left: -3px;
	padding: 10px;
	border-bottom: 1px dotted #040;
	
	
}

#issueDescription {
	border-top: 1px dotted #040;
}
