/* main document style */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.maincell {
	border: 10px solid #cccccc; 
	-webkit-border-radius: 10px; 
	-o-border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	-moz-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	padding: 10px;
}
/* text styles */
.text-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.text-body-centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.text-body-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	text-align: left;
}
.text-body-justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.text-body-italic-justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	text-align: justify;
}
.text-body-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	display: compact;
	height: 850px;
	width: 100%;
	line-height: 16px;
	overflow: auto;
	/*padding-left: 10px;
	padding-bottom: 10px;*/
	padding-right: 5px;
}
.text-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.text-section-title-cell-underlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.text-section-title-underlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.text-section-title-column-left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 49%;
}
.text-section-title-column-right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 49%;
}
.text-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	font-style: italic;
	font-variant: normal;
}
.text-caption-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-style: italic;
	font-variant: normal;
}
.text-notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	font-style: italic;
	font-variant: normal;
}
.text-body-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.text-body-centred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
/* layout styles */
.news {
	alignment-adjust: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	display: compact;
	height: 950px;
	width: 48%;
	line-height: 16px;
	overflow: auto;
	/*padding-left: 10px;
	padding-bottom: 10px;*/
	padding-right: 10px;
}
.events {
	alignment-adjust: auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	display: compact;
	height: 950px;
	width: 48%;
	line-height: 16px;
	overflow: auto;
	/*padding-left: 10px;
	padding-bottom: 10px;*/
	padding-right: 10px;
}
/* image styles */
.image-framed-float-left {
	float: left;
	margin: 4px;
	padding: 4px;
	border: 4px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
	-webkit-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	-moz-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
}
.image-framed-float-centre {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px;
	-webkit-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	-moz-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	float: none;
	margin: 4px;
	padding: 4px;
	border: 4px;
}
.image-notframed-float-left {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
	-webkit-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	-moz-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	float: left;
	margin: 4px;
	padding: 4px;
	border: 4px;
}
.image-notframed-float-right {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
	-webkit-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	-moz-border-image: url(../components/images/border.png) 5 5 5 5 stretch;
	float: right;
	margin: 4px;
	padding: 4px;
	border: 4px;
}
.text-body img {
	float: left;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0 10px 10px 10px; /* top right bottom left */
}
/* page styles */
.section-block-1 {
	height: 230px;
	width: 100%;
}
.section-block-2 {
	line-height: 20px;
	height: 150px;
	width: 100%;
}
.section-block-3 {
	line-height: 15px;
	height: 300px;
	width: 100%;
}
.section-block-4 {
	line-height: 15px;
	height: 100px;
	width: 100%;
}
.section-block-5 {
	line-height: 15px;
	width: 100%;
}
.list-left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	width: 33%;
}
.list-middle {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	width: 34%;
}
.list-right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	width:33%;
}
.float-left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
.float-right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
/* header styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 0px;
	color: #333333;
	text-align: left;
}
/* hyperlink styles */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
/*	font-size: 12px; */
	font-weight: bold;
/*	font-weight: normal; */
	color: #3366FF;
	text-align: left;
	text-decoration: inherit;
/*	text-decoration: underline; */
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3366CC;
	text-align: left;
	text-decoration: underline;
}
 
/* styling for increasing the size of the first letter in a paragraph */
p{
  text-align   : justify;
  line-height  : 1.5em;
}

.firstLetter{
  display      : block;
  float        : left;
  margin-top   : -0.63em; /* use -0.205em for two lines */
  margin-left  : -0.56em;
  margin-right : 0.5em;
  height       : 6.5em;
	font				 : Monotype Corsiva;
}

.firstLetter span{
  font-size    : 5.6em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}
