/*
www.princetoncycling.com/princetoncycling.css

Read the comments -- if you don't know css, they'll help
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: .8em;*/
	background-color: #606060;
	padding: 1%;
}


/* these must be in this order! */
a:link {  color: #ff6600 }
a:visited {  color: #ff6600 }
a:hover {  color: #ff8811 }
a:active {  color: #ff6600 }

#leftnav a {text-decoration: none;}
#leftnav a:link {color: black; }
#leftnav a:visited {color: black; }
#leftnav a:hover {color: white;}
#leftnav a:active { color: black;}

#leftnav a.current {
	text-decoration: none;
	color: white;
}

#leftnav ul {
	margin:0;
	padding:0.5em;
	list-style:none;
	text-align: center;
}

#leftnav li {
	/*display: inline;*/
	line-height: 1.5em;
	margin: 0em 0.5em 0em 0.5em;
	padding-bottom: 0.5em;
	text-indent:0;
}

table, table#main {
	margin: auto;
	border: none;
	border-collapse: separate;
}

table#main {
	border: solid 1px black;
	width: 955px;
	min-height: 800px;
}

td, th {
	vertical-align: top;
	border: none;
}

.bg {
	background-color: #FF7500;
	background-position: center center;
	background-repeat: no-repeat;
}

h1 {
	font-size: large;
	font-weight: bold;
}

h2 {
	font-size: medium;
	font-weight: bold;
}

p.l {
	text-align: left;
}

p.c {
	text-align: center;
}

p.r {
	text-align: right;
}

div {
	margin: 3%;
}

div.l {
	margin: 3% 5% 3% 5%;
	text-align: left;
}

div.c {
	margin: 3%;
	text-align: center;
}

div.c_nm {
	margin: 0;
	padding: 0;
	text-align: center;
}

hr {
	height: 1px;
	background-color: #606060;
	border-style: none;
	width: 150px;
}

img {
	vertical-align: middle;
	border-style: none;
}

img.b {
	vertical-align: middle;
	border: solid 1px black;
}

img.fb {
	float: right;
	vertical-align: middle;
	border: solid 1px black;
}

ul.none {
	list-style-type: none;
	display: inline;
	padding: 0;
}

ul.none li {
	display: block;
	padding-bottom: 3pt;
}

#clearit {
	clear: both;
}

/* id based styles */

#content {
	border-color: black;
	border-style:solid;
	border-width: 1px 0px 0px 1px;
	height: 500px;
	width: 775px;
	background-color: #ffffff;
}

#shield, #mercury, #fuji, #title, #princetoncycling {
	background-color: #ff7500;
	background-repeat: no-repeat;
	background-position: center center;
}


#shield {
	width: 180px;
	height: 180px;
	background-image: url("PrincetonShield.png");
}

#princetoncycling {
	width: 775px;
	height: 80px;
	background-image: url("cyclingtext.png");
}

#mercury {
	height: 100px;
	width: 142px;
	background-image: url("giordana.png");
}

#fuji {
	height: 100px;
	width: 142px;
	background-image: url("cannondale.png");
}

#title {
	margin: 0;
	font-size: 275%;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
}

#leftnav {
	min-height: 620px;
	width: 180px;
	background-color: #ff7500;
	text-align: center;
}

#footerleft {
	background-color: #ff7500;
}

#footerright {
	background-color: #ffffff;
	border-color: black;
	border-style:solid;
	border-width: 0px 0px 0px 1px;
}

#homegraphic {
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}
