/*-----------Main Properties--------*/

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	background: #92896c url(../images/gradient.jpg) repeat-x;
	margin: 0;
	padding: 10px;
}

#container {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

#box {
	background-color: #f5f1e9;
	
	border: 1px solid black;
	position: relative;
	
}

#main {
	background: #f5f1e9;
	width: 475px;
	padding: 10px;
}

#content {
	background-color: #f5f1e9;
	
	padding-left: 20px;
	padding-right: 10px;
	width: 500px;
	
}

#content2, #content3 {
	background-color: #f5f1e9;
	position: absolute;
	right: 10px;
	top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 565px;
	height: 460px;
	overflow: auto;
}


#content4 {
	background-color: #f5f1e9;
	padding-left: 20px;
	padding-right: 10px;
	width: 738px;
	height: 460px;
	overflow: auto;
}

#menu {
	width: 180px;
	height: 500px;
	float: left;
	background-color: #e2e1cb;
	border-right: 1px solid black;
}

#portfolio {
	background: #e2e1cb;
	border-left: 1px solid black;
	width: 220px;
	height: 480px;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu a:link, #menu a:visited {
	color: black;
	text-decoration: none;
}


/*----------------Text Properties----------*/

p, #content li, #content2 li, #content3 li, .table1, .mysubmit {
	font-size: 12px;
	color: #433d3d;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 150%;
}

#content4 p {
	color: black;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.footer {
	color: white;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.subhead {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.textarea {
	font-size: small;
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#menu li {
	font-size: small;
	list-style-type:none;
	list-style-image: url(../images/bullet.gif);
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 5px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.indent1 {
	font-weight: bold;
	color: black;
	list-style-position: inside;
	padding-left: 30px;
}

.indent2 {
	list-style-position: inside;
	padding-left: 30px;
}

/*---------------------Misc. Properties---------*/

.left {
	float:left;
	padding-right: 10px;
}

.table1 td {
	vertical-align: top;
	text-align: left;
}

.table2 td {
	vertical-align: top;
	text-align: center;
}

#main a:link, #main a:visited {
	color: #574f3f;
	text-decoration: underline;
}