/*ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

body
{
  padding: 20px;
}

/* CSS Document */
a img,:link img,:visited img { border: none; }
body {
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
  color:#585858;
	margin-top: 	0px;
	margin-bottom:  0px;
	margin-left: 	0px;
	margin-right: 	0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}

input {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #bfbfbf;
	font-family:arial, helvetica, sans-serif; 
	font-size:10px; 
	color:#000000;
}

a{
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	color:#585858;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	color:#e22b47;
	font-weight:bold;
	text-decoration:none;
	}

a.webminditLink{
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-transform:none;
	font-weight:normal;
	}
	
a.webminditLink:hover{
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	color:#a70532;
	text-transform:none;
	font-weight:normal;
	}

.redtext{
	color:#a70532;
}

.submitbutton{
	background-color:#ffffff;
	border-color:#e31837;
	border-style:solid;
	border-width:1px;
	padding:0px;
	/*border:none;*/
	font-family: arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color:#e31837;
}

div#webmindIT{
	color:#CCCCCC;
	float:left;
	width:450px;
	padding-left:8px;
}

div#footer_logo{
	float:right;
	width:440px;
	text-align:right;
}

div#mainouter{
	width:100%;
	margin:0px;
}
/* This is the top container div that holds 
   div#breadcrum and div#top-right */
div#top{
	text-align:left;
	height:90px;
	width:951px;
	border-bottom:2px solid #f8c5ca;
}
	/* This is the top left div where the 
	   bredcrum is generated go */
	div#breadcrum{
		/*background-color:#999999;*/
		padding-top:70px;
		height:20px;
		text-align:left;
		width:601px;
		float:left;
	}
	
	/* This is the top right div where the text
	   or logos go */
	div#top-right{
		/*background-color:#999999;*/
		padding-top:25px;
		height:45px;
		text-align:right;
		width:350px;
		float:right;
	}

/* This div holds the content of the page */
div#content{
	text-align:left;
	height:auto;
	width:951px;
	border-bottom:2px solid #f8c5ca;
}
	/* Hack for min height */
	div#prop{
	    height:350px;
    	float:right;
    	width:0px;
	}
	
	/* Hack for min height */
	div#clear{
		clear:both;
		height:1px;
		overflow:hidden;
	}

div#bottom{
	padding-top:12px;
	text-align:left;
	height:70px;
	width:951px;
}

.menu{
  font-size:11px;
  margin-left:20px;
  font-weight:normal;
}
.menu:hover{
  font-size:11px;
  margin-left:20px;
  font-weight:normal;
}
.current{
  color:#e22b47;
}
.homepage{
  font-size:11px;
  font-weight:normal;
}
.homepage:hover{
  font-size:11px;
  font-weight:normal;
}
