@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	top:0px;
	width:920px;
	z-index:1;
	margin: auto;
	left: 0px;
	background-color: #fcd0c7;

}
div #header {
	text-align:center;/*set background colour of header*/
	height:160px;/*set height*/
	padding-bottom:0px;/* no bottom padding*/
	margin:0;/*no margins set*/
	width: 921px;
	float: none;
	background-color: #fcd0c7;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 0;
}
div #navbar {
	color:#60F; /*set the colour for the font*/
	font-size:14px; /*set the size for the font*/
	font-weight:bold; /*set the font to bold*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; /*set the font face*/
	letter-spacing:3px; /*set the spacing between the font characters*/
	background-color:#Fcd0c7; /*background colour for the navbar div*/
	text-align:center; /*format top border of the  navbar text */
	height:20px; /*set the height for the navbar*/
	border-top-width: 0px;
	border-top-style: none;
	left: 0px;
	float: left;
	position: absolute;
	top: 180px;
	width: 880px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
	visibility: visible;
}
div #navbar a:link {
	color:#009; /*sets the colour of the hyperlink*/
	text-decoration:none; /*removes underlining from link*/
}
div #navbar a:visited {
	color:#006666; /*sets the colour of the visited hyperlink*/
	text-decoration:none; /*removes underlining from link*/
}
div #navbar a:hover {
	color:#660033; /*sets the colour of the link on mouse over*/
	text-decoration:underline; /*applies underlining on mouse over */
}
div #leftcol {
	background-color:#fcd0c7; /*sets the background colour to beige*/
	text-align:left; /*left alignment with the div*/
	width:10%; /*set the width of the div to 20% of the wrapper */
	float:left; /*set to appear on the left of the wrapper (holding div)*/
	margin-top:0px;/*set margins*/
	margin-right:0px;
	margin-left:10px;
	padding:0px; /*set spacing to inset text all borders*/
	position: absolute;
	left: 0px;
	top: 150px;
	visibility: visible;
}
body {
	background-color: #fcd0c7;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#f39;
	left: auto;
	margin-left: 20px;
}

div #leftcol img {
	padding-top:16px;
	padding-bottom:16px;
	border-top:solid 3px #728fce;
	border-bottom:solid 3px #728fce;
	position:relative; /*make it appear immediately after the element before it*/
	left:15px; /*inset the image by 15 pixels on the left*/
}
div #midcol {
	background-color:#fcd0c7; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:750px;/*width of the div 70% of wrapper width*/
	margin-top:10px;/*add 10 pixel margin spacing to top  of the div*/
	float:left;/*make it appear on the left side of the div*/
	clear: both;
	position: relative;
	left: 20px;
	top: 200px;
}
div #midcolpersonal {
	background-color:#fcd0c7; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:900px;/*width of the div 70% of wrapper width*/
	margin-top:10px;/*add 10 pixel margin spacing to top  of the div*/
	float:left;/*make it appear on the left side of the div*/
	clear: both;
	position: relative;
	left: 20px;
	top: 200px;
}

div #column1 {
	background-color:#fcd0c7; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:60%;/*width of the div 55% of midcol div's width*/
	float:left;/*make it appear on the left side of the div*/
	padding:10px; /*set spacing to each side of the div*/
	color: #000;
	left: 10px;
	clear: right;
	margin-right: 25px;
}
div #column1pers {
	background-color:#fcd0c7; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:90%;/*width of the div 55% of midcol div's width*/
	float:left;/*make it appear on the left side of the div*/
	padding:10px; /*set spacing to each side of the div*/
	color: #000;
	left: 10px;
	clear: right;
	margin-right: 25px;
}

div #column2 {
	background-color:#Fcd0c7; /*change the background colour to beige*/
	text-align: left;/*width of the div 25% of midcol div's width*/
	float:left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: absolute;
	top: 1px;
	right: -23px;
	height: 300px;
	width: 170px;
	padding: 5px;
}
div #footer {
	clear: both;
	height: 30px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 1em;
	color: #000000;
	float: left;
	width: 900px;
	left: 20px;
	position: absolute;
	visibility: inherit;
	padding-top: 850px;
}

h1 {
	font-size:20pt;/*set the font to 140% of the default size*/
	font-weight:bold;/*make the font bold*/
	color:#906;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size:18pt;/*set the font to 120% of the default size*/
	font-weight:normal;/*make the font bold*/
	color: #906;
}

p  {
	font-size:100%;/*set the font to 90% of the default size*/
	color: #f39;
}
	
div #column2 p
{
	color: #F39;
	padding-top:20px; /*add 20 pixels spacing to top*/
	text-align:center;/*center the text in the column*/
	font-size:85%;/*set the font to 60% of the default size*/
	font-style:italic;
	padding-bottom:40px;
}

