/* Victoria Soccer Club CSS Document */

.nav {
	position: absolute;
	background:  url('../css/images/leftSlice.gif') no-repeat;
	left: 0;
	top: 0;
	height: 600px;
	width: 212px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	padding: 160px 0 0 15px;
}

.nav a:link, .nav a:visited {
	font-size: 12px;
	color: #ffff00;
	text-decoration: none;
	line-height: 32px;
}

.nav a:hover {
	color: #ffff00;
	text-decoration: underline;
}

a:link, a:visited {
	font-weight: bold;
	color: #848400;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #004200;
	text-decoration: none;
	
}

.topbar {
	position: absolute;
	background:  url('../css/images/topBG.png') repeat-x;
	height: 74px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.logo {
	position: absolute;
	background:  url('../css/images/topSlice.png') repeat-x;
	height: 74px;
	width: 588px;
	left: 0;
	top: 0;
	z-index: 2;
}

.newLogo {
	position: absolute;
	background:  url('../css/images/topSlice.png') repeat-x;
	height: 74px;
	width: 588px;
	left: 212px;
	top: 0;
	z-index: 2;
}

.content {
	position: absolute;
	left: 221px;
	top: 81px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #CECE8C;
	/*background-color: #CCCC99;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table {
	width: 500px;
	border: 0;
	cell-spacing: 0;
	cell-padding: 0;
}

.copyright {
	left: 220px;
	bottom: 100px;
	width: 300px;
	font-size: 16px;
	color: #804040;	
}

.caption {
	border:solid;
	padding:1.0pt 4.0pt 1.0pt 4.0pt;
	color: #004400;
	text-align:center;
}

