body {
	background: #fff;
	color: #000;
	margin: 10px;
	padding: 0px;
	text-align: left;
	font-size: 9pt;
	font-family: georgia, verdana, sans-serif;
}

#main-table-body {
	background: transparent;
	float:left;
	clear: both;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}

#logo {
	
}

#printlogo{
	display:block;
}


#header {
	display: none;
}

#tabs {
	display: none;
}

#wrap{
	background: transparent;
	border: none;
	margin: 0px;	
	width: 450px;
}

html>body #wrap {
  	width: 450px;
} 

#breadcrumbbar{
	display: none;
}

#sidebar{
	display: none;
}

#footer{
	display: none;
}

#poweredby{
	display: none;
}

#extradiv {
	display: block;
	clear: both;
}

/* -- FORMS -- */

form{
	padding: 0px;
	width: 430px;
}

form fieldset {
	border: solid 1px #cacbbb;
	margin: 10px;
	padding: 0px;
}

form legend {
	border: solid 1px #cacbbb;
	color: #000;
	font-weight: bold;
	padding: 5px;
	margin-left: 5px;
}

form label {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 100%;
}

.req {
	color: #512404;
}

form fieldset div {
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 3px;
}

form input.longbox{
	font-size: 100%;
	width: 400px;
}

form div.buttons {
	padding-left: 20px;
}

form textarea{
	width: 400px;
}

form .submitbutton {
	background-color: #512404;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
	margin: 3px;
	padding: 3px;
	
}

/* -- COMMON -- */

a {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;

}
a:hover {
	color: #512404;
	text-decoration: none;
}

a:active {
	color: #512404;
	text-decoration: none;
}

p{
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

p img {
	border: #182a14 1px solid;
}



h1{
	color: #000;
	font-family: georgia, verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	margin: 0 0 1.2em 0;
	padding: 0px 0px 5px 0px;
}

h2{
	color: #182a14;
	font-size: 130%;
	font-family: georgia, verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 1.2em 0;
	padding: 0;
}


h3{
	color: #000;
	font-family: georgia, verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 1.2em 0;
	padding: 0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

table, tr, td {
	font-size: 100%;
}


ul,ol,dl {

}

li, dd {
	margin: 0 0 1em 0;

}

/* CUSTOM COMPONENTS */

.cal-02{
	width: 500px;
	border: 0px solid black;
	border-collapse: collapse;
	margin: 0px 0 20px 0;
}

.cal-02 caption{
	background-color: #cacbbb;
	text-align: center;
	border: 1px solid black;
	font-weight: bold;
	border-collapse: collapse;
}

.cal-02 th{
	text-align: center;
}
.cal-02 td{
	width: 14.2%;
	padding: 2px;
	height: 50px;
	border: 1px solid black;
	vertical-align: top;
	font-size: 85%;
	line-height: 1em;
}

.cal-02-date{
	font-weight: bold;
}

.cal-02-desc{
	font-weight: bold;
	margin: 2px 0 0 0;
}

.cal-02-active{
	background-color: #cacbbb;
}

#portfolio-03{
}

#portfolio-03-buttons{
	width: 400px;
}

#portfolio-03-buttons img{
	cursor: pointer;
}

#port-right{
	float: right;
	width: 200px;
	text-align: right;
}

#port-right img{
	border: 1px solid #182A14;
}

#port-left{
	float: left;
	width: 200px;
}