 BODY {
	font-size: 10pt;
	background-color: #EEE;
	text-align: center;
	background-image: url(../images/bg/bg3.png);
	}
 BODY, TD {
	font-family: georgia;
	color: #444;
	}
 IMG {
	border-width: 0px;
	border-style: none;
	}
/* form table tbody td input, form table tbody td select, form table tbody td textarea {
	background-color: #EEE;
	border: 1px solid #888;
	font-size: 8pt;
	font-family: "ms sans serif", "sans serif", serif;
	}
*/
#container {
	margin: 20px auto;
	width: 950px;
	bottom: 20px;
	border-width: 2px;
	border-color: #666;
	border-style: outset;
	background-color: #FFE;
	text-align: left;
	}
#header {
	border-bottom: 2px solid #666;
	height: 50px;
	}
#header H1 {
	float: left;
	margin: 10px 0px 0px 0px;
	height: 40px;
	}
#languageLinks {
	float: right;
	padding: 0px 10px 0px 0px;
	height: 20px;
	margin-top: 30px;
	}
#languageLinks LI {
	width: 30px;
	height: 20px;
	display: inline;
	padding: 0px;
	margin: 0xp 5px;
	}
#footer {
	height: 20px;
	border-top: 2px solid #666;
	}
#copyright {
	float: left;
	padding: 2px 5px;
	}
#hosting {
	float: right;
	padding: 2px 5px;
	}
H2#menuTitle {
	left: 25px;
	margin-top: 50px;
	}
H2#con	 {
	left: 205px;
	}
H2#menuTitle, H2#contentTitle {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	padding: 3px 0px 3px 10px;
	}
#menuPane {
	float: left;
	margin-left: 20px;
	width: 150px;
	}
#menu {
	height: 115px;
	border-width: 1px;
	border-style: outset;
	background-color: #EEC;
	}
#menu UL, #menuPane UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
#menu UL LI {
	margin: 2px 0px 2px 5px;
	padding: 0px;
	padding-left: 5px;
v	}
#menu UL LI a:hover {
	margin-left: 5px;
	}

#contentPane {
	margin-top: 20px;
	margin-left: 200px;
	width: 710px;
	min-height: 400px;
	}
#contentPane H2 {
	height: 20px;
	margin: 10px 0px 0px;
	}
.stdBox {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	background-color: #FFF;
	padding: 4px;
	}
#insertForm {
	border-collapse: collapse;
	width: 650px;
	}
#insertForm THEAD TD {
	font-weight: bold;
	font-size: 11pt;
	}
#insertForm TBODY TD {
	font-size: 10pt;
	padding: 2px 3px;
	margin: 0px;
	}

#contactImage {
	position: relative;
	margin-bottom: -4px;
	}

.errorBox {
	color: red;
	font-weight: bold;
	}
.small {
	font-size: 8pt;
	}

.adminTable {
	border-collapse: collapse;
	border: 1px solid #CCC;
	}
.adminTable TR.head {
	background-color: #EDB;
	}
.adminTable TD {
	padding: 1px 5px 1px 2px;
	margin: 0px;
	font-size: 10pt;
	}
.adminTable TR.head TD {
	padding-left: 20px;
	font-size: 14pt;
	}



/* list */
#charList {
	margin: 5px 10px 15px;
	padding: 0px;
	}
#charList LI {
	float: left;
	margin: 0px 4px 15px;
	list-style: none;
	}
.gridTable {
	border-collapse: collapse;
	background-color: #EED;
	}
.gridTable TD {
	padding: 1px 5px 1px 2px;
	margin: 0px;
	border: 1px solid #AAA;
	vertical-align: top;
	font-size: 10pt;
	}
.gridTable TD.small {
	font-size: 8pt;
	}
.gridTable THEAD TD {
	text-align: center;
	font-weight: bold;
	}
.gridTable TBODY TD {
	text-align: left;
	font-weight: normal;
	}

a {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: green;
	text-decoration: underline;
	}


/* registration */
#registerForm TABLE {
	border: 1px solid #333;
	margin: 50px;
	}
#registerForm TABLE THEAD TD {
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
	border-bottom: 1px dashed #666;
	}
#registerForm TABLE TFOOT TD {
	border-top: 1px dashed #666;
	text-align: right;
	}

#PracticeForm TABLE {
	width: 100%;
	}
#practiceSettingsCol {
	width: 250px;
	padding-left: 20px;
	}

/* help */
#helpMenu {
	margin-bottom: 10px;
	}
#helpMenu UL {
	width: 100%;
	margin: 0px;
	padding: 3px 0px;
	border-bottom: 2px solid #999;
	}
#helpMenu UL LI {
	display: inline;
	padding: 0px 10px;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}
#helpMenu UL LI.active {
	background-color: #EEE;
	}
.replacedVersion {
	border: 1px dashed #AAA;
	background-color: #DDD;
	color: #777;
	padding: 3px 10px;
	margin: 5px;
	}
.replacedVersion A {
	color: orange;
	}
