body {
	margin: 0px;
	padding: 0px;
	background: #d2cdc0 url('../graphics/page_back.jpg') left top repeat-x;
	font-size: 80%;
	font-family: arial, helvetica, tahoma;
	color: #272727;
}

table, p, a {
	font: 1em arial,helvetica,tahoma,sans-serif; color: #272727;
}

tr {
	vertical-align: top;
}

a {
	color: #002c9a; text-decoration: none;
}
a:hover {
	color: #002c9a;
	text-decoration: underline;
}

a.menu_top {
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
	color: #978981;
	text-decoration: none;
	padding: 0px 10px;
	height: 20px;
}
a.menu_top:hover {
	text-decoration: underline;
}

a.menu_main {
	font: bold 12pt arial, helvetica, tahoma, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a.menu_footer {
	font: bold 10pt arial, helvetica, tahoma, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 5px;
}

.inputBox {
	border: 1px solid #808080;
}

.inputBoxReq {
	background: #FFFFCE;
}

.TabOn {
	background: #e4e7ff;
	text-align: center;
	color:#000000;
	font-size: 1em;
	border: 1px solid #000;
	border-bottom: 0px;
	border-right: none;
	padding: 2px 0;
}
.TabOff {
	background: #eeeeee;
	text-align: center;
	color: #808080;
	font-size: 1em;
	border: 1px solid #000;
	border-bottom: 0px;
	border-right: none;
	padding: 2px 0;
}

img { behavior: url("pngbehavior.htc"); }

/* ###################### *\
          LAYOUT
\* ###################### */

/*ALEXIS EDITS*/
.category_title {
	font-size: 0.9em;
}
.member_info {
	font-size: 9pt;
	color: #ffffff;
}
.contact_captcha {
	font-size: 0.8em; color: #990000;
}
.directory_info {
	padding: 0px 3px; font-size: 0.9em; color: #ffffff;
}
#managment_welcome {
	font-size:16pt;
}
.managment_options {
	font-size:12pt;
}
.managment_description {
	font-size: 8pt; color: #808080;
}
/*ALEXIS EDITS end*/

#header-table1 {
	margin: auto;
	margin-top: 3px;
	font-size: 10pt;
}

#header-table2 {
	margin: auto;
	background: #0d6cb0 url('../graphics/menu_back2.png') left top repeat-x;
}

#sizing_area {
	width: 990px;
	margin: auto;
	background: #d0e2f0;
}

.cell_label {
	width:35%;
	padding: 3px;
	font-size: 1em;
	border-bottom: 1px dashed #cecece;
}

#header-table2 #menu {
	height:33px;
	text-align: left;
}

a.font-size_link:link  {
	font-size: 12pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #0d6cb0;
	text-decoration: none;
	
}

a.font-size_link:visited  {
	font-size: 12pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #0d6cb0;
	text-decoration: none;
	
}

a.font-size_link:hover  {
	font-size: 12pt;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #0d6cb0;
	text-decoration: underline;
	
}

#content-table {
	margin: auto;
	background: #ffffff;
	border: 1px solid #978981;
	border-width: 0px 1px 1px 1px;
}


#content-table tr {
	vertical-align: top;
}

#content-sidebar {
	width: 150px;
	padding: 20px 0px;
}

#sidebar-image-container {
	width: 116px;
	text-align: center;
	border: 1px solid #978981;
	margin-left: 20px;
	padding: 2px 0px;
}

#sidebar-content-container {
	padding: 20px;
}

.sidebar-title {
	font-weight: bold;
	font-size: large;
	color: #978981;
	margin-bottom: 15px;
}

.sidebar-item {
	margin-bottom: 8px;
}

#content-td {
	padding: 20px 0px 20px 20px;
}

.content-item {
	width: 100%;
	border-bottom: 1px dashed #808080;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.content-itemzz{
	width: 100%;
	border-bottom: 1px dashed #808080;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-size: 1.2em;
}

.content-item-title {
	font-size: 1.2em;
	font-weight: bold;
}

.content-item-date {
	font-size: 0.9em;
	color: #978981;
}

.content-item-desc {
	margin: 10px auto;
	font-size: 1em;
}
.content-item-descz {
	margin: 10px auto;
	font-size: 1em;
}

.content-item-descnodate {
	margin-top: 0px;
}

.content-item a.content-item-a {
	font-weight: bold;
	font-size: 1.2em;
}

.content-item-az {
	font-weight: bold;
	font-size: 0.9em;
}


.table_dashed {
	margin-bottom: 15px;
	border: 0;
	width: 620px;
}

.table_dashed td {
	border-bottom: 1px dashed #cecece;
	padding: 3px;
}

#page-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e3dc;
	margin-bottom: 15px;
}

#footer-td {
	background: #0d6cb0;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 10pt;
}

.portfoliotd {
	padding: 5px;
	text-align: center;
}

.portfoliobox {
	border: 1px solid #808080;
	background: #eeeeee;
	padding: 4px 0px;
}

.thumbbox {
	border: 1px solid #000000;
}
.tr_hide {
	display: none;
}
.tr_show {
	display: table-row-group;
}




