/* CSS Document */

body{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	/*background-image: url('images/13880Blue_Sky.jpg');*/
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	font-family: verdana;
	font-size: 9pt;
}

a:link {text-decoration: underline; color: #000066;}
a:visited {text-decoration: none; color: #000066;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}

#tbl1{
	font-family: verdana;
	font-size: 12px;
	padding: 5px;
	text-align: top;
}
#tbl2{
	background-image: url('images/familytree.jpg');
	background-repeat: no-repeat;
}
#tbl2 td{
	font-family: verdana;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	width: auto;
	border: 1px dashed #cccccc;
	border-collapse: collapse;
}

.rightimg{
	float: right;
}

.leftimg{
	float: left;
	margin: 10px;
}

.text1{
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	padding-top: 10px;
	text-align: top;
	background-image: url('images/tuition.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

.text{
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	padding-top: 10px;
	text-align: top;
}

p{
	font-size: 12px;
}

li{
	font-size: 12px;
}

h1{
	color: #333333;
	margin: 0;
	font-size: 15px;
}

h2{
	color: #666666;
	margin: 0;
	font-size: 14px;
}

h3{
	color: #006633;
	margin: 0;
	font-size: 13px;
}

.image{
	align: center;
	font-family: verdana;
	font-size: 7pt;
	color: #000066;
	padding-left: 10px;
}
