@import "newminds.css";
html {
font-size:90%;
/*background-color: #ff9900;
height:100%;*/

}
body {
/*font-family:"Myriad Pro","Lucida Grande",Verdana,Tahoma,Helvetica,Arial,sans-serif;*/
font-family:"Lucida Grande",Verdana,Tahoma,Helvetica,Arial,sans-serif;
font-size:0.8em;
/*font-size-adjust:none;*/
/*font-stretch:normal;*/
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
/*margin: 0px 1em;*/
/*margin-top:0.2em;*/
/*border-top: 1px solid #e78b02;*/
/*background-color: #FFF;*/
padding: 0 1em;
/*height:100%;*/

}
h1 {
font-size:2em;
}
h2 {
font-size:1.6em;
}
h3 {
font-size:1.25em;
}
h4 {
font-size:1.1em;
}
h5, h6 {
font-size:0.84em;
}
table, form, select, input, textarea {
font-family:"Lucida Grande",Verdana,Tahoma,Helvetica,Arial,sans-serif;
font-size:100%;
background-color: #FFF;
}

form td
{
	background-color:#fff;
/*	border: 1px solid #999;*/
}

input[type="submit"]
{ 
	background-color: #0864aa;
	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	border: 1px solid #999;
	padding: 0.25em 0.5em;
	
	border-top: 2px solid #4384b5;
	border-left: 2px solid #4384b5;
	border-right: 2px solid #02355c;
	border-bottom: 2px solid #02355c;
	width:100px;
}

input, textarea 
{
	background-color: #f0f5f9;
/*	border: 1px solid #003359;*/
	border-top: 1px solid #bfd4e2;
	border-left: 1px solid #bfd4e2;
	border-right: 1px solid #dfecf5;
	border-bottom: 1px solid #dfecf5;
/*	border: 1px solid #ccc;*/
	padding: 0.2em;
/*	width:300px;*/
/*	width:100%;*/

}

textarea
{
	width: 87%;
}


a, a:link {
color:#0864aa;
text-decoration:none;
}
a:visited {
color:#0864aa;
}
a:focus, a:hover {
color:#e08701;
}
a:active {
color:#000000;
}

#content dt {
	font-weight: bold;
	margin-top: 1em;
}

#content dd {
	padding-left: 1em;
}

li
{
/*	line-height: 1em;*/
	line-height:1.1em;
}

.home #content
{
/*	border: 1px solid #999;*/
	height:374px;
}

table#home_elements td
{
/*	border: 1px solid #000;*/
	background-color: #fff;
	padding: 0px;	
}