/*-----------------------------------------------------------
Basic Style Sheet
author: T. Stevenson
website: http://www.cgauxa.org/
date: 10/01/06
-------------------------------------------------------------*/

/* Primary layout divisions */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#holder {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
	border: 1px solid #000000;
}
#header {
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid #CC0000;
}
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px;
	background-color: #FFFFFF;
}
#content {
	margin: 0 0 0 165px;
	padding: 15px;
	border-left: 1px solid #000000;
}
#footer {
	padding: 5px;
	border-top: 1px solid #000000;
	font-size: 80%;
	color: #999999;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/* Primary Nav and Links*/
#nav a:link { 
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
}
#nav a:visited { 
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #FF0000;
	text-decoration: underline;
}

/* Default links */


/* Typography */
p {
	font-size: 80%;
}
#content p {
	line-height: 130%;
}
#content h1 {
	font-size : 130%;
}
#content h2 {
	font-size : 100%;
}
#content h3 {
font-size : 80%;
}
a:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: underline;
}
.callout {
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 10px;
}

/* Sidebar nav and links */


/* Lists */


/* Misc Elements */
img{
border: none;
}
.leftimage{
float: left;
}
.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
width: 150px;
}
.clearit{
clear: both;
}
caption {
	font: italic 70% Arial, Helvetica, sans-serif;
	color: #000000;
}
table {
	padding: 0;
	border-collapse:collapse;
	border: 1px solid #000000;
}
tr, th, td {
	font-size: 90%;
	padding: .5em 0.2em;
}

col {
	/*border-right: solid #000000 1px;*/
}
ul {
	margin: 0;
	padding: 0;
	font: 90% Arial, Helvetica, sans-serif;
	list-style-type: none;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font: 90% Arial, Helvetica, sans-serif;
	padding-left: 30px;
	background: url(images/arrowhead.gif) no-repeat 0 top;
}
