/**************************BASIC*******************************/
body {	
	background-color: #6E6E6E;
	color:#4D4D4D;
	font-size:12px;
	font-family:verdana;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
a{
	color:#6E6E6E;
	text-decoration:underline;
}
a:hover{
	color:#6E6E6E;
	text-decoration:underline;
}
input,select,textarea{
	border:1px solid #6E6E6E;
	color:#4D4D4D;
	font-size:12px;
	font-family:verdana;
	margin: 0px;
	padding:0px;
	width:150px;
	height:18px;
}
.radionBTN{
	border:1px solid #6E6E6E;
	margin: 0px;
	padding:0px;
	width:15px;
	height:18px;
}
.ErrMsg{
	background-color: #6E6E6E;
	color:#EEEEEE;
	font-weight:600;
}

#outterBox{
	float:left;		
	margin: 10px 0px 0px 0px;	
	width:988px;	
	min-height:725px;
}

#mainContentBox{
	float:left;	
	width:988px;
	background-color:#FFFFFF;
}
#mainInnerContentBox{
	width:939px;
	height:600px;
}
#outterLeftStrip{
	background: url('../images/outer_left_strip.gif') repeat-y;	
	width:20px;
	height:100%;
	z-index:2;
}
#outterRightStrip{
	background: url('../images/outer_right_strip.gif') repeat-y;	
	width:29px;
	height:100%;
	z-index:2;
}

#outterTopBorderL{
	float:left;	
	background: url('../images/outer_corner_top_left.gif') no-repeat;	
	width:20px;
	height:15px;
	z-index:2;
}
#outterTopStrip{
	float:left;
	background: #FFFFFF url('../images/outer_top_strip.gif') repeat-x;	
	width:939px;
	height:15px;
	z-index:2;
}
#outterTopBorderR{
	float:right;	
	background: url('../images/outer_corner_top_right.gif') no-repeat;	
	width:29px;
	height:15px;
	z-index:2;
}
#outterBottomBorderL{
	float:left;	
	background: url('../images/outer_corner_bottom_left.gif') no-repeat;	
	width:20px;
	height:21px;
	z-index:2;
}
#outterBottomStrip{
	float:left;
	background: #FFFFFF url('../images/outer_bottom_strip.gif') repeat-x;	
	width:939px;
	height:21px;
	z-index:2;
}
#outterBottomBorderR{
	float:right;	
	background: url('../images/outer_corner_bottom_right.gif') no-repeat;	
	width:29px;
	height:21px;
	z-index:2;
}
/**************************HEADER*******************************/
#header_logo{
	float:left;
	background: url('../images/header1.jpg') no-repeat;	
	width:281px;
	height:159px;
	margin: 0px;
	cursor:pointer;
}
#header2{
	float:left;
	background: url('../images/header2.jpg') no-repeat;	
	width:322px;
	height:159px;
	margin: 0px;
}
#header3{
	float:left;
	background: url('../images/header3.jpg') no-repeat;	
	width:335px;
	height:159px;
	margin: 0px;
}

#topTitleBox{	
	float:left;	
	margin: 0px;
	height:20px;
	width:600px;
	text-align:right;
}
#topTitleText{
	margin: -3px 0px 0px 0px;
	color:#0081BA;
	font-size:20px;
	font-weight:600;
	font-family:arial narrow;
}

#topMenuBox{		
	float:left;
	margin: 10px 0px 0px 0px;	
	width:938px;
	height:40px;
	background-color:#0081BA;
}
#topMenuText{
	float:left;	
	margin: 10px 0px 0px 35px;
}
#topMenuText a{	
	margin: 0px 0px 0px 30px;
	color:#EEEEEE;
	font-size:17px;
	font-weight:600;	
	font-family:verdana;
	text-decoration:none;
}
#topMenuText a:hover{
	color:#41D301;
	font-size:17px;
	font-weight:600;	
	font-family:verdana;
	text-decoration:none;
}
#topSubMenuBox{
	float:left;
	margin: 12px 0px 0px 0px;
	width:900px;
	height:20px;
}
#topSubMenuBox a{	
	margin: 0px 0px 0px 35px;
	color:#0081BA;
	font-size:12px;
	font-weight:600;	
	font-family:verdana;
	text-decoration:none;
}
#topSubMenuBox a:hover{
	color:#13BA01;
	font-size:12px;
	font-weight:600;	
	font-family:verdana;
	text-decoration:none;
}
/**************************CONTENT*******************************/
#innerContentBox{
	float:left;		
	width:680px;
	margin: 15px 0px 0px 0px;
	text-align:justify;
	min-height:330px;
}
#innerTitle{
	font-weight:600;
	font-size:13px;
	background-color:#373331;
	color:#D9CDC6;
	width:610px;
	height:20px;
	margin: 0px 0px 0px 10px;
	border-top: 1px solid #623C25;
	border-left: 1px solid #623C25;
	border-right: 1px solid #623C25;
}
#ContentL{
	background: url('../images/content_l.gif') repeat-y;	
	width:14px;
	height:100%;
	z-index:2;
}
#ContentR{
	background: url('../images/content_r.gif') repeat-y;	
	width:12px;
	height:100%;
	z-index:2;
}
#ContentT{
	background: url('../images/content_t.gif') repeat-x;	
	height:13px;
	width:100%;
	z-index:2;
}
#ContentB{
	background: url('../images/content_b.gif') repeat-x;	
	height:12px;
	width:100%;
	z-index:2;
}
#ContentTL{
	background: url('../images/content_tl.gif') no-repeat;	
	width:14px;
	height:13px;
	z-index:2;
}
#ContentTR{
	background: url('../images/content_tr.gif') no-repeat;	
	width:12px;
	height:13px;
	z-index:2;
}
#ContentBL{
	background: url('../images/content_bl.gif') no-repeat;	
	width:14px;
	height:12px;
	z-index:2;
}
#ContentBR{
	background: url('../images/content_br.gif') no-repeat;	
	width:12px;
	height:12px;
	z-index:2;
}
/************************GALLERY SET******************************/
#GalleryL{
	background: url('../images/gallery_set_l.gif') repeat-y;	
	width:14px;
	z-index:2;
}
#GalleryR{
	background: url('../images/gallery_set_r.gif') repeat-y;	
	width:12px;
	z-index:2;
}
#GalleryT{
	background: url('../images/gallery_set_t.gif') repeat-x;	
	height:10px;
	z-index:2;
}
#GalleryB{
	background: url('../images/gallery_set_b.gif') repeat-x;	
	height:10px;
	z-index:2;
}
#GalleryTL{
	background: url('../images/gallery_set_tl.gif') no-repeat;	
	width:14px;
	height:10px;
	z-index:2;
}
#GalleryTR{
	background: url('../images/gallery_set_tr.gif') no-repeat;	
	width:12px;
	height:10px;
	z-index:2;
}
#GalleryBL{
	background: url('../images/gallery_set_bl.gif') no-repeat;	
	width:14px;
	height:10px;
	z-index:2;
}
#GalleryBR{
	background: url('../images/gallery_set_br.gif') no-repeat;	
	width:12px;
	height:10px;
	z-index:2;
}
.gallery_cat_title{
	margin: 0px 0px 2px 0px;
	color:#E1EEFF;
	font-weight:900;
	font-size:14px;
	width:300px;
	height:18px;
	background-color:#002B65;
}
.gallery_sm_image{
	width:60px;
	height:44px;
	margin: 0px;
	border:1px solid #6E6E6E;
}
.gallery_top_text{
	margin: -48px 0px 0px 80px;
	color:#0081BA;
	font-weight:600;
	font-size:12px;
}
.gallery_bottom_text{
	margin: 2px 0px 0px 0px;
	color:#6E6E6E;
	font-weight:500;
	font-size:11px;
	text-align:left;
}
/************************QUICKLINKS*******************************/
#quickLinksBox{
	float:right;
	margin: 15px 10px 0px 0px;
	width:240px;	
	text-align:center;	
}
.qlbox1{
	float:right;
	margin: 0px;
	width:235px;
	height:91px;		
	background: url('../images/ql_1.jpg') no-repeat;	
	cursor:pointer;
}
.qlbox1:hover{
	background: url('../images/ql_1_on.jpg') no-repeat;	
}
.qlbox2{
	float:right;
	margin: 0px;
	width:235px;
	height:91px;		
	background: url('../images/ql_2.jpg') no-repeat;	
	cursor:pointer;
}
.qlbox2:hover{
	background: url('../images/ql_2_on.jpg') no-repeat;	
}
.qlbox3{
	float:right;
	margin: 0px;
	width:235px;
	height:91px;		
	background: url('../images/ql_3.jpg') no-repeat;	
	cursor:pointer;
}
.qlbox3:hover{
	background: url('../images/ql_3_on.jpg') no-repeat;	
}
.qlbox4{
	float:right;
	margin: 0px;
	width:235px;
	height:91px;		
	background: url('../images/ql_4.jpg') no-repeat;	
	cursor:pointer;
}
.qlbox4:hover{
	background: url('../images/ql_4_on.jpg') no-repeat;	
}
/**************************FOOTER*******************************/
#footer{
	float:left;
	color:#FFFFFF;
	font-size:11px;
	margin: 0px 0px 0px 300px;
}
#footerw3{
	float:right;
	text-align:right;
	margin: 0px 27px 0px 0px;
}
/**************************MENU*******************************/