/* Globals */
body {
	margin: 0px;
	padding: 0px;
	background-color: #515849;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	scrollbar-arrow-color: #d5d9d1;
	scrollbar-base-color: #a0a997;
	scrollbar-dark-shadow-color: #a0a997;
	scrollbar-face-color: #a0a997;
	scrollbar-highlight-color: #d5d9d1;
	scrollbar-shadow-color: #a0a997;
}
/* End */



#container {
	margin-top: 5%;
}



/* The background images */
#t1 {
	background: #a0a997 url(../img/gradient.jpg) repeat-x top left;
}
#t2 {
	background: #a0a997 url(../img/gradient2.jpg) repeat-x top left;
}
#t3 {
	background: #a0a997 url(../img/torso.jpg) no-repeat top left;
}
/* End */



/* The surrounding frame */
#frame {
	border: 2px solid #d5d9d1;
}
/* End */



/* Links */
a {
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
#menuList a:hover {
	text-decoration: none;
	background-color: #a0a997;
	color: black;
}
#menuList a.active {
	text-decoration: none;
	background-color: #d5d9d1;
	color: black;
}
/* End */



#content p {
	text-align: justify;
	font-size: 12px;
	margin: 0 5px 10px 0px;
}
#footer p {
	font-size: 12px;
	margin: 4px 0 0 0;
}
h1 {
	font-size: 40px;
	margin-top: 0;
}
h2 {
	font-size: 20px;
	margin-top: 0;
}
img {
	border: 0;
	margin: 0 5px 0 0;
}
img.imgFloat {
	margin: 0 20px 0 0;
}
#content img {
	float: left;
	border: 2px solid #d5d9d1;
}



/* Menu items style */
#menuList {
	margin: 0 0 4px 0;
	padding: 0;
}
#menuList li {
	display: inline;
	list-style-type: none;
}
#menuList li a {
	padding: 2px 5px 5px 2px;
}
/* End */



/* Link list items style */
#linkList li {
	list-style-type: none;
}
/* End */



/* Content pane */
#content {
	overflow: auto;
	position: relative;
	left: 10px;
	width:	510px;
	height:	370px;
	margin: 0;
	padding: 5px;
}
/* End */



td.textFieldLabel {
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

#footer { text-align: right; }

input { border: 1px; border-color: #d5d9d1; color: White; }

input.textfield { border-style: dashed; background-color: transparent; }

input.button { border-style: solid; background-color: #a0a997; }

textarea { border: 1px; border-style: dashed; border-color: #d5d9d1; background-color: transparent; color: White; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }