/*** Global Settings ****/
body {
	color : #333333;
	margin : 0;
	padding : 0;
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p {
	margin : 0;
	padding : 0;
	line-height: 150%;
}
a:visited, a:link {
	text-decoration : underline;
	background:none;
	color: #664601;
}
a:hover {
	background:none;
	color: #666666;
}
h1 {
	color : #500000;
	margin: 0px 0px 10px 0px;
	padding-bottom : 10px;
	border-bottom : 1px solid #efece7;
	font-family: Georgia, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color : #500000;
	margin : 20px 0 10px;
	font : normal large Georgia, serif;
}
h3 {
	color : #500000;
	margin : 10px 0;
	padding-bottom : 10px;
	font : bold small Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #efece7;
}
ul {
	padding:0px 0 0 15px;
	margin:0;
}
li {
	margin-left:25px;
	margin-bottom:10px;
	list-style-position: outside;
	list-style-type: square;
}
.box {
	background : #f7f7f7;
	border : 1px solid #f0e9eb;
	padding : 15px;
	margin-top: 20px;
}
.highlight {
	background : #e9f0f6;
	border : 1px solid #cde3f6;
	padding : 15px;
	margin-top: 20px;
}

/***Navigation***/
#navcontainer ul
{
padding-left: 25px;
margin-left: 0x;
background-color: #500000;
color: White;
float: left;
width: 825px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #500000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #000000;
color: #fff;
}

/*** Layout ****/
#wrapper {
	margin : 10px auto;
	width : 850px;
	border-left : 1px solid #500000;
	border-right : 1px solid #500000;
	border-top : 1px solid #500000;
	border-bottom : 1px solid #500000;
	background-color: #FFFFFF;
}
#header {margin : 0;}
#bg {height : 36px;background : url(file:///Macintosh%20HD/Users/kjohnson/Sites/TALAC/images/bg.gif) repeat-x;}
#main-content {margin : 0;}
#logo {
	margin-bottom : 50px;
	margin-top: 10px;
}
#left-column {
	width : 500px;
	padding : 0 30px 30px;
	float : left;

}
#right-column {
	width : 270px;
	float : left;
}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {
	background : #f7f7f7;
	border-top : 1px solid #f0e9eb;
	clear : both;
	font-size: x-small;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(file:///Macintosh%20HD/Users/kjohnson/Sites/TALAC/images/shadow.jpg) no-repeat top;}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #0F4A60;
	font-size: 12px;
}
#wrapper #main-content #left-column .box ul li strong {
	color: #000;
}

