@charset "utf-8";
/* CSS Document */

#mock {
	text-align: center;
	height: 1%;
	width: 100%;
}
body {
	background-color: #828AA2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#container {
	height: 1%;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-color: #414931;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: 7px 25px;
	border: 1px solid #F1F3F0;
	height: 122px;
	width: 100%;
	text-align: right;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#footer p {
	font-size: 80%;
	text-align: center;
	color: #F1F3F0;
	margin: 0px;
	padding: 0px;
}
#practice {
	background-image: url(../images/bkg_practice.gif);
	font-size: 85%;
	width: 98%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#practice ul {
	margin: 0px;
	padding: 0px;
}
#practice ul li {
	list-style-type: none;
	background-image: url(../images/blt_purple_tri.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 0px;
}
#practice ul li a {
	color: #414a31;
	text-decoration: none;
}
#practice ul li a:hover {
	text-decoration: underline;
}
#practice p {
	background-image: url(../images/bkg_prac_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 105%;
	font-weight: bold;
	color: #424857;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#nav {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 26px;
	padding-bottom: 0px;
	background-image: url(../images/nav_bkg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #F1F3F0;
}
#nav ul {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F3F0;
	padding-right: 10px;
	padding-left: 10px;
}
#nav ul li a {
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #ECEDEB;
}
#nav ul li a:hover {
	color: #666666;
}



#content {
	background-color: #F9FAF8;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #414931;
	padding-bottom: 12px;
	padding-top: 7px;
	width: 100%;
	margin-left: 1px;
}
#leftcol {
	width: 200px;
	float: left;
	padding-right: 0px;
	padding-left: 7px;
}
#body {
	margin-left: 215px;
	margin-right: 210px;
}
#body h1 {
	color: #424857;
	font-size: 140%;
}
#body h2 {
	font-size: 120%;
}


#rightcol {
	width: 200px;
	float: right;

}
#news
 {
	background-color: #CCCCCC;
	font-size: 85%;
	width: 98%;
}
#news ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#news ul li {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #606A48;
	margin-bottom: 9px;
	padding-bottom: 10px;
}
#news ul li a {
	text-decoration: none;
	color: #414a31;
}
#news ul li a:hover {
	text-decoration: underline;
}
#news p {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bkg_news_header.jpg);
	background-repeat: repeat-x;
	height: 35px;
	margin: 0px;
	padding: 5px;
}
#articles {
	font-size: 85%;
}
#articles ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#articles ul li {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#articles ul li a {
	text-decoration: none;
	color: #0000FF;
}
#articles ul li a:hover {
	text-decoration: underline;
}
#articles p {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	height: 35px;
	margin: 0px;
	padding: 5px;
}
#nav ul li.nav_last {
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
