@import url(gallery.css);

html, body{
	height:100%;
	margin:0px; padding:0px;
}

body{
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}

img{
	border:none;
}

h1,h2{
	text-align:center;
}

p{
    margin: 0; padding: 0;
}
p:first-letter {
	padding-left:20px;
}

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

/*======================= RIGHT SIDE =======================*/

#newsList .newsBody .newsTitle{
	color:#556B95;
	border-bottom:1px solid #FFF;
	font-weight:bold;
	font-size:16px;
	margin:auto;
	text-align:center;
	width:85%;
}

#newsList .newsBody .newsContent:first-letter {
	padding-left:20px;
}

#newsList .newsBody .newsContent {
	padding:5px;
}

#newsList .newsBody .newsMore{
	font-size:13px;
	margin:0px 10px 20px 0px;
	text-align:right;
}

#newsList .newsBody .newsMore a{
	color:#6989AF;
	text-decoration:underline;
}

#newsList .newsBody .newsMore a:hover{
	color:#FFF;
	text-decoration:none;
}

/*===============================================================*/

#newsContent .title{
	color:#516397;
	text-align:center;
}

/*~~~~~~~~~~~~~~~~~~~ MENU ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainMenu{
	background-color:#7A9FF2;
	border:1px solid #FFF;
	width:220px;
	margin:20px 0px; padding:30px 0px;
	position:relative;
}

#mainMenu .toprightcorner{
	position:absolute; right:-1px; top:-1px;
	background:url(../img/mmenutopright.gif) no-repeat top right;
	height:30px; width:100%;
}

#mainMenu .bottomrightcorner{
	position:absolute; right:-1px; bottom:-2px;
	background:url(../img/mmenubottomright.gif) no-repeat bottom right;
	height:30px; width:100%;
}

#mainMenu ul{
	margin:0px; padding:0px;
}

#mainMenu ul li ul{
	padding-left:20px;
}

#mainMenu ul li{
	list-style-image:url(../img/itemmarker.gif);
	list-style-position:inside;
	border-bottom:1px solid #FFF;
}

#mainMenu ul li ul li{
	border:none;
}

#mainMenu a{
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*----------------------------------------------------------*/

#bodyContainer{
	position:relative;
	background:url(../img/background.gif);
	border:1px solid #003399;
	margin:0px auto;
	width:1005px;
}

.header{
	text-align:left;
}

/*======================= LEFT SIDE =======================*/
#leftBox{
	background:#D0D9EC url(../img/lmbottomright.gif) no-repeat scroll bottom right;
	float:left;
	text-align:left;
	margin:0px; padding-bottom:30px;
	width: 226px;
}

#leftBox .searchBox{
	background:#A1B4DE url(../img/searchbottomright.gif) no-repeat scroll bottom right;
	padding-bottom:30px;
	width:220px;
}

#content{
	background:url(../img/cntback.gif) no-repeat;
	overflow-x:hidden;
	float:left;
	margin:0px 0px 20px 20px;
	text-align:left;
	width: 550px; min-height:460px;
}
* html #content{
	height:460px;
}

#rightBox{
	background:#D0D9EC url(../img/rmenubottomleft.gif) no-repeat bottom left;
	border:none;
	float:right;	
	overflow-x:hidden;
	margin:0px;  padding-bottom:30px;
	text-align:left;
	width:185px;
}

#rightBox .info{
	border-top:1px solid #454F87;
	margin:20px auto 10px auto; padding:10px;
	text-align:center;
	width:70%;
}

#footer{
	background:url(../img/footer.gif) no-repeat center center;
	color:#FFF;
	font-size:12px;
	height:71px; width:100%;
	margin:-17px 0px 0px 0px;
	position:relative;
	text-align:center;
	z-index:999;
}
#footer .menu{
	margin:0px auto; padding:10px 10px 10px 45px;
	text-align:center;
	width:800px;
	color:#FFF;
}
#footer .menu a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footer .info{
	margin:10px 0px 2px 0px;
	text-align:center;
}
#footer .design{
	text-align:center;
	color:#CCCCCC;
}
#footer .design a{
	color:#CCCCCC;
}
#footer .design a:hover{
	color:#FFF;
}


#rndphoto{
	border:1px solid #000066;
	padding:2px;
	margin:auto;
	text-align:center;
	width:214px;
}
#rndphoto img{
	width:100%;
}
/*================ SEARCH RESULTS ==================== */
#searchResults{
	margin:20px;
	text-align:center;
}
#searchResults .title{
	margin:20px;
}

#searchResults .resultBlock{
	text-align:left;
}

#searchResults .resultBlock .title{
	margin:5px;
	text-align:left;
}
#searchResults .resultBlock .content{
	margin-bottom:20px;
}
/*__________________________ COMMON _______________________*/

.noborder{
	border:none;
}

.highlight{
	background:#97BED9;
}

.error{
	color:#FF0000;
	font-weight:bold;
	padding-left:10px;
}
