/***********************************************/
/* Evolve CSS                                		*/
/***********************************************/

#evolve body {
	margin: 0px;
	padding: 0px;
}


#evolve body, p, td, li, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#424372;
}


#evolve li {
padding-top:5px;
}

/******* hyperlink and anchor tag styles *******/


#evolve a:link {
	color: #9AC6D3;
	text-decoration: underline;
}

#evolve a:hover {
	color: #9AC6D3;
	text-decoration: none;
}

#evolve a:visited {
	color: #9AC6D3;
	text-decoration: underline;
}

/******* Heading tag styles *******/

#evolve h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #424372;
	margin:0px;
}

#evolve h1 {
	font-size: 18px;

 text-decoration: underline;
}

#evolve h2 {
	font-size: 20px;

}

#evolve h3 {
	font-size: 16px;

}

#evolve h4 {
	font-size: 14px;
}

#evolve h5 {
 font-weight:bold;
	text-decoration:underline;
}

#evolve p {
	font-size: 12px;
}

.main_padding {
	margin: 0px;
	height: 100%;
	width: 100%;
}

#main {
 background-image: url(../images/evolve_main_bg.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
} 
.box {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/evolve_login_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9AC6D3;
	border-bottom-color: #9AC6D3;
	border-left-color: #9AC6D3;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bullet {
margin-top: 2px;
margin-right: 5px;
}
.loginbut {
border: #424372 1px solid;
background-image:url(../images/button_login_bg.jpg);
background-repeat: repeat;
height: 19px;
font-weight: bold;
color:#FFFFFF;
font-size:12px;
background-color:#9AC6D3;
}

.sidemenu {
background-color:#D7E8ED;
}
#tealbg {
background-color:#9AC6D3;
}
.evolve_inputfeilds {
	font-size: 11px;
	background-color: #FFFFFF;
	height: 19px;
	width: 120px;
	padding-left: 3px;
	border: 1px solid #9AC6D3;
}
.evolve_content {
	padding: 20px;
}
.evolve_content_side {
	background-image: url(../images/evolve_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.evolve_main_nav a:link, .evolve_main_nav a:visited, .evolve_main_nav a:hover{
color:#424372;
font-weight:bold;
text-decoration:none;
font-size:11px;
}

.evolve_main_nav, .evolve_main_nav p{
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:11px;
}