@charset "utf-8";
/* CSS Document */
body {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
}

.float_left {
   float:left;
}

.float_right {
	float: right;
}

.cpanel_title {
   font-size:18px; 
   font-weight: bold; 
   color: #262874; 
   padding-left: 10px; 
   margin-top: 10px; 
   float:left;
}

ul#nav1  a{
	display: block;
	width:auto;
}

ul#nav1 {
	list-style-type: none;
	/*color:#fff568;
	font-size: 11px;*/
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 15px;
}

ul#nav1 li {
	float:left;
	padding-right: 7px;
	list-style-type:none;
	list-style-image: none;
}

ul#nav1 li a:link, ul#nav1 li a:active, ul#nav1 li a:visited {
	color: #000000;
	text-decoration: none;	
}

ul#nav1 a {
	font-weight: bold;
	font-size: 15px;
}

ul#nav1 li a:hover {
	text-decoration: underline;
}

.admin_title1 {
	padding: 0px; 
	margin: 0px; 
	margin-bottom: 5px; 
	font-size: 20px;
}

.header_title { 
	font-size: 15px;
	font-weight: bold;
	color: #fdd503;
}

a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #262874;
	text-decoration: underline;
}

a:hover {
	color:#000000;
	text-decoration: none;
}

.image_titles {
    display: block;
	margin-bottom: 4px;
}

.newsEvents_title {
	color: #fee042;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.content_title {
	color: #fee042;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-bottom: 13px;
}

.galleryFrontHolder {
	float: left;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 4px;
}