@charset "UTF-8";
body  {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #000f2a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-size:12px;
}
.twoColFixRtHdr a {
	color: #CCC;
	text-decoration: none;
}

.twoColFixRtHdr a:visited {
	color:#fff;
	text-decoration:none;
}

.twoColFixRtHdr a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header { 	
	border:#95a3bf solid thin;
	border-bottom:none;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background:#edf1f7;
	background-image:url(img/BarbaraSeif.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:83px;
	text-align:center;
	color: #08245a;
	font-size:12px;
	font-weight:bolder;
	padding-top:90px;
} 
.twoColFixRtHdr #header p {
	margin: 0;
	padding:0 0 5px 0 ;
	}
.twoColFixRtHdr #tabs { 	
	border:#95a3bf solid thin;
	border-bottom:none;
	border-top:none;
	padding: 14px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h2 {
	font-family:"Times New Roman", Times, serif;
	color:#7c98ca;
	font-size:48px;
	text-align:right;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #social {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0x; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:#95a3bf solid thin;
}

.twoColFixRtHdr #social h3 {
	padding: 15px;
	margin:0;
	font-style:italic;
	font-size:17px;
	font-weight:bold;
}

.twoColFixRtHdr #mainContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:#95a3bf solid thin;
	width:500px;
} 


.twoColFixRtHdr #container #contentzone #mainContent h2 {
	font-size: 14px;
	margin: 0px;
	padding: 8px 12px;
	background:#4d5e7f;
}


.twoColFixRtHdr #contentzone { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:#95a3bf solid thin;
} 




.twoColFixRtHdr #contentzone h1 { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-bottom:#95a3bf solid thin;
	font-size:15px;
	font-style:oblique;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.list0 { vertical-align:top; background:#2a3345; }

.list1 { vertical-align:top; color:#c2d6fc; }

.list0 a { color:#fff; }

.list1 a { color:#c2d6fc; }




.twoColFixRtHdr #container #menu { 
	color:#FFF;
	background-color:#163570;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height:12px;
	padding:12px 0;
	border-bottom:#000 thin solid;
	margin:0 0 1px 0;
}


.twoColFixRtHdr #container #menu a:hover {
	color:#ff0000;
	text-decoration:underline;
}
.twoColFixRtHdr #container #menu a {
	color: #FFF;
	text-decoration: none;
}

.twoColFixRtHdr #footer { 
	margin: 8px 0 0 0;	
	color:#FFF;
	background-color:#163570;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	height:10px;
	padding:12px 0;
	border:#95a3bf thin solid;
} 

.twoColFixRtHdr #container  #social a:visited {
	color:#ffffff;
	text-decoration:none;
}


.twoColFixRtHdr #container  #social a:hover {
	color:#ff0000;
	text-decoration:none;
}


.twoColFixRtHdr #container  #footer a:hover {
	color:#ff0000;
	text-decoration:underline;
}


.twoColFixRtHdr #container #footer a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #copyright {
	font-size:10px;
	font-weight:bold;
	font-style:oblique;
	text-align:right;
	padding: 8px 12px;
}

