/************************/
/* Standard HTML Styles */
/************************/
body{
	background-color:#0C246C;
	text-align:center;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin-top:20px;

}

h1{
	font-size:large;
	color:gray;
	text-align:left;
}
.divCenter{
	text-align:center;
}
.txtXSmall{
	font-size:small;
}
/************************/
/* Homepage Styles      */
/************************/
*#mainsitehp{
	margin:0 auto 0 auto;
	width:760px;
	background-image:url('../images/homepageBackground.jpg');
	min-height:544px;
	height:544px;
	
}
*#centralsectionhp{
	text-align:left;
	padding-top:210px;
	height:334px;
	width:100%;
}
*#righthp{
	text-align:center;
}
*#homepageNav{
	padding-right:100px;
	float:right;
	list-style-type:none;
	font-size:small;
	font-weight:bold;
}

*#homepageNav a{
	text-decoration:none;
	color:white;
	width:120px;
	display:block;
}
*#homepageNav a:Hover{
	color:gray;
}




/************************/
/* Structural Styles    */
/************************/
*#mainsite{
	margin:0 auto 0 auto;
	background-color:black;
	width:760px;
	/*height:544px;
	height:1000px;*/
	
}

*#header{
}
*#centralsection{
	min-height:400px;
}
*#left{
	float:left;
	width:140px;
}
*:first-child+html *#left{
	
}
*#standardNav{
	padding-left:15px;
	float:left;
	list-style-type:none;
	font-size:small;
	font-weight:bold;
}
*:first-child+html *#standardNav{
	margin:0px;
}


*#standardNav a{
	text-decoration:none;
	color:#708BCB;
	width:120px;
	display:block;
}
*#standardNav a:Hover{
	color:gray;
}
*#mid{
	margin-left:140px;
	color:white;
	padding:10px;
}
*#mid a img{
	border-color:gray;
}
.picRight{
	float:right;
	padding:15px;
}
.galleryDiv{
	text-align:center;
}
.galleryDiv table{
	padding:15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
*#mid p{
	text-align:left;
	font-size:small;
}
*#mid p a{
	color:#708BCB;
}
*#mid p a:Hover{
	color:gray;
}
*#mid .pIndent{
	padding-left:50px;
}
*#right{
}
*#footer{
 	width:100%;
	padding-left:10px;
	padding-right:10px;
padding-bottom:20px;
	color:gray;
	font-size:small;
	font-weight:bold;
	text-align:center;
}

*#footer *#nav{
}
*#footer *#nav li{
	list-style-type: none;
	display: inline;
	border-right: 1px solid;
}

*#footer *#nav a{
	text-decoration:none;
	color:gray;
	width:120px;
}
*#footer *#nav a:Hover{
	color:white;
}

*#footer *#nav *#devlink{
	font-size:xx-small;
}

/************************/
/* Content Styles       */
/************************/
.gallimagetable{
	vertical-align:top;
}
.gallimagetable td{
		padding:3px;
}
.gallimagetable a img{
		border:none;
}

.thumbslink{
	color:gray;
	font-size:small;
	text-decoration:none;
}
.thumbslink:Hover{
	color:white;
}

.ulFile a{
	color:gray;
	font-size:small;
	text-decoration:none;
}

.ulFile a:Hover{
	color:white;
}
