/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
	padding-left: 20px;
	margin: 0px;
}

#oldbrowser
{
	text-align: center;
}
#masthead
{
	padding: 0;	
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#masthead h1
{

	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 790px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom:	3px;

	margin: 0;
}
#innerContentColumn h2
{
	color: #082462;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
#leftColumn
{
	float: left;
	width: 150px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 150px;
}
#contentColumn
{
	width: auto;
	margin-left: 150px;
}

#innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter
{
	padding-top: 10px;
}
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;
	margin-right: 150px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #AAC9E7;
}
#footer
{

}
#masthead
{

}
#innerLeftColumn
{

}
#innerContentColumn
{

	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
#contentColumn
{

}


/*---- Visual Elements ----*/
*{
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-color: #CCCCCC;
	color: #000;
	padding: 0px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	font-size: 12px; 
	font-weight: normal; 
	color: #444;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
.copyright
{
	font-size:				10px;
	text-decoration: 		none;
	color:					#ccc;
	background: transparent;
	line-height: 			20px;
}

form
{
	font-size:	11px;
	text-decoration: none;
	color: #888;
	background: transparent;
	margin: 0;
}
.thebar
{
	color: #000;
	font-size:	12px;
	border-top: #ccc solid 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url("/images/the_bar_bg.gif");
}
.lightback1
{
	background-color: #E9F2FE;
}
.subtitles
{
	font-weight: bold; 
	color: #002755;
	background-color: #E9F2FE;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	font-size:	12px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url("/images/the_bar_bg.gif");
}
strong
{
	font-weight: bold; 
	color: #002755;
	background: transparent;
}
b
{
	font-weight: bold; 
	color: #444;
	background: transparent;
}
em
{
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	color: #888888;
	background: transparent;
}
.thumb
{
	color: #002755;
	background: transparent;
}
.viewer
{	border-color:#E9F2FE;
	border-style:double;
	background: transparent;
}
.asterisks
{
	color: #ff0000;
	font-size: 18px;
}
.tiny {
	color: #888;
	font-size: 10px;
	}
.contact {
	font-size : 12px; 
	font-weight: normal;
	color : #333; 
	padding: 5px; 
}
.contact2 {
	font-size : 12px; 
	font-weight: normal;
	color : #333; 
	padding: 5px; 
	background-color: #F7F7F7;
}
.alert{
	color: #FF0000;
	font-weight: bold;
	font-size : 12px;
}
.padleft
{
	padding-left: 10px;
}
.padright
{
	padding-right: 10px;
}
.imgalignright
{
	float: right;
	padding-left: 10px;
}
.googleContent {
	float: right;
	width: 300px;
	height: 250px;
	margin-left: 10px;
}

.imgalignleft
{
	float: left;
	padding-right: 10px;
}
   a.scrollover {
      /* Default Colour/Styles here */
	  font-weight:bold;
      color: #0066CC;
   }
   a.scrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #FF5B3C;
   }