/* CSS Document */

.footer {	font-size: x-small;
			text-align:center;
		}
		
body {	background-image: url(../images/bg3.gif);
		background-repeat: repeat-y;
		color:#FFFFFF;
		background-color:#000033;
		margin:10px;
		margin-left:50px;
	}
	
table.layout {	/*padding-left:50px;
				padding-right:50px;*/
			}

td.content {	padding-left:35px;
				padding-right:35px;
				}

td.amco {text-align:center;
		vertical-align:middle; }

td.amco a:link,a:hover,a:visited,a:active
		 {	color:#2AA258; }

.title { color:#cc0033; }
.subtitle { color:#ffff66; }
.subtitle a:link,a:visited,a:active { color:#808099;
									background-color:#000033;
									text-decoration:none;
									}		
.subtitle a:hover { color:#FFFF66;
				background-color:#000033;
				text-decoration:underline;
				}

ol, ul { list-style-image: url(../images/notes.gif); }
/*table.events td { border-bottom-style:dotted;
					border-bottom-color:#FFFFFF;
					border-bottom-width:thin; }*/
table.events td { border-style:dotted;
					border-color:#FFFFFF;
					border-width:thin; }
					
table.nav { border-color:#808099;
			border-style:solid;
			border-width:thin;
			background-color:#000033;
			}					
table.nav td { color:#808099;
			background-color:#000033;
			font-weight:bold;
			text-decoration:none;
			font-size:20px;
			}
.nav td a:link,a:visited,a:active { color:#808099;
									background-color:#000033;
									text-decoration:none;
									}		
.nav td a:hover { color:#FFFF66;
				background-color:#000033;
				text-decoration:underline;
				}
.gallery	{ font-size:small;}
.gallery th	{	font-size:large;
				text-align:left;
				border-top:thin solid #FFFFFF;
			}
.gallery img {width:100px; height:100px; border:0px}

.gallery2	{ font-size:small;}
.gallery2 th	{	font-size:large;
				text-align:left;
				border-top:thin solid #FFFFFF;
			}
.gallery2 img {width:150px; height:150px; border:0px}
/*.gallery tr	{vertical-align:top;	}*/
/* EOF */