body { 
	font-family: Arial, Helvetica, Verdana;
	font-size: 11pt;
	color:#333333;

	margin: 0px;
}

input {
	font-family: Arial;                
}



.content_body {
	
	margin-left:200px;
	margin-right:25px;
	line-height:18pt;
	
	
	
}

.breadcrumb {
	font-weight: bold;
	margin-left: 10px;	
}

.drop_cap {
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	padding:5px 15px 5px 15px;
	margin:0px 5px 10px 0px;
	border:1px solid #CC3300;
	color:#CC3300;
	vertical-align:sub;
}

a { 
	color: #45669F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* 
MAIN CONTENT FRAME (CONTAINS EVERYTHING)
*/
#frame { 
	margin: 0px auto;
	width: 960px; 
}

/*
HEADER SECTION
*/
#header {
	width: 960px;
	height: 93px;
	margin:0;
	background-image:url(/images/headerBig.jpg);
	position:relative;
	border-right:1px solid #ccc;
	background-repeat:no-repeat;
	background-position:center;
}

#top_links {
	float: right;
	margin-right: 13px;
	margin-top: 5px;
	font-size: 10pt;
	height: 20px;
}

#top_links a {
	margin-left: 5px;
	margin-right: 5px;
	color: #3e4f73;
	text-decoration: none;
}

#top_links a:hover {
	text-decoration: underline;
}


/* USER INFO TAB */
#user_info_tab {
	width: 192px;
	height: 25px;
	margin: 10px;
	margin-right: 30px;
	padding: 3px;
	background-color: #b84918;
	font-size: 8pt;
	color: white;
	text-align: center;
	border: solid 2px #4D6083;
	float: right;
	vertical-align:middle;

	/** fixing some overlaps **/
	position: relative;
	z-index: 999;
}

#user_info_tab a {
	text-decoration: none;
	color: white;
} 
#user_info_tab a:hover {
	text-decoration: underline;
} 


/* TOP NAVIGATION */
#nav {
	text-align: left;
	position: relative;
	top: 48px;
	width: 870px;
	float: right;
	height: 18px;
	font-size: 10pt;
}

#nav a {
	color: white;
	text-decoration: none;
	}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	list-style: none;
	display: inline;
	margin-left: 30px;
	margin-right: 30px;
}


/* MAIN CONTENT AREA */
#page_content {
	padding: 40px 20px 20px 20px;
	background-image:url(/images/bgImage.jpg);
	background-repeat: no-repeat;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0;
	height:auto;
}

.page_title {
	font-weight: bold;
	font-size: 12pt;
}


/* left nav panel */
#left_panel {
	background: #FFF19B;
	width: 198px;
	float: right;
	clear: right;
	position:relative;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 0px;
	border: 2px solid #4D6083;
	
	font-size: 10pt;
	
	/** fixing some overlaps **/
	position: relative;
	z-index: 999;
} 

.panel_title {
	text-align: center;
	background-color: #4D6083;
	padding: 5px;
	font-weight: bold;
	color: white;
}

.panel_body {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#search_panel { 
	text-align: center;
}

#nav_panel {
	text-align: left;	
}
.announcement { 
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}





.list_actions, .list_nav {
	font-weight: bold;
	margin: 10px;
	font-family:"Trebuchet MS";
	color:#CC3300;
	padding-top:15px;
	letter-spacing: -.5px;
}

.main_titles {
	color:#AF2A00; 
	font-family:"Trebuchet MS";
	margin-left:25px; 
	font-weight:bold;
	font-size:14pt;
}
 
.sub_titles {
 	color:#CC3300;
	font-family:"Trebuchet MS";
	font-size:12pt;
}
 
.side_image {
 	float:left;
	position:relative;
	margin-left:25px;
	padding-top:20px;
	vertical-align:top;
}



#registration_form_nav {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#registration_form_nav span {
	margin: 10px;
	
}

.alt_row {
	background-color: #FEEF95;
}


/* customized php pages */
#about_us {
	background-image:url(/images/sideImages/aboutImage.jpg); 
	width:200px; 
	height:450px; 
	background-repeat:no-repeat;
	float:left;
	padding-right:25px;
}


#subscriptions {
	background-image:url(/images/sideImages/13.jpg); 
	width:200px; 
	height:450px; 
	background-repeat:no-repeat;
	float:left;
	padding-right:25px;
	margin-top:20px;

}

/* unordered list class */

.ul_style {
	list-style-type:square; 
	color:#af2a00;
}

.li_style {
	color:#666666; 
	font-size:10pt;
	margin-left:10px;
	line-height:20pt;
	
}


.toc_entry {
	margin-top: 10px;
	line-height: 18px;
}


/* LOGIN PAGE */
#login_panel, #register_panel {
	width: 250px;
	height: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	
}


.light_panel {
	margin: 15px;
	border: 1px solid #b9cad8;
}

.light_panel_title {
	background-color: #FFE185;
	color: #5B5350;
	border-bottom: 1px solid #b9cad8;
	font-weight: bold;
	padding: 7px;
}

.light_panel_body {
	padding: 10px;	
}




/* FOOTER */
#footer {
	clear: both;
	font-size: 12px;
	height: 65px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;

}

#footer_bottom {
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	color:white;
	height: 65px;
	padding: 15px;
	padding-top: 25px;
}

#footer_links {
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	color:#CC3300;
}


#footer_links a {
	margin-left: 5px;
	margin-right: 5px;
}

#footer_contact { 
	width: 450px;
	float: left;
}

#footer_contact img {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 3px;
	left: 2px;
}

#footer_ipa {
	width: 300px;
	float: right;
	text-align: right;

}

/* end footer */