/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bluebk.jpg);
	background-repeat: repeat-x;
	background-color: #2d8ff1;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	font-size: 14pt;
	color: #5EBCF2;
	border-left-style: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: lowercase;
	margin: 0;
	padding: 5px 0 5px 15px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #98b835;
	margin: 0;
	padding: 0;
}
a:link {
	color: #186ACD;
	text-decoration: none;
}
a:visited {
	color: #186ACD;
	text-decoration: none;
}
a:hover {
	color: #B3D83D;
	text-decoration: none;
}
a:active {
	color: #B3D83D;
	text-decoration: none;
}
#idContainer {
	width: 700px;
	margin: 0 auto;
}
#idHeader {
	width: 692px;
	height: 118px;
	margin: 55px 0 10px 0;
	background: transparent url(images/avrcc.jpg) 0 0 no-repeat;
}
#idMainLeft {
	width: 230px;
	float: left;
}
#idPhoto {
	width: 225px;
	height: 106px;
}
#idDirections {
	width: 225px;
}
#idDirectionsTop {
	width: 225px;
	height: 35px;
	background-image: url(images/admin_directions.jpg);
	background-repeat: no-repeat;
}
#idDirectionsMiddle {
	width: 225px;
	background-color: #fff;
}
#idDirectionsMiddle p {
	margin: 0;
	padding: 20px 15px 0 15px;
}
#idDirectionsMiddle img {
	margin: 0;
	padding: 0;
}
#idDirectionsBottom {
	width: 225px;
	height: 39px;
	background-image: url(images/lft_bottom.jpg);
	background-repeat: no-repeat;
}
#idMainRight {
	float: left;
	width: 462px;
}
#idContentTop {
	width: 462px;
	height: 44px;
	background-image: url(images/administration.jpg);
	background-repeat: no-repeat;
}
#idContentTop2 {
	width: 462px;
	height: 44px;
	background-image: url(images/manager_administration.jpg);
	background-repeat: no-repeat;
}
#idContentTop3 {
	width: 462px;
	height: 44px;
	background-image: url(images/staff_title.jpg);
	background-repeat: no-repeat;
}
#idContentMiddle {
	width: 462px;
	background-color: #fff;
}
#idContentMiddle p {
	margin: 0;
	padding: 5px 15px 10px 15px;
}
#idContentMiddle img {
	margin: 0;
	padding: 10px 0 10px 15px;
}
#idContentMiddle form {
	margin: 0;
	padding: 10px 0 0 15px;
}
#idContentMiddle hr {
	margin: 0;
	padding: 0 0 0 15px;
}
#idContentBottom {
	width: 462px;
	height: 6px;
	background-image: url(images/rt_base.jpg);
	background-repeat: no-repeat;
}
#idBottom {
	clear: both;
	width: 692px;
}

