/* CSS Document */

body{
	background-color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-family: Arial;
	font-size: 11px;
}
#header {
}
#nav {
	line-height: 23px;
	padding: 0px;
	height: 23px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #2C3968;
	background-image: url(images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav td,a, a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#content td{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.rounded_left {
	background-image: url(images/rounded_rect_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 18px;
}
.rounded_right {
	background-image: url(images/rounded_rect_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 18px;
}
.top_dotted_border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
.footer a{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

.footer a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
.read_more a{
	font-family: Tahoma;
	font-size: 10px;
	color: #42AEC9;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

.read_more a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #2C3968;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #2C3968;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	color: #42AEC9;
	font-weight: bold;
	margin: 0px;
	padding: 0px; 
	text-transform:uppercase;
}
.font_justfy {
	text-align: justify;
}
.light_gary_bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAE9EF;
}
.light_gary_top_border {
	border-top: #EAE9EF solid 1px;
}
.white_font {
	color:#FFFFFF;
	
}
.gray_border_both {
	border-left: #EAE9EF solid 1px;
	border-right: #EAE9EF solid 1px;
}
.rect_top {
	background: url(images/rect_top.gif) repeat-x;
}
.rect_bottom {
	background: url(images/rect_bottom.gif) repeat-x;
}
#gallery {
	
}
#gallery img {
	padding: 4px;
	background: #A7E3F8;
	border: #cccccc solid 1px;	
}

.aa{
color:#000;
text-decoration:none;
font-size:11px;
font-weight:normal;
text-transform: lowercase;
}
.aa:hover{
color:#000;
font-size:11px;
text-decoration:underline;
font-weight:normal;
text-transform: lowercase;
}
