body{
   text-align:center;
   margin:0px;
   background:url(/Images/bgPage.gif);
}

body, table{
   font-family:arial,helvetica,sans-serif;
	font-size:12px;
}

#ParentContainer{
   text-align:left;
   width:780px;
   margin:auto;
   background:url(/Images/bgContent.jpg) top left no-repeat white;
   position:relative;
	border:1px solid black;
}

#LogoCRAM{
	position:absolute;
	top:0px;
	right:0px;
	margin:0px;
}

#ContentSectionContainer{
	background:url(/Images/bgContent02.jpg) bottom right no-repeat transparent;
   margin:0px 0px 0px 0px;
   padding:58px 160px 60px 60px;
	height:1%;
}

#ParentContainer > #ContentSectionContainer{
	height:auto;
}

#SideNavContainer{
	position:absolute;
	top:108px;
	right:8px;
	margin:0px 0px 0px 8px;
   padding:0px 0px 0px 0px;
	background-color:#F5F5F5;
	border:1px solid #0950B1;
	width:134px;
}

#SideNavContainer ul{
   margin:0;
   padding:0;
	padding-left:8px;
   list-style-type:none;
   line-height:18px;
}

#SideNavContainer ul li ul{
	padding-left:14px;
   list-style-type:disc;
}

#NavHeader{
	background:#EEE;
	display:block;
	line-height:20px;
	width:126px;
	padding-left:8px;
	border-bottom:1px solid #0950B1;
	color:#0950B1;
	font-weight:bold;
}

a{
	color:#0950B1;
   text-decoration:none;	
}

a:hover{
	text-decoration:underline;
}

a.Nav{
   font-weight:bold;
}

h1{
	font-size:20px;
	font-weight:bold;
	margin:0px;
}

h2{
	font-size:16px;
	font-weight:bold;
	margin:0px;
}

.p1{
	margin-top:4px;
}

#Footer{
   text-align:center;
   font-size:10px;
   margin:0px;
   padding:8px 8px 8px 8px;
}

#Footer a{
   text-decoration:none;
   color:black;
}

#Footer a:hover{
   text-decoration:underline;
}

div.GalleryContainer{
	width:560px;
}

div.GalleryThumb{
	float:left;
	text-align:center;
	margin:0px 8px 8px 0px;
	padding:8px;
	border:1px solid #0950B1;
	background-color:#E5E5E5;
	width:150px;
}

div.GalleryThumb img{
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}