/*Maiden Foray!
Design by Payal Dhar (www.writeside.net). 
Feel free to use or modify, but please retain acknowledgement.
*/

/*General style for the <body> tag */
body {
		background-color: #C0ADA9;
		font-family: Verdana, sans-serif;
		font-size: 9.5pt;
		text-align: justify;
		padding: 0;
}

/*The navigation menu style */
#menu {
		position: absolute;
		top: 152px;
		left: 0px;
		width: 170px;
		padding: 5px;
		display: block;
}

/*Site banner or logo style*/
#banner {
		position: absolute;
		top: 0px;
		left: 0px;
}

/*Style for the main content box.*/		
#content {
		background: #D1C2BF;
		position: relative;
		top: 152px;
		left: 180px;
		width: 575px;
		min-height: 450px;
		padding: 10px;
		border: 1px #AA928E dashed;
}

/*Alternative styles for body text*/
.alt {
		font-size: 8pt;
}

.ref {
		font-size: 8pt;
		text-align: right;
}

/*Link styles: Note, that the links in the nav menu are differently styled */
a, a:link, a:visited, a:hover {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: black;
		text-decoration: none;
		padding: 2px;
		border: 0;
}

a:hover {
		text-decoration: underline;
		
}

a:visited {
		text-color: #4B4B4B;
}

.main {
		text-align: left;
		width: 165px;
		padding: 3px;
		margin: 3px;
		display: block;
}

.main:hover {
		background-color: #D1C2BF;
		display: block;
		text-decoration: none;
}

.main:visited {
		color: #4B4B4B;
}

/*Styles for the headings */
h1, h2 {
		color: #000000;
		font-family: Verdana, Helvetica, sans-serif
}

h1 {
		text-align: right;
		font-size: 11pt;
		border-bottom: 1px solid;
		border-left: 1px solid;
}

h2 {
		text-align: left;
		font-size: 8.5pt;
}

/*Miscellaneous styles*/

img {
		border: 0;
}
