/* CSS Document */

body {
	background:#6699CC repeat-x url(../images/bg.gif);
	font:bold 12px Arial, Helvetica, Verdana, sans-serif;
	color:#666;
}

a {
	color:#369;
	text-decoration:none;
	font-weight:normal;
}

a:hover { 	text-decoration:underline;}

a.biography {margin-left: 20px;}

#header {	background:no-repeat center url(../images/logo.png);}

#homeHeader {	background:no-repeat center url(../images/home_logo.png);}

#footer {	background:no-repeat center url(../images/footer.png);}

#body {		background: repeat-y center url(../images/bg_body.png);}

#body td {
	padding: 0 100px 10px;
}

#content td {
	padding: 0;
	width:50%;
}

#content td.left {
	border-right:solid #CCC 1px;
}

#content td.right {
	text-align:right;
}

#content td.center {
	text-align:center;
	padding-top:20px;
}

#content td.center a {
	color:#666;
	font-size:11px;
	font-weight:normal;
	margin:0 10px;
}

#userSubmit {font-size:14px;
	font-weight:normal;
}

#userSubmit a {font-size:11px;}

#userSubmit p {margin:0;}

.highlight {color:#369;}

/**Pop Up**/

td.popup_header {	background:no-repeat center url(../images/popup_header.png);}
td.popup_body {	background:center repeat-y url(../images/popup_body.png);}
td.popup_footer {	background:no-repeat center url(../images/popup_footer.png);}

div.popup_int {
	position:absolute;
	left:inherit;
	top:100px;
	margin:15px 25px 25px;
	width:600px;
	height:413px;
	z-index:100;
	display:none;
}

div.popup_int td{
	padding:0 50px;
}

div.popup_home {
	position:absolute;
	left:inherit;
	top:100px;
	margin: -17px 25px 25px;
	width:600px;
	height:413px;
	z-index:100;
}

div.popup_home td{
	padding:0 50px
}

div.popup_content {
	height:225px;
	width:500px;
	overflow:auto;
}

div.popup_content p{
	margin:0 31px;
	font-weight:normal;
	font-size:13px;
	line-height:1.5;
}

td.popup_body li{
	margin:0;
	list-style:none;
}

td.popup_body ul{
	margin:0;
	padding:0 31px 5px;
}

p.close_popup,
p.name_popup {
	margin:0 15px 0 31px;
}

p.close_popup {
	text-align:right;
	padding-top:35px;
}

p.name_popup {
	text-align:left;
	padding-bottom:10px;
	color:#369;
	font-size:15px;
}

