/***********************************************/
/* MCstyle.css                                 */
/***********************************************/
body{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	color: #5c00b9;
	line-height: 1.20;	
	margin: 0px;
	padding: 0px;
	background-color: #8debfc;
}

a:link, a:visited{
	color: #5c00b9;
	text-decoration: none;
}

a:hover {
    color: #0033cc;
	text-decoration: underline;
}

h1, h2, h3, h4, h5{
	font-family: "Monotype Corsiva", serif;
	color: #0033cc;
	margin: 0px;
	padding:0 5px 0 0;
}

h1{
 font-size: 48px;
 font-weight: normal;
}

h2{
 font-size: 32px;
 font-weight: normal;
}

h3{
 font-size: 26px;
 font-weight: normal;
}

h4{
 font-size: 22px;
 font-weight: normal;
}
h5{
 font-size: 18px;
 font-weight: normal;
}

h6{
  font-family: "Comic Sans MS", cursive;
  font-size: 15px;
  font-weight: normal;
  color: #5c00b9;
  padding:0 5px 0 0;
}

.style1{ 
	font-size: 14px;
	font-style: italic;
}
.style2{
	font-size: 14px;
}
.style3{
	font-size: 12px;
}
.style4 {
	font-family: "Monotype Corsiva", serif;
	font-size: 24px;
	color: #0033cc;
}
.style5{
	font-size: 16px;
	color: #0033cc;
}
.style6{
	font-style: italic;
	color: #0033cc;
}
.style7{
	font-size: 18px;
}
.style8 {
	font-size:10px;
}
.style9 {
	color: #0033cc
}
.style10 {
	color: #0033cc
}
.style11 {
	font-size: 16px
}

#wrapper{
	width:1000px;
	height:100%;
	margin:0 auto;
}
#header{
	width:100%;
	height:186px;
	margin: 0px;
	padding:2px 0 0 6px;
	background-image:url('images/austintopframe.jpg'); 
	background-repeat:no-repeat;
	background-position:center 0px;
	background-attachment:scroll;
}

#navbar{
	float:left;
	width:178px;
	height:713px;
	margin: 0px;
	padding:0px;
	background-image:url('images/austinleftframe.jpg');
	background-repeat:no-repeat;
	background-position:center 0px;
	background-attachment:scroll;
}

#content {
	float:right;
	width: 820px;
	margin: 0px;
	padding: 0px;
}
#column1{ 
	float:left;
	width:580px;
	text-indent: 20px;
}
#column2{ 
	float:right;
	width: 240px;
}

#column1 a:link{
	text-decoration: underline;
}
#column1 a:visited{
	text-decoration: underline;
}
#column1 ul{
 list-style-type: disc;
 list-style-position: inside;
 margin-left: 0px; 
 padding-left: 0px;
}

#footer{
	float:right;
	width: 820px;
	height:70px;
	margin:0px;
	padding:0px;
}
#footer a:link{
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #5c00b9;
	text-decoration:none;
}
#footer a:visited{
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #5c00b9;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

img.topframe {
	width: 1000px;
	z-index: -1;
}
img.leftframe{
	width: 173px;
	z-index: -1;
}
img.tree2{
	float:left;
	width: auto;
	margin:0px 5px 2px 0px; 
	z-index: 1;
}

#sectionLinks{
	font-family:"Comic Sans MS", cursive;
	font-size: 14px;
	color: #0033cc;
	font-weight: normal;
	line-height: normal;
	margin:0px;
	padding:30px 0 0 10px;
	width: 146px;
}
#sectionLinks a:link{
	text-decoration: none;
}
#sectionLinks a:visited{
	text-decoration: none;
}
#sectionLinks a:hover{
	background-color: #CCFFFF;
}
#sectionLinks ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#sectionLinks li{
	margin-left: 0px;
	padding-left: 0px;
}

