body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #999999;
	background-image: url(../App_Themes/tacp/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color: #000;
}


a:hover {
	text-decoration: none;
}

#site-container {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../App_Themes/tacp/images/site-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
	background-color: #597fa4;
	background-image: url(../App_Themes/tacp/images/header.jpg);
}

#header h1 {
	margin: 0px;
}

#header h1 a {
	text-indent: -999px;
	display: block;
	height: 140px;
	width: 140px;
	margin-top: 15px;
	margin-left: 35px;
}

#main {
}

#navigation {
	float: left;
	width: 175px;
	margin: 15px;
}

#navigation ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#navigation ul ul{
	display: none;
}

#navigation ul li{
	background-image: url(../App_Themes/tacp/images/nav-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation ul li a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url(../App_Themes/tacp/images/nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation ul li a:hover{
	color: #ffff00;
}

#navigation dl {
	color: #ffff00;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}

#navigation dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42528c;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content {
	float: right;
	width: 785px;
}

#content h1{
	font-weight: normal;
	font-size: 24px;
}

#content h2{
	font-size: 18px;
	font-weight: normal;
}

#content h3{
	font-size: 16px;
	font-weight: bold;
}

#content .padder {
	background-color: #FFFFFF;
	padding: 30px;
	background-image: url(../App_Themes/tacp/images/content-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#footer {
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	background-image: url(../App_Themes/tacp/images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	clear: both;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.clear {
	clear: both;
}

.left {
	float: left;
	width: 430px;
	margin-right: 30px;
}

.right {	
	float: left;
	width: 200px;
	background-color: #ccc;
}

.right .minutes ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}


#content .right .padder {
	background-color: transparent;
	padding: 15px;
	margin: 0px;
}

hr {
	clear: both;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}