body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F1A501;
	font-size:12px;
}
#mainContent {
	padding-top:20px;
/*	padding-left:15px;
	padding-right:15px;
*/	overflow-y:auto;
	overflow-x:hidden;
	width:415px;
	height: 575px;	
}
#commentArea {
	overflow-y: auto;
	overflow-x:hidden;
	width: 445px;
	height: 190px;	
}
.formHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF7301;
}
.categoryHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.leftMenuHeading {
	font-size: 30px;
	color: #CF4D09;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
.profileHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #210005;
	font-weight: bold;
}

.boxHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
}

.formSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF7301;
}
.inputFieldTitle {
	color: #F43B01;
}
.inputField {
	background-image: url(/images/stylizedbox.jpg);
	width: 128px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:link.light, a:visited.light {
	color:#CCC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover.light {
	color:#F43B01;
}
a:link.menuMain, a:visited.menuMain {
	color:#CCC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
a:hover.menuMain {
	text-decoration: overline underline;
	color:#F43B01;
}
a:link.articleTitle, a:visited.articleTitle {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#FFD303;
	text-decoration:none;
}
a:hover.articleTitle {
	color:#FFF;
}
.even {
	background-color: #CCC;
}

#imgContainer {
	width:214px;
	height:251px;
}
.sectionHeading {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
#eventBox {
	height: 105px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
	font-weight: bold;
	color:#333;
}
#eventBox a {
	text-decoration:none;
	font-weight: bold;
	color:#333;
}
#eventBox a:hover {
	color:#F30;
}
#sceneBox {
	height: 100px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	background-color:#CCC;
}
.footnote {
	font-size: small;
}
#commentBlock {
	width: 468px;
	margin-left:266px;
	background-color:#FFC;
	text-align: left;
	padding:5px;
	color:#666;
}
.errorMessage {
	font-style: italic;
	color: #F00;
}

#contentBlock {
	height: 810px;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
}
.footnote {
	font-size: x-small;
}
.required {
	color: #F00;
}

.topicHeading {
	font-size: large;
	font-weight: bold;
	color: #FFF;
}

#commentTitleBox {
	padding-left:10px;
}
.commentName {
	font-weight: bold;
	font-size:small;
	font-style:italic;
}
#article {
	overflow:auto;
	height:790px;
}
.featureForum {
	background-color: #E12900;
	width: 160px;
	height: 18px;
	padding: 5px;
	color:#FFF;
	text-align:center;
}
.featureForum a {
	color:#FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
.featureForum a:hover {
	text-decoration:underline;
}
.pageHeadSection {
	padding-top:20px;
	padding-right:10px;
	padding-left:10px;
	min-height:175px;
}
.pageHeading {
	font-size: x-large;
	font-weight:bold;
}
