/*CSS Document */


*{
	margin: 0; 
}


body{
	background-color:#FFFFFF;
}

#container{
	position: relative; margin: 5px auto; width: 800px; border: 0px solid;
	overflow: hidden; background: #FFFFFF;
}

#header{background-image: url('/images/EWH Georgia Tech Logo Crop.jpg');background-repeat:no-repeat;
	height: 125px;  border-bottom:solid; border-width: 1px; text-align:left;
}

#logoBreak{
	background-image: url('/images/Gold Border.bmp');background-repeat: repeat;
	height: 25px;
}

#logoBreak2{
	background-image: url('/images/Silver Border.bmp');background-repeat: repeat;
	height: 21px;
}

#navbar{
	width: 140px; position: relative; top: 0; float: left; font-family: "Lucida Sans", Times New Roman, Arial;
	font-size: 12pt; color: white; background-color:#FFFFF; padding: 1px; 
	background-repeat: repeat;margin-top: 1em;
}


#navbar li{
	   margin-top: 0.5em;
}


h1{
font-family: Arial;
font-size: 18px;
font-weight: bold;
letter-spacing: -1px;
}


#body{
	width:640px; float:right; border: 0px solid; margin: 0;background-color:#F5F5F5;

}

#footer{
	width:640px; float:right; border: 0px solid; margin: 0;

}

.entry{
	width:620px; border-bottom: 0px solid; ;padding-bottom: 5px; margin: 10px 0;
	text-align: justify; background-color:#F5F5F5; position: relative; left: 10px;
}

.separator{
	width:656px; height: 1px; background-image: url('/images/mini-gold-bar.gif');
	background-repeat: repeat-x; margin: auto; padding-top: 5px; padding-bottom: 5px;
}

h2 {font: 14px normal Helvetica, Arial, sans-serif; }
p {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
line-height: 18px;}

td {text-align: left;}



/*Links*/

a:link{
	text-decoration:none; color: black;
}

a:visited{
	text-decoration:none;color: black;
}

a:active{
	text-decoration: color: white;
}

a:hover{
	text-decoration:underline; color: black; 
}
	
/*Entry Links*/

a.entryLink:link{
	text-decoration: color: black;
}

a.entryLink:visited{
	text-decoration:none;
}

a.entryLink:active{
	text-decoration: color: blue;
}

a.entryLink:hover{
	text-decoration:underline; color: blue; 
}


/*Officers*/

.profile{
	width:499px; height: 280px; font-size: 10pt;
	text-align:justify; font-family:"Helvetica", Times New Roman, Arial;
}

img{
	border:solid; margin:10px;
}

/*Officer Tabs*/

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab { 
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab.activeTab {
  z-index: 102;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}


a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}

div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #c0c0c0;overflow:hidden;
  border: 1px solid #000000;
  width: 100%;
  height: 400px;
}

.officerTabs{
	
}

/*Directors Tabs*/

div.tabArea2 {
  font-size: 80%;
  font-weight: bold;
}

a.tab2 {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab2.activeTab2 {
  z-index: 102;
}

a.tab2, a.tab2:visited {
  color: #808080;
}

a.tab2:hover {
  background-color: #d0d0d0;
  color: #606060;
}


a.tab2.activeTab2, a.tab2.activeTab2:hover, a.tab2.activeTab2:visited {
  background-color: #c0c0c0;
  color: #000000;
}

div.tabMain2 {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper2 {
  width: 100%;
}

iframe.tabContent2 {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  width: 100%;
  height: 400px;
}

.officerTabs2{

}