@charset "utf-8";
/* CSS Document */

body {}

a:link 	  { color: #2b1a6f ; text-decoration: none; }
a:visited { color: #2b1a6f; text-decoration: none; }
a:hover   { color: #7669aa; text-decoration: none; }
a:active  { color: #8d94ab; text-decoration: none; }

p {margin-top:0;}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}

#mainbody {padding: 0px 0px 0px 0px; background-color:#FFFFFF; width:706px; float:right}
#mainbodytext {background-color:#ffffff; float:left; width:436px; text-align:left; padding: 10px 10px 10px 20px;}
#mainbodytextNew {float:left; background-color:#ffffff; padding-left:12px; text-align:left;}
#mainbodyimage {float:right; background-color:#ffffff; width:150px; padding: 10px 10px 10px 0px; font-size:10px;}
#mainbodytextNewNew {padding:3px 20px 0px 0px;}

/* Main Menu */
#mainMenu{
	padding:0px;
	margin:0px;
	text-align:left;
}
#mainMenu a{
	display:block;
	background-color:#7669AA;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	padding:3px 3px 3px 10px;
	margin-bottom:2px;
}
#mainMenu a:hover{
	background-color:#2B1A6F;
}

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; padding:5px 0px 5px 0px;}
.item .itemContent { padding:5px 0px 5px 0px; }
.item .itemImage   { float: left; margin-right: 10px; margin-bottom: 2px; border: 3px solid #2b1a6f; }
.item .itemImageNoBorder { float: left; margin-right: 10px; margin-bottom: 2px; }
.item .itemMore    { color: #2b1a6f; font-weight: bold; }

#itemBack          {  }

#meet_team img { border: 3px solid #2b1a6f; }