html,body  {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left; 
	color: #000000;
	background-color: #fff;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #458eb3;
	background-image: url(../images/title_bar_1.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	background-position: left;
	margin-bottom: 30px;
}

h2{
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: 458eb3;
	/*background-image: url(../images/title_bar_1.gif);*/
	background-image: url(../images/nav-arrow.png);
	background-position: 0px 3px; 
	background-repeat: no-repeat;
}

h2 a:hover {
	color: #36F;	text-decoration: underline;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #458eb3;
	margin-bottom: 10px;
}

h4{
	padding-left: 8px;
	margin: 8px 0;
	font-size: 15px;
	font-weight: bold;
	color: #458eb3;
	background-image: url(../images/title_bar_1.gif);
	background-position: 0px 0px; 
	background-repeat: repeat-y;
}

a {
	color: #f60;
	text-decoration: none;
}

a:link { color: #36F;	text-decoration: none; }
a:visited	{ color: #36F;	text-decoration: none; }
a:hover { color: #36F;	text-decoration: underline; }
a:active { color: #36F;	text-decoration: none; }

p {
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #000;
	background-color: #fff;
} 

#header { 
	margin: 0;
	padding: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
} 

#sidebar1 {
	position: relative;
	float: right;
	width: 250px;
	background: #fff;
	padding: 0;
	right: 5px;
}

#centerBox{
	position: relative;
}

#mainContent {
	position: relative;
	width: 500px;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	float: left;
}

#footer { 
	padding: 0;
} 

.copyright{
	font-size: 9px;
	color: #999;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.tblBdrGray {
}

.tblBdrGray th{
	padding: 3px;
	border: 1px solid #666;
	background: #458eb3;
	text-align: center;
}

.tblBdrGray td{
	padding: 3px;
	border: 1px solid #666;
}

.tblBdrGray2 {
	background: #666;
}

.tblBdrGray2 th{
	padding: 3px;
	border: 1px solid #666;
	background: #458eb3;
	text-align: center;
}

.tblBdrGray2 td{
	padding: 3px;
	border: 1px solid #666;
	background: #fff;
}

.tbl2 {
	border: 1px solid #69c;
	background: #69c;
}

.tbl2 th{
	padding: 3px;
	border: 0px solid #666;
	background: #69c;
	text-align: center;
}

.tbl2 td{
	padding: 3px;
	border: 0px solid #666;
	background: #fff;
}

/****************************************************************/

.bg{
	background-color: #000;
}

.col1 {
	margin: 3px;
	padding: 3px;
	width: 252px;
	display: inline;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col2 {
	margin: 3px;
	padding: 3px;
	width: 252px;
	display: inline;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.colBreak {
	padding: 0;
	margin: 0;
	width: 1px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.breakLine {
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	clear: both;
}

.readmore {
	float: none;
	clear: left;
}

.divLineBottom {
	margin: 3px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}

.img01 {
	margin-right: 8px;
	float: left;
	height: 40px;
	width: 60px;
}

#highlightMainBox {
 	position: absolute;
	width: 250px;
	height: 280px;
	top: 0px;
	left: 0px;
	background-image: url(../images/img_black_trans.png);
	background-repeat: repeat;
	font-size: 10px;
	color: #FFF;
	z-index:5;
}


#highlightMainBox .highlightMainBoxContent {
	position: absolute;
	height: 278px;
	padding: 0 3px;
	margin: 0;
	font-size: 10px;
	color: #FFF;
	overflow: hidden;
	border: 0 solid #f00;
}

#highlightMainBox .highlightMainBoxContent a:link,
#highlightMainBox .highlightMainBoxContent a:visited	{	
	text-decoration: none;
}
#highlightMainBox .highlightMainBoxContent  a:hover	{ color: #FFF; text-decoration: underline;}
#highlightMainBox .highlightMainBoxContent  a:active	{ color: #FFF; text-decoration: none;}

#highlightMainBox .highlightMainBoxContent .title{
	font-weight: bold;
	color: #FFF;
}

#highlightMainBox .highlightMainBoxContent ul li {
	margin-left: -15px;
	list-style-type: none;
	list-style-image: url(../images/ico_bulletOrange.gif);
}

#quickSearch{
	position: relative;
	float: right;
	width: 600px;
	height: 58px;
	padding: 0 5px;
	margin: 0;
	border: 0px solid #f00;
	display: inline;
	text-align: right;
}

#quickSearch input{
	font-size: 10px;	
}

.mainSummary{
	margin: 5px 0 12px 0;
	padding: 4px 8px 4px 25px;
	border:0px solid #f00;
	background-image: url(../images/ico_bulletBlue.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

.mainSummaryTitle {
	font-size: 11px;
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}

.mainSummaryDate {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}


.sidebarmenu{
	background-color: #458eb3;
	padding: 0px;
	border: 0px solid #f00;
}

.date {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

.sideSummaryBox{
	background-color: #eeefff;
	margin:0;
	margin-top: 5px;
	padding: 0px;
	border: 0px solid #f00;
}

.sideSummary{
	padding: 4px 8px 4px 25px;
	border:0px solid #f00;
	background-image: url(../images/ico_bulletBlue.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

.sideSummary a:link, 
.sideSummary a:visited{ text-decoration: none; color: #222;}
.sideSummary a:hover		{ text-decoration: underline; color:#FF6600; }
.sideSummary a:active	{ text-decoration: none;  }

.sideSummaryTitle {
	font-size: 10px;
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}

.sideSummaryDate {
	font-size: 10px;
	color: #666;
}

.readmoreText{
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
	border:0px solid #f00;
	color:#0066ff;
	text-decoration: none;
}

.readmoreText:hover{ 
	color:#FF6600;
	text-decoration: underline;  
}

.mainGalleryBox{
	width: 520px;
	
}

.mainGalleryThumb{
	position:relative;
	width:150px;
	height: 160px;
	border:1px dashed #ccc;
	text-align:center;
	margin: 5px;
	padding: 0px;
	float: left;
}

.mainGalleryThumb a:link, 
.mainGalleryThumb a:visited{ text-decoration: none; }
.mainGalleryThumb a:hover		{ text-decoration: underline; color:#FF6600; }
.mainGalleryThumb a:active	{ text-decoration: none;  }

.mainGalleryThumbTitle {
	font-size: 1em;
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}

.mainGalleryThumbDate {
	font-size: 9px;
	color: #AAA;
}

.profile {
}

.profile .title { font-size: 13px; font-weight: bold }
.profile .title2 { color:#06F; font-weight: bold }
.profile .title3 { color:#666; font-weight: bold }
.profile .caption {
	font-size: 10px;
	color:#666;
}

.form01 {
}

.form01 .inputText{
	width: 350px;
	border: 1px solid #ccc;
}

.form01 textarea{
	width: 350px;
	border: 1px solid #ccc;
	overflow: auto;
}

.error{
	color: #f00;
}

.galleryBox{
	position: relative;
	float: left;
	width: auto;
	margin: 5px 5px;
	border: 3px solid #ddc;
}

.language_panel{
	font-size: 10px;
	text-align:right; 
	background:url(../images/img_14.gif) repeat-x;
	color: #333;
}

.language_panel a{
	color: blue;
}

