/**
 * Style sheet misa
 */
html
{
	height:101%;
}

img
{
	display:block;
}

h1
{
	margin-top:0px;
	font-weight:normal;
	font-size:2em;
	color:#A5497B;
	line-height:1.2em;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:1.3em;
}

p
{
	margin-bottom:16px;
}

em
{
	font-style:italic;
	color:#279a47;
}

a:link
{
	text-decoration:underline;
	color:#A5497B;
}

a:visited
{
	text-decoration:underline;
	color:#A5497B;
}

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

.grey
{
	color:#AAB6BF;
}

.lilac
{
	color:#A5497B;
}

.white
{
	color:#FFFFFF;
}

#banner
{
	height:92px;
	margin:16px 0px 0px 0px;
	background-color:#AAB6BF;
}

#logo img
{
	position:relative;
	float:left;
	margin:-7px 80px 0px 20px;
}

#banner-text p.lilac
{
	float:left;
	margin:22px 0px 0px 0px;
	font-weight:bold;
	font-size:17px;
}

#banner-text p.white
{
	float:left;
	margin:5px 0px 0px 0px;
	font-size:17px;
}

#banner-text p span
{
	font-weight:bold;
	font-size:20px;
}

#banner-text a:link
{
	font-weight:bold;
	font-size:17px;
	color:#FFFFFF;
}

#banner-text a:visited
{
	color:#FFFFFF;
}

#banner-text a:hover
{
	color:#A5497B;
}

#container
{
	clear:both;
	padding-top:10px;
}

#left
{
	margin:0px 0px 0px 20px;
}

#main
{
	margin:0px 0px 0px 260px;
}

#column_left
{
	width:450px;
	float:left;
	clear:right;
	margin-top:20px;
}

#column_right
{
	width:190px;
	float:right;
	clear:right;
	margin:20px 20px 0px 0px;
}

#breadcrumb
{
	height:20px;
	margin-top:-4px;
}

#breadcrumb p
{
	font-size:0.9em;
	color:#666;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	color:#666;
}

.mainImage
{
	margin-bottom:10px;
}

#content
{
	padding-bottom:0px;
}

#footer
{
	clear:both;
	padding:20px 0px 0px 0px;
}

#footer p img
{
	float:none;
	display:inline;
	margin:0px 0px -2px 10px;
}

#footer p
{
	margin-bottom:0px;
	text-align:center;
	color:#666;
}

#footer a:link
{
	text-decoration:none;
	color:#666;
}

#footer a:visited
{
	text-decoration:none;
	color:#666;
}

a.external:link
{
	padding:0 10 0 0;
	background: url(../images/external-link.gif) no-repeat 100% 0;
}

a.external:visited
{
	padding:0 10 0 0;
	background: url(../images/external-link.gif) no-repeat 100% 0;
}

div.panel
{
	width:190px;
	margin-bottom:20px;
}

#left div.panel
{
	margin-left:15px;
}

div.panel div.panel-text
{
	margin-top:-20px;
	padding:10px 10px 25px 10px;
	background-image:url("tl_files/misa/images/panels/background.jpg");
	background-position:center bottom;
	background-repeat:no-repeat;
}

div.panel-text p
{
	margin-bottom:5px;
	color:#FFFFFF;
}

div.panel-text h2
{
	margin-bottom:5px;
	font-weight:bold;
	font-size:1.2em;
	color:#FFFFFF;
	line-height:1.1em;
}

div.panel-text a:link
{
	color:#FFF;
}

div.panel-text a:visited
{
	color:#FFF;
}

div.panel-text a:hover
{
	color:#AAB6BF;
}

div.box1
{
	float:left;
	margin:10px 0px 0px 10px;
}

div.box2
{
	float:right;
	margin:10px 15px 0px 0px;
}