div .menuitem
{
	color:#758642;
	font-size:14px;
	margin-top:20px;
	margin-left:20px;
	border-top:0;
	border-right:0;
	border-bottom:1px dotted #758642;
	border-left:0;
}
div .menuitem a:link
{
	color:#000033; /*set the color of the link*/
	text-decoration:none; /*remove underlining*/
}
	
div .menuitem a:visited
{
	color:#006666; /*set the color of the visited link*/
	text-decoration:none; /*remove underlining*/
}
div .menuitem a:hover
{
	color:#660033; /*set the color of the  link on hover*/
	text-decoration:none; /*remove underlining*/
	background-color:#98afc7; /*change the background colour*/
}
div #column1table {
	background-color:#FFF; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:70%;/*width of the div 70% of midcol div's width*/
	float:left;/*make it appear on the left side of the div*/
	padding:10px; /*set spacing to each side of the div*/
	color: #000;
}
a {
	color: #669;
	font-weight: bold;
}
div #column1 p {
	color: #600;
	padding-top:0px; /*add 20 pixels spacing to top*/
	text-align:left;/*center the text in the column*/
	font-size:90%;/*set the font to 60% of the default size*/
	font-style:italic;
	padding-bottom:0px;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 20px;
	float: none;
	position: static;
	font-weight: bold;
}
#wrapper #midcol #column1 h2 span {
	font-size:20pt;/*set the font to 80% of the default size*/
	font-weight:bold;/*make the font bold*/
	color: #600;
	margin-right: 0px;
}
h3 {
	font-size:14pt;/*set the font to 120% of the default size*/
	font-weight:bold;/*make the font bold*/
	color: #906;
	font-style: italic;
}
#wrapper #midcol #column1 #heatcolumn 
{
	text-align: left;
	text-indent: 15px;
	display: inline;
	clear: none;
	float: left;
	width: 40%;
	position: relative;
}
#wrapper #midcol #column1 #presentscolumn 
{
	text-align: left;
	display: inline;
	clear: none;
	float: left;
	width: 200px;
	position: relative;
	left: 0px;
	line-height: 15px;
}
#wrapper #midcol #column1 #upcomingcolumn 
{
	text-align: left;
	text-indent: 0;
	display: inline;
	clear: both;
	float: left;
	width: 450px;
	position: relative;
	left: 10px;
	line-height: 24px;
	height: auto;
	font-weight: bold;
	color: #600;
}
div #column2a
{
	background-color:#Fcd0c7; /*change the background colour to beige*/
	text-align: left;/*width of the div 25% of midcol div's width*/
	float:right;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: absolute;
	top: 1px;
	right: -68px;
	height: 391px;
	width: 173px;
	padding: 5px;
}
div #column2b 
{
	background-color:#Fcd0c7; /*change the background colour to beige*/
	text-align: left;/*width of the div 25% of midcol div's width*/
	float:left;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: absolute;
	top: -6px;
	right: 17px;
	height: 357px;
	width: 240px;
	padding: 5px;
	left: 287px;
}
div #column2links 
{
	background-color:#Fcd0c7; /*change the background colour to beige*/
	text-align: left;/*width of the div 25% of midcol div's width*/
	float:right;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: absolute;
	top: 5px;
	right: 3px;
	height: 391px;
	width: 173px;
	padding: 5px;
}
#wrapper #midcol #column1 h1 span
{
	font-size:120%;/*set the font to 120% of the default size*/
	font-weight:bold;/*make the font bold*/
	color: #F3c;
	margin-right: 0px;
	text-indent: 15px;
	margin-left: 20px;
}
div #Column1 {
	background-color:#fcd0c7; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:70%;/*width of the div 55% of midcol div's width*/
	float:left;/*make it appear on the left side of the div*/
	padding:10px; /*set spacing to each side of the div*/
	color: #000;
	left: 10px;
	clear: right;
	margin-right: 25px;
}
div #index-column1 {
	background-color:#fcd0c7; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:70%;/*width of the div 55% of midcol div's width*/
	float:left;/*make it appear on the left side of the div*/
	padding:10px; /*set spacing to each side of the div*/
	color: #000;
	left: 10px;
	clear: right;
	margin-right: 25px;
}
h4 {
	font-size:12pt;/*set the font to 120% of the default size*/
	font-weight:bold;/*make the font bold*/
	color: #906;
}
div #special1 #special1 {
	clear: both;
	float: none;
	top: 700px;
	position: absolute;
}
div #tablearea_rb {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 1em;
	color: #000000;
	float: left;
	width: 757px;
	left: 0px;
	position: fixed;
	top: 700px;
	visibility: inherit;
}
div #Column1O {
	background-color:#fcd0c7; /*change the background colour to beige*/
	text-align: left;/*align all text to the left of the div*/
	width:80%;/*width of the div 80% of midcol div's width*/
	float:left;/*make it appear on the left side of the div*/
	padding:10px; /*set spacing to each side of the div*/
	color: #000;
	left: 10px;
	clear: right;
	margin-right: 25px;
}
#wrapper #midcolpersonal h1 p {
	font-size: 22pt;
}
