	BODY {
		margin:0;
		background-color:#99aada;
		background-image:url(images/back.jpg);
		background-repeat:repeat-x;
		font-family:verdana, arial, sans-serif;
		font-size:.9em;
	}
	IMG {
		border:0;
	}
	#container {
		width:903px;
		margin-top:12px;
		margin-right:auto;
		margin-left:auto;
	}
	#header {
		width:900px;
		height:95px;
		background-image:url(images/logo.jpg);
		background-repeat:no-repeat;
	}
	#main {
		margin:0;
		padding:0;
		display:inline;
	}
	#yellow {
		width:8px;
		height:194px;
		background-color:#fff600;
		float:left;
	}
	#nav {
		padding:0;
		margin:0;
		width:166px;
		height:194px;
		background-color:#445480;
		float:left;
		display:block;
	}
	#pic {
		width:727px;
		height:194px;
		float:left;
	}
	#mcontent {
		width:900px;
		height:314px;
		display:inline;
	}
	#content {
		width:432px;
		float:left;
	}
	#phone {
		width:432px;
		height:36px;
		background-image:url(images/phone.gif);
	}
	#text {
		width:422px;
		height:268px;
		padding:5px;
	}
	#right {
		width:460px;
		height:311px;
		padding-top:3px;
		padding-left:5px;
		background-image:url(images/case-back.jpg);
		background-repeat:no-repeat;
		float:left;
		font-size:.8em;
	}
	#bottom {
		width:900px;
		height:183px;
		display:inline;	
	}
	#news {
		width:274px;
		height:163px;
		padding:10px;
		margin-right:8px;
		background-color:#b5c1e2;
		float:left;
	}
	#areas {
		width:577px;
		height:163px;
		padding:10px;
		background-image:url(images/area-back.jpg);
		overflow:auto;
		float:left;
	}
	#bar {
		width:900px;
		height:8px;
		margin-top:10px;
		background-image:url(images/footyellow.gif);
		background-repeat:no-repeat;
	}
	#copy {
		width:900px;
		height:100px;
		font-size:.7em;
		margin-left:5px;
	}
	#header-int {
		width:900px;
		height:95px;
		background-image:url(images/logo-int.jpg);
		background-repeat:no-repeat;
	}
	
	#phone-int {
		width:900px;
		height:28px;
		background-image:url(images/phone-int.gif);
		background-repeat:no-repeat;
	}
	#sub {
		width:193px;
		height:400px;
		padding:5px;
		background-color:#445480;
		background-image:url(images/sub-back.jpg);
		background-repeat:repeat-x;
		float:left;
	}
	#sub a{
		color:#fffdc2;
		font-size:.8em;
		line-height:16px;
		padding-left:10px;
	}
	#text-int {
		width:625px;
		padding:10px;
		float:left;
	}
	#icontent {
		width:900px;
		background-image:url(images/txt-back.gif);
		background-repeat:repeat-y;
	}
	#content-int {
		
	}
	A {
		color:#fffdc2;
		text-decoration:none;
	}
	A:hover {
		text-decoration:underline;
	}
	
	.practice {
		width:160px;
		padding-right:30px;
		float:left;
		font-size:.9em;
	}
	.art-ttl {
		font-weight:bold;
	}
	.art-date {
		font-style:italic;
		font-size:.9em;
	}
label {
	width: 100px;
	font-size: .8em;
	color: #000000;
	clear: both;
	float: left;	
	padding-left:20px;
}

input {
	font-size: .8em;
	float: left;
}

form br {
	clear:both;
}

.readmore {
	font-size:.75em;
}

.required{
	background-image: url(images/asterisk.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 16px;
}