/*Headers*/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D76820;
	line-height: 17px;
}

/*Subheaders*/
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #214285;
	line-height: 17px;
}
strong {
	color: #214285;
	font-weight: bold;
	}

/*Footer*/
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: normal;
	color: #D35501;
	line-height: 17px;
}

/*Footer Text */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2F4F88;
	background:none;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background:none;
	line-height: 17px;
}
.footerlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background:none;
	line-height: 17px;
}
.footerdiv {
	margin-top: 12px;
	color: #FFFFFF;
}
.proceduresdiv {
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 10px;
}
.proceduresheader {
	font-size: 12px;
	font-weight: bold;
	color: #DA5700;
}




/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: none;
	background-position: top;
	background-repeat: repeat-x;
	font: Verdana, Arial, Helvetica, sans-serif 11px;
	background-image: url(images/vm-bg.jpg);
	background-color: #4F2801;
}
.footerbg {
	background-image: url(images/vm-footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 42px;
}
.proceduresbg {
	background-image: url(images/vm-procedures-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

	
/*Content default*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	font-weight: normal;
	line-height: 1.7em; 
	color: #333333;
	text-align:left;
}

/*Pictures*/
.picborder {
	border: 1px solid; 
	border-color:#999999;
}

.picRight {
	border: 1px solid; 
	border-color:#CCCCCC; 
	float:right; 
	margin-left:20px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid; 
	border-color:#CCCCCC; 
	float:left; 
	margin-right:20px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:200px;
	background-color: #F2F2F2;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #CCCCCC 1px solid;
	color: #176371;
	width:250px;
	background-color: #F2F2F2;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:90px;
	background-color: #4B6734;
}

.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

/* Link Styles */
a {
	line-height: 19px;
	font-weight: normal;
	color: #5A7392;
	text-decoration: none;
}
a:hover {
	line-height: 19px;
	font-weight: normal;
	color: #5A7392;
	text-decoration: underline;
}
.link2 {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #384C67;
	text-decoration: none;
}
.link2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #DA5700;
	text-decoration: none;
}
.link3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.link3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
/* Link Styles Ends */

.button-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}

/* List Styles */

ul.procedures {
	margin-left:15px;
	padding-left:15px;
	list-style-type: square;
	line-height: 1.8em;
	color: #384C67;
}

.list {
	list-style-image: url(images/arrow_01.gif);
}


.contactdiv {
	margin-left: 30px;
}
#contact {
	float: right;
	width: 250px;
}

