body {
	width: 760px;
/*	background-image: url(../images/bgtexture.gif);*/
background: #DEDEDE;
	margin: 0px auto;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

p,td,li {
	font-size: 90%;
}
	
h1 {
	font-size: 130%;
}

h2 {
	font-size: 115%;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	text-align: left;
	font-weight: normal;
}

hr {
	color: #ffcc00;
	background-color: #ffcc00;
}

.emphasis {
	font-style: italic;
	color: #C60023;
}

.modstyle {
	text-indent: -4.8em; 
	margin-left: 4.8em;
/*	font-size: 90%;*/
}

.hangindent {
	text-indent: -2em; 
	margin: 2em;
}

.hidefromscreen {
	display: none;
}

.logoplacement {
	float: left;
	margin-top: -6px;
	border: none;
}

.rolllayer {
	position: absolute;
	visibility: hidden;
	background-color: White;
	border: thin solid #0066FF;
	padding: 10px;
	width: 480px;
	height: auto;
}


#dvSidebar {
	width: 220px;
	float: right;
	padding: 4px 14px 8px 14px;
	border: thin solid #FFCC00;
	margin: -6px 0 4px 10px;
}

#dvContainer {
	width: 760px;
	/*min-height: 600px;*/
	height: 100%;
/*	background: White url(../images/contentbgrnd.gif) repeat-y;*/
background: white;
	float: left;
	margin: 0;
	border-top: 1px solid #FF6633;
	border-bottom: 1px solid #990099;
	border-left: 1px solid #339933;
	border-right: 1px solid #FFCC00;
}

#dvContent {
	float: left;
	width: 480px;
	background: white;
	padding: 0 20px 0px 20px;
	text-align: left;
}

#dvHeader {
	float: left;
	background: url(../images/header.gif) no-repeat;
	width: 760px;
	height: 136px;
}

#dvLeftsidebar {
	float: left;
	width:178px;
	z-index:1;
	padding: 10px;
}

#dvLeftsidebar h1 {
	background: url(../images/leftcolorstripes.gif) repeat-x;
	padding: 0;
	margin: 0;
}

#dvLeftsidebar h2 {
	background: url(../images/rightcolorstripes.gif) repeat-x;
	padding: 0;
	margin: 0;
}

#dvMenu {
	float: left;
	width: 180px;
/*	height: auto;*/
}

#dvMenu ul {
	display: block;
	list-style: none;
	margin: 10px;
	padding: 0px;
}

#dvMenu li {
/*margin-left: -40px;*/
}

#dvMenu li a {
	background: white url(../images/menubutton.gif) repeat-y;
	display: block;
	height: 28px;
	width: 164px;
	padding: 12px 0px 0px 2px;	
	color: #333333;
	text-align: center;
	text-decoration: none;
}

#dvMenu li a:hover {
	color: Black;
	text-decoration: none;
	background: white url(../images/menuover.gif) no-repeat;
}

#dvMenu li.current a {
	color: black;
	text-decoration: none;
	background: white url(../images/menucurrent.gif) no-repeat;
}

#dvFooter {
	font-size: 80%;
	clear: both;
	padding: 30px;
/*	background: White url(../images/contentbgrnd.gif) repeat-y;*/
	text-align: right;
	bottom: 0px;
}

#tblorder td {
	padding-bottom: 20px;
	vertical-align: top;
}



/* Form styles */
.inputlabel {
	font-weight: bold;
	padding-right: 6px;
	text-align: right;
}

.required {
	color: #FF0000;
	font-weight: bold;
}



