/*
-----------------------------------------------------
Gagarin.com Style Sheet
Designer: Jacqueline Yvonne Curry Gagarin  
e-mail: jackiegagarin@mac.com
------------------------------------------------------ */


/* Defaults
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: small;
	color:#29303B;
	line-height:1.3;
	background:#006699 url("../images/bg.gif") repeat;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin:0 0 .6em 0;
}

p {margin:0;padding:0};

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {font:12px monospace;white-space:normal;color:#666;}

img {border:0;}

/* Link styles */
a:link {color:#006699;text-decoration:underline;}
a:visited {color:#716E6C;text-decoration:underline;}
a:hover {color:#956839;text-decoration:underline;}
a:active {color:#956839;}

a.subhead:link{color:#ffffff;text-decoration:none;}


/* Layout
----------------------------------------------- */
.nav {
	width:800px;
	height:49px;
	margin:20 20 0 0;
	padding:20 20 0 0;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	text-align:right;
	font-size: 11px;
}
.content{ font-family: verdana, sans-serif; font-size: 12px; color:#003366;
}

#header {
	background-position: center;
}

#wrap {
	background-color:#006699;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	width:800px;
	margin:0 auto;
	padding:8px;
	text-align:center;
}
#main-top {
	width:800px;
	height:49px;
	background:#FFF3DB url("/images/bg_paper_top.jpg") no-repeat right top;
	text-align:right;
}


#main-bot {
	width:800px;
	height:81px;
	background:#FFF3DB url("/images/bg_paper_bot.jpg") no-repeat top left;
	margin:0;padding:0;
	display:block;
}
#main-content {
	width:800px;
	background:#FFF3DB url("/images/bg_paper_mid.jpg") repeat-y;
	margin:0;
	text-align:left;
	display:block;
}
#inner-wrap {
	padding:0 50px;
}

div.clearer {
	clear:left;
	line-height:0;
	height:10px;
	margin-bottom:12px;
	_margin-top:-4px; /* IE Windows target */
	background: url("/images/divider.gif") no-repeat bottom center;
}

#footer {
	clear:both;
	background: url("/images/divider.gif") no-repeat top center;
	padding-top:10px;
	_padding-top:6px; /* IE Windows target */
}
#footer p {
	line-height:1.5em;
	font-family:Georgia, sans-serif;
	font-size:75%;
}
.subhead {
	color: #FFFFFF;
	background-color: #E4B95E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}
.row{
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}.question {
	color: #006699;
}
.cite {
	font-size: 9px;
	color: #666666;
	font-style: italic;
}
.russ{ color:#CC9933;}

.row2 {

	background-color: #006699;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
}

.trigger{
	cursor: pointer;
	cursor: hand;
}
.branch{
	display: none;
	margin-left: 16px;
}