/* Triangle Yale Club CSS
Chris Paul <chrispaul@aya.yale.edu>
1 Jan 2007 (yale blue #0e4c92)
--------------------------------------------------------------- */

body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: medium;
    font-color: "#000000"
	line-height: 1.5em;
	background-image: url(http://triangleyaleclub.org/pinstripe.gif);
	padding: 0;
	margin: 0 auto;     
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
 
	 

a:link {
	text-decoration: none;
	color: #002eb8;
	 
}	

a:visited {
	text-decoration: none;
	color: #002eb8;
     
}	

a:hover, a:active {
	 
}	

a:hover	{
    color: #FC0E0A;
    border-bottom: 1px solid #FC0E0A;
	}

h1 {
	font-family: "Century Schoolbook", "Baskerville Old Face", "Times New Roman", serif;
	font-size: 160%;
    font-weight: 300;
	color: #103a72;
    line-height: .8cm;
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #020256;
    line-height: .5cm;
}

h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font color: #020256;
}

li {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4em;	
}

form {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: medium;
	line-height: 1.4em;
}

 

#wrapper {
    background-image: url(http://triangleyaleclub.org/pinstripeVeryLite.gif);
	width: 800px;
	margin: auto;    
}

#masthead {
	width: 800px;
}

#navigation {
	position: relative;
	float: left;
	width: 112px;
	padding: 0 5px 0 10px;
    background-color: #c2def6;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
  
   
  

}

#navigation p {
	text-align: left;
	width: 112px;
	line-height: 1em;
	font-size: 10px;
 
}
 


#content p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
    font-color: black;
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}
    

#leftCol  {
    Position: relative;
    background-color: #ffffff;
	float: left;
	width: 488px;
	padding: 10px;
 
}

#leftCol p {
	text-align: left;
	width: 406px;
	line-height: 130%;
	font-size: 12px;
}

#rightCol {
    background-image: url(http://triangleyaleclub.org/pinstripeVeryLite.gif);
	float: left;
	width: 160px;
	padding: 0px 0px 0px 0px;
    border: 1px solid;
   
   
    
    
}

#rightCol p {
	text-align: left;
	width: 145px;
	line-height: 120%;
	font-size: 11px;
}

#inlineArtRight {
	width: 150px;
	float: right;
}

#inlineTextLeft {
	width: 360px;
	float: left;
}

#inlineArtLeft {
	width: 100px;
	float: left;
}

#inlineTextRight {
	width: 402px;
	float: right;
}

.separator {
	height: 1px;
	background-color: #103a72;
	clear: both;
}

.separatorInvisible {
	height: 0;
	clear: both;
}

.rightborder { 
border-right: 1px solid #000000; 
}

.leftborder { 
border-left: 1px solid #000000;
} 

.bottomborder {
border-bottom: 1px solid #000000;
 }