/* CSS Document */

html, body{
	height: 100%;
}

body{
	width:650px;
	margin:0;
	padding: 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	background :url(images/bg.jpg) repeat-y top left;
	}
	

ol{
	margin:0 0 0 25px;
}

ul{
	margin:0 0 0 20px;
}

li{
	list-style-position:outside;
	line-height:20px;
}

#outer{
	border-right:1px solid #2d6699;
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	width:100%;
	}
	
#top{
	width:623px;
	background-color:#2d6699;
	height:22px;
	}
	

#bot{
	width:651px;
	background-color:#2d6699;
	height:22px;
	position:relative;
	left:-269px;
	
	}
	
	
#indexcard{
	width:90px;
	background-color:#2d6699;
	height:20px;
	margin-bottom:0px;
}

.indexcard2{
	width:366px;
	border-bottom:1px solid #2d6699;
	margin-bottom:7px;
}

.indexcard3{
	width:170px;
	border-bottom:1px solid #2d6699;
	margin-bottom:7px;
}
	
	
#callout{
	padding:12px;
	background-color:#addedb;
	border:1px solid #2d6699;
	margin-top:10px
	}
	
	
.white{
	font:11px Verdona, Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-left:27px;
	padding-top:8px;
	}
	
.white2{
	font:11px Verdona, Arial, Helvetica, sans-serif;
	color:#addedb;
	padding-left:7px;
	padding-top:3px;
	font-weight:bold;
	}
	
.blue{
	font-size:11px;
	color:#4d73a3;
	padding:20px;
	}

#left{
	margin:0 auto;
	background-color:#addedb;
	min-height: 100%;
	height:auto;
	width:177px;
	float:left;
	min-height:768px;
	}
	
#right{
	margin-right:15px;
	margin-top:18px;
	height:100%;
	width:400px;
	float:right;
	min-height:700px;
	
	}
	
h1{
	font-size:14px;
	color:#4d73a3;
	line-height:18px;
	margin-top:2px;
	margin-bottom:3px;
	}
	
h2{
	font-size:13px;
	color:#7a96bd;
	line-height:17px;
	margin-top:5px;
	margin-bottom:3px;
	}
	
h3{
	font-size:12px;
	color:#000000;
	line-height:17px;
	margin-top:5px;
	margin-bottom:3px;
	}
	
hr{
	height:1px;
	color:#999999;
	margin:5px 0 10px 0;
	border-bottom:1px solid;
	border-top:none;
	border-left:none;
	border-right:none;
	}
	
.formula{
	height:1px;
	color:#.00000;
	margin:0;
	border-bottom:1px solid;
	border-top:none;
	border-left:none;
	border-right:none;
	}
	
	
	
.dark{
	height:1px;
	color:#444444;
	margin-top:0px;
	}
	
a:link{
	color:#4d73a3;
}

a:visited{
	color:#4d73a3;
}

a:hover{
	color:#4d73a3;
}

a:active{
	color:#4d73a3;
}
	