body {
	background: #342D7E;
	margin:0;
	padding: 10px 0px 50px 0px;
}

body, p, td {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

#maincontainer	{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #ffffff url(images/main_container_bg.jpg) repeat-y;
}

#topsection	{
	background: #ffffff url(images/header.jpg) no-repeat;
	height: 125px; /*Height of top section*/
	bborder-top: 1px solid #000034;
	bborder-right: 1px solid #000034;
	bborder-left: 1px solid #000034;
    border-bottom: 1px solid #342D7E;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper {
	float: left;
	width: 100%;
	bbackground: #ffffff url(images/wide-bg.jpg) repeat-y;
	background: #ffffff;
bborder-right: 1px solid #000034;
}

#contentcolumn{
	margin: 0 0px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
background: #f0f0f0;
bborder-left: 1px solid #000034;
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
background: #EAEAEA;

}

#footer{
clear: left;
width: 100%;
background: #342d7e;
color: #FFFFFF;
text-align: center;
padding: 6px 0px 6px 0px;
font-size: 12px;
}

#footer a{
color: #FFffff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 25px;
}

.innertube2{
	margin-left: 25px;
	margin-right: 25px;
    margin-top: 0px;
    padding-bottom: 25px;
}

.calendar {
	font-size: 11px;
}

.formlabel {
           padding-top:5px;
           padding-left:0px; 
           padding-right:0px; 
           text-align:right;
}

.formlabel2 {
           padding-top:5px;
           padding-left:7px; 
           padding-right:5px; 
           text-align:left;
}

.formdata {
           width:100px; 
           height:18px; 
           font-family:Tahoma; 
           font-size:12px; 
           padding-left:3px;
           border-width:1px; 
           border-style:solid; 
           border-color:#838383;
}

.form_label {
           padding-top: 5px;
}

.form_data_container {
           padding-top: 1px;
}

.form_data {
           width:100px; 
           height:16px; 
           font-family:Tahoma; 
           font-size:12px; 
           padding-left:3px;
           border-width:1px; 
           border-style:solid; 
           border-color:#838383;
}

.shhh{display:none;}

.calendar_cell {
	vertical-align:top;
	border: 1px dotted #838383;
    padding: 3px;
}

h1 {
	font-size: 25px;
    line-height: 1.15em;
	text-align: center;
	font-weight: bold;
    color: #342d7e;
}

h2 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
    color: #342d7e;
}

h3 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
    color: #342d7e;
    border-bottom: 1px solid #342d7e;
    padding-top:10px;
}

/* nested side bar menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.sidebarcontainer {
	width: 180px;
	ffloat: center;
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px Verdana;
	width: 180px; /* Main Menu Item widths */
	bborder-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #342d7e;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px solid #777788;
	border-right: 1px solid #777788;
	border-left: 1px solid #777788;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #ffffff; /*012D58; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
	color: #342d7e;
}

.sidebarmenu ul li a:hover{
	color: #342d7e;
	background-color: #fdd017;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 200px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background: url(images/right.gif) no-repeat 97% 50%;
}

 /* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


.tbl_row1 {
    background-color: #e6e6fe;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d3ed;
    text-align:left;
    padding:5px;
}

.tbl_row2 {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d3ed;
    text-align:left;
	padding:5px;
}

.cal_row {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d3ed;
    text-align:left;
	padding:5px;
    min-height:30px;
    font-size:12px;

.shhh{display:none;}
vertical-align:top;
}

ol.10-reasons {
  counter-reset: item 6;
  /* Starts  the "10-reasons" list with the "item" counter set to 6. */
}

.shhh {
    display:none;
}

