/*
-----------------------------------------------
client:   Supporting Roles basic style
created:  23/05/2005
author:   Kurt Krumme
version:  1.0

	Index:
	1. Global												6. Lists
	2. Typography										7. Forms
	3. Structure											8. Links
	4. Nav														9. Misc. Styles
	5. Headings										 10. Notes
----------------------------------------------- */


/* ~Global
----------------------------------------------- */
*	{
	padding:0;
	margin:0;
	border:	0
}
html body	{
	height: 100%;
	margin-top: 40px;
	background :#ffffff; 
}

/* ~Typography
----------------------------------------------- */
html body	{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #333333;
}
p {
	margin: 10px 0px;
}	
#caption p {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 19px;
	font-family: Georgia, Times, serif;
}	
/* ~Structure
----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 800px;
}
#column1 {
	width: 130px; 
	margin: 0 5px; 
	float: left;
}
#column2 {
	width: 400px; 
	margin: 0 15px; 
	float: left;	
}
#column3 {
	width: 190px; 
	margin: 0 5px; 
	float: left;		
}
#main {
	margin-top: 47px;
}
#caption {
	margin: 80px 5px;
}


/* ~Nav
----------------------------------------------- */	
#nav {
	text-align: right;
	font-size: 11px;
	font-family: Verdana, Arial, sans serif;
	list-style: none;
	line-height: 25px;
	
}
	
/* ~Headings
----------------------------------------------- */	
h1 {
	color: #c41200;
	font-size: 16px;
	margin-top: 15px;
	font-weight: normal;
}

/* ~Lists
----------------------------------------------- */	
#main li {
	list-style-position: outside;
  margin-left: 15px;
  margin-bottom: 5px;
}

/* ~Forms
----------------------------------------------- */		

/* ~Links
----------------------------------------------- */	
a	{
	color: #c41200;
	text-decoration: none;
	}
a:link	{
	color: #c41200;
	}
a:visited	{
	color: #c41200;
	text-decoration: none;
	}
a:active	{
	color: #c41200;
	}
a:hover	 {
	text-decoration: underline;
	}


/* Miscellaneous styles
----------------------------------------------- */		
.emphasize {
	color: #c41200;
	font-size: 1.2em;
	}
.emphasizeSmaller {
	color: #c41200;
	font-size: 1em;
	}
.cutline {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 12px;
	color: #c41200;
	}
/* Notes
----------------------------------------------- */		
/* Tiffany Sifton is a weenie */