/* CSS Document */

body {
	margin: 0px 0px 1px 0px;
	background-color:#1A253F;
	background-image:url(../img/background_vert.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 100%;
}

.allfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	text-decoration: none;
	line-height: 18px;
}

.allfont a:link, .allfont a:active, .allfont a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3366CC;
	text-decoration: none;
	line-height: 18px;
}

.allfont a:hover, .allfont a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6600;
	text-decoration: none;
	line-height: 18px;
}

#holder {
	width: 768px;
	margin:0 auto 0 auto;
	background-image: url(../img/background_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	}
	
.nav a:link, .nav a:visited, .nav a:active {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.nav a:hover, .nav a:focus {
	color:#FF9900;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.headerfont1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}

#topnav {
	float: left;
	width: 738px;
	padding: 16px 15px 0px 15px;
	height: 21px;
	background-image:url(../img/navigation.png);
	text-align: center;
	}

#top {
	float: left;
	width: 768px;
	}
	
	
#bodyarea {
	float: left;
	width: 698px;
	padding: 0px 35px 0px 35px;
	}
	
#leftcolumn {
	float: left;
	width: 240px;
	padding: 0px 15px 10px 15px;
	background-color: none;
	}
#leftcolumnsub {
	float: left;
	width: 240px;
	padding: 0px 0px 10px 12px;
	}	
	
#rightcolumn {
	float: right;
	width: 417px;
	padding: 0px 0px 10px 10px;
	border-left: 1px dotted #333;
	}
	
#rightcolumnsub {
	float: right;
	width: 689px;
	padding: 0px 0px 10px 10px;
	}
	
#gallerycolumn {
	float: left;
	width: 689px;
	padding: 0px 5px 5px 5px;
	margin-bottom: 30px;
	}	

	
#centercolumn {
	float: left;
	width: 678px;
	border-top: 1px dotted #333;
	margin: 0px 35px 140px 35px;
	background-color: #FCF8FF;
	padding: 10px;
	}
	
#centercolumntrans {
	float: left;
	width: 676px;
	margin: 0px 35px 130px 35px;
	padding: 10px;
	border: 1px dotted #333;
	background-color: #DCDEE6;
	}
	
#centercolumnholder {
	float: left;
	width: 678px;
	margin: 0px 35px 210px 35px;
	padding: 10px;
	border-top: 1px dotted #333;
	}
	
#centercolumnagain {
	float: left;
	width: 678px;
	margin: 0px 35px 90px 35px;
	padding: 10px;
	border-top: 1px dotted #333;
	}
	
.blogcolumnstyle {
	float: left;
	width: 240px;
	padding: 5px 0px;
	border-bottom: 1px dotted #333;
}

#insertimageRight {
	border: 1px dotted #333;
	padding: 2px;
	width: 150px;
	margin: 0px 0px 12px 12px;
	float: right;
	background-color: #fff;
}

#insertimageRightLarge {
	border: 1px dotted #333;
	padding: 2px;
	width: 250px;
	margin: 0px 0px 12px 12px;
	float: right;
	background-color: #fff;
}

#insertimageRightLargeTrans {
	border: 1px dotted #333;
	padding: 2px;
	width: 675px;
	float: left;
	background-color: none;
}

#insertimageLeft {
	border: 1px dotted #333;
	padding: 2px;
	width: 150px;
	margin: 0px 12px 12px 0px;
	float: left;
	background-color: #fff;
}

.gallerythumb {
	width: 100px;
	height: 75px;
	padding: 5px 0px 2px 0px;
	margin: 7px;
	float: left;
	text-align: center;
}

.basebg {
	width: 768px;
	height: 243px;
	background-image: url(../img/background_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 100%;
}
	
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
