/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-image: url(monta/images/background-gradient.gif);
	border-right: 4px solid #666666;
	width: 100%;
}


p {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

li {
	list-style-type: square;
	line-height: 150%;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	padding: 5;

}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: thin;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663333;
}


 

/**************** Pseudo classes ****************/

a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;

}

li :link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

li a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {
	position: absolute;
	width: 195px;
	height: 100%;
	margin: 0;
	margin-top: 0px;
	font-weight: normal;
	top: -12px;
	left: 5px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}

#centerDoc {
	position: absolute;
	padding: 0px 20px 20px 20px; /*top right bottom left*/
	margin-top: 50px;
	margin-left: 235px;
	border-right: 1px solid #988263;
	border-left: 1px solid #988263;
	left: -13px;
	top: -31px;
	width: 655px;
	text-align: justify;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #988263;
	font-style: italic;
}
