body {
	font: 100% "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 20px 0px 10px 0px;
	background-color: #2d2d2d;
	background-image: url(../images/bgdMain.gif);
	margin: auto;
	width: 362px;
	height: 100%;
	color: #2d2d2d;
}

img {
	border: 0px;
	display: block;
}

a {
	color: #FF0000;
}

a:hover {
	color: #900000;
}

#header {
	margin: auto;
}

#flash {
	margin: auto;
}

#contentTop {
	height: 28px;
	width: 362px;
	margin: auto;
	background-image: url(../images/bgdContentTop.gif);
	background-repeat: no-repeat;
}

#content {
	width: 322px;
	margin: auto;
	padding: 5px 20px 10px 20px;
	background-image: url(../images/bgdContent.gif);
	background-repeat: repeat-y;
	
}

#content p{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	
}

#contentDivide {
	height: 41px;
	width: 362px;
	margin: auto;
	background-image: url(../images/bgdContentDivide.gif);
	background-repeat: no-repeat;
}

#contentBottom {
	height: 28px;
	width: 362px;
	margin: auto;
	background-image: url(../images/bgdContentBottom.gif);
	background-repeat: no-repeat;
}

h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #2d2d2d;
}

h2 {
	font-size: 15px;
	color: #2d2d2d;
}

.formItem {
	margin: auto;
	margin-bottom: 10px;
}
.formItem label {
	display: block;
	width: 80px;
	font-weight: bold;
	text-align: right;
	margin: 0px 5px 10px 0px;
	float: left;
	clear: both;
}
.input {
	border: 1px solid #919191;
	background-color: #DDDDDD;
	color: #000000;
}
.btnInput {
	color: #ffffff;
	border: 1px solid #919191;
	background-color: #DDDDDD;
	padding: 1px 6px 1px 6px;	
}

h5 {
	font-size: 14px;
	color: #FFCC00;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

/* CSS for the PLUS / MINUS items */
.trigger{
	cursor:pointer;
}

.trigger img {
	display: inline;
}

.expanded{
	cursor:pointer;

}

.expanded img {
	display: inline;
}

.show{
	position:static;
	display: table;
}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}
/*end css for plus / minus items*/

.clearer {
	clear: both;
}
