/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #1A2E2C url(images/bg01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin-bottom: 15px;
	padding-left: 29px;
	background: url(images/homepage11.gif) no-repeat left center;
	font-family: Georgia, "Helvetica", Times, serif;
	color: #202C35;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #525252;
}

/** TEXTS */

body, th, td, input, textarea, select
{
    font-family: "Helvetica" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.75em;
	text-align: justify;
	line-height: 170%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #525252;
}

/** LINKS */

a {
	color: #3E733B;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MENU */

#menu {
	width: 750px;
	height: 66px;
}

#menu ul {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
	width: 144px;
	height: 36px;
	background: url(images/homepage01.gif) no-repeat left top;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** WRAPPER */

#wrapper {
	width: 750px;
	margin: 0px auto;
	background: url(images/bg02.jpg) repeat-y left top;
}

.subpage #wrapper {
	background: #FFFFFF;
}

/** PAGE */

#page {
	padding-top: 30px;
	background: url(images/bg03-newbottom.jpg) no-repeat left top;
}

#pageExtended {
	padding-top: 30px;
	background: url(images/bg03-newbottom.jpg) no-repeat left top;
}

.subpage #page {
	background-image: url(images/subpage2_01.jpg);
}

.subpage #pageExtended {
	background-image: url(images/subpage2_01ext.jpg);
}

/** MISC */

.adspace {
	margin-bottom: 20px;
}

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.three-cols {
}

.three-cols .colA, .three-cols .colB, .three-cols .colC {
	float: left;
	width: 141px;
	padding-left: 18px;
}

.three-cols .colA {
	padding-left: 0px;
}

/** SUBMENU */

#submenu {
	width: 201px;
}

#submenu ul {
	margin: 0px;
	padding: 25px 0px;
	list-style: none;
}

#submenu li {
	display: block;
	width: 201px;
	height: 35px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#submenu a {
	display: block;
	padding: 10px 0px 0px 18px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer {
	width: 750px;
	background: url(images/bg04.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 50px 200px;
	text-align: center;
	color: #5B6E69;
}

.subpage #footer {
	background-image: url(images/subpage2_02.jpg);
}

.subpage #footer p {
	padding-left: 0px;
}


/***  My Stuff ***/

.profileRepeater
{
    width: 100%;
    background-color:#f4f4fa;
}

.profileRepeaterNoBackground
{
    width: 100%;
}

.profileThumbnail
{
    width: 155px;
}
.leftbarProfileCaption
{
    width: 85px;
    background-color: #F0F0F0;
}

.sectionHeaderProfile
{
    background-color: #AEC6EA;
    font-weight: bold;
}

.leftbarApplicantCaption
{
    width: 150px;
    background-color: #F0F0F0;
}

.thumbnail
{
    width: 135px;
}


.thumbnailListing
{
    width: 85px;
}

 .splitter
{
    border-bottom-style: solid;
    border-bottom-width: thin;
}
.messageCaption
{
    width: 85px;
    font-weight: bold;
    background-color: #F0F0F0;
}

#inboxActions
{
    float: left;
    display: block;
    position: relative;
    background: #AEC6EA;
    border: 1px outset #C0C0C0;
    margin-right: -1px;
    width: 85px;
    text-align: center;
}

#inboxActions a
{
     display: block;
     padding: 3px;
     color: #000;
     text-decoration: none;
}

#inboxActions a:hover
{
    color: #000000;
    background-color: #6699FF;
}

#inboxActions a.selected
{
    color: #000000;
    background-color: #6699FF;
}

#inbox a
{
    color: #000000;
    text-decoration: none;
}

#inbox a:hover
{
    text-decoration: underline;
    color: #000080;
}

#inbox div.date
{
    color: #808080;
    font-size: x-small;
}

#inbox a.delete
{
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
}

#inbox a.delete:hover
{
    color: #000000;
    background-color: #99CCFF;
    font-weight: bold;
    text-decoration: none;
}

#inbox a.inboxBody
{
    color: #99CCFF;
}

#inbox a.unread
{
    color: #000080;
    text-decoration: none;
    font-weight: bold;
    font-size: small;
}

#inbox a.unread:hover
{
    text-decoration: underline;
    color: #000080;
    font-weight: bold;
    font-size: small;
}

.headerName
{
    font-family: 'Comic Sans MS';
    font-size: large;
    font-style: normal;
    color: #000080;
}

/*** Photo albums ***/
.albumListing li
{
    display: inline;
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
    cursor: hand;
}

.albumListing a {
 display: block;
 padding: 3px;
 color: #000;
}

.hideMe 
{
    display: none;
}


