
#comform table{
    display:none;
}
html {
 	min-height: 100%;
 	height: auto;
 }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#2f7ee4;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 5%;
	padding-left: 2%;
	color:#050f43;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

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

img {
    border: none;
} 

A, A:link {color:#0f4b99; text-decoration:none;}
A:active {color:#FF0000; text-decoration:underline;}
A:visited {color:#0f4b99;}
A:hover {color:#FF0000; text-decoration:underline;}

.title {
	font-size:16pt;
	color:#FF3300;
	padding:10px 0px 15px 0px;
	font-family: "Comic Sans MS", cursive;
}

.red {
	color:#FF3300;
}

.subtitle {
	font-size:12pt; color:#110341;
	padding-bottom:5px;
}

.bodytext {
	font-size:10pt;
	line-height:155%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.barmenu {
	background-image: url(../images/top_menu_left.png);
	background-repeat: no-repeat;
	background-position: left;
	height:59px;
	background-color:#0f4b99;
}

.footer { font-size:8pt; color:#FFF; padding-top: 7px;}
.updated { font-size:8pt; color:#999; padding-top: 2px; float:right;}

.created { font-size:8pt; color:#FFF; padding-top: 7px;}
.created A, .created A:link {color:#FFF; text-decoration:none;}
.created A:active {color:#FF0000; text-decoration:underline;}
.created A:visited {color:#FFF;}
.created A:hover {color:#FF0000; text-decoration:underline;}

.mainbg {
	background-color:#bed4d8;
	background-image: url(../images/content_area_bot_right_blk.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.white_bg {
	background-color:#ffffff;
}

.green_bg {
	background-color:#8dca39;
}

.right {float:right; padding-left:20px;}
	
.menu{
	width: 170px; /*width of menu*/
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.menu li a{
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-position: left top;
	padding: 4px 3px 4px 15px;
	margin-bottom:3px;
	line-height: 145%; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/menu_nor.gif);
}	
	
.menu li a:link, .menu li a:visited {
	color: #FFF;
}

.menu li a:hover{
	color: #000000;
	background: transparent url(../images/menu_ovr.gif);
	background-position: left top;
}

.menu li a.selected{
	font-weight:bold;
	color: #ffffff;
	background-color: transparent;
	background-image: url(../images/menu_act.gif);
	background-position: left top;
}

#contentwrapper{
float: left;
width: 100%;
background-image: url(../images/content_area_top_lft.png);
background-repeat: no-repeat;
background-position: left top;
padding-top:15px;
}

#contentcolumn{
margin-right: 180px; /*Set right margin to RightColumnWidth*/
margin-left: 10px;
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column in pixels*/
padding-top: 50px; 
margin-left: -180px; /*Set left margin to -(RightColumnWidth) */
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.quote-1 {background-color:#0f4b99; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; font-style:italic; line-height:155%; padding:5px 15px;}
.quote-2 {background-color:#a9c639; color:#0f4b99; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; font-style:italic; line-height:155%; padding:5px 15px;}
.quest {font-size:10pt; font-weight:bold;}
.answ {font-size:10pt; font-style:italic; color:#666; padding-bottom:2%; }
.inthepress-cont {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 5px 0px 10px 0px;
}
.date {font-size:8pt; color:#666;}
.author {font-size:8pt; font-weight:bold;}

.oblig-forg {color:#FF0000; font-weight:bold;}

.left {float:left; padding: 0px 15px 5px 0px;}
.hidden {background-color:#C9C;}

.odd {background-color:#ffffff;}
.even {background-color:#f5f5f5;}