/* Body Styles
/*--------------------------------------------------------------------------------------------------------------------------*/
body{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
dl, dd, dt, ul, li, h1, h2, h3, h4, form, p, fieldset, body, input, img, a, address {
	margin: 0; 
	padding: 0;
} 


/*################################################################################################*/
/*        SITE DEFAULTS         */
/*################################################################################################*/

td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0F4CEC;
}

li {
	padding-bottom: 10px;
}

a:link, a:visited {
	color: #0F4CEC;
	text-decoration: underline;
}

a:active, a:hover{
	color: #000000;
	text-decoration: underline;
}

a:link.grey, a:visited.grey {
	color: #999999;
	text-decoration: underline;
}

a:active.grey, a:hover.grey {
	color: #0F4CEC;
	text-decoration: underline;
}

a:link.reverse, a:visited.reverse {
	color: #000000;
	text-decoration: underline;
}

a:active.reverse, a:hover.reverse{
	color: #0F4CEC;
	text-decoration: underline;
}

img {
	border: none;
}

table {
	border: none;
	cellspacing: none;
	cellpadding: none;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0F4CEC;
	width: 175px;
}

.widetextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0F4CEC;
	width:420px !important;
}

.smalltextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #0F4CEC;
	width:85px !important;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 22px;
	font-weight: bold;
	color: #0F4CEC; 
	margin-bottom: 10px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #0F4CEC; 
	margin-bottom: 10px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #0F4CEC; 
	margin-bottom: 10px;
}
/*################################################################################################*/
/*        HEADER SECTION         */
/*################################################################################################*/

#header{
	text-align: center;
}

.top-menu-item{
	background-color: #FFFFFF;
	height: 39px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #CDD7F1;
}

.top-menu-spacer{
	background-color: #FFFFFF;
	height: 39px;
	text-align: center;
	vertical-align: middle;	
	border-bottom: 1px solid #CDD7F1;
}




/*################################################################################################*/
/*        CONTENT SECTION        */
/*################################################################################################*/

#content{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}






/*################################################################################################*/
/*        LEFT PANEL        */
/*################################################################################################*/

.left-panel{
	width: 205px;
	vertical-align: top;	
	text-align: center;
	padding-right: 15px;
}

.left-panel-top{
	vertical-align: top;	
	text-align: center;
	padding-bottom: 30px;
}

.left-panel-bottom{
	vertical-align: bottom;	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #0F4CEC;
}
.book {
	cursor:pointer;
}




/*################################################################################################*/
/*        MAIN CONTENT PANEL        */
/*################################################################################################*/

.main-panel{
	vertical-align: top;	
	text-align: left;
}

.main-panel p {
	padding-bottom: 15px;	
}




/*################################################################################################*/
/*        FOOTER SECTION         */
/*################################################################################################*/

#footer{
	text-align: center;
}

#footer td{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #0F4CEC;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;		
}

#footer table{
	border-top: 1px solid #CDD7F1;
}




/*################################################################################################*/
/*        BUTTONS         */
/*################################################################################################*/

td.button{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

td.button a:link, td.button a:visited {
	color: #0F4CEC;
	text-decoration: none;
}

td.button a:active, td.button a:hover{
	color: #000000;
	text-decoration: none;
}