@charset "UTF-8";
/* CSS Document */

/* TAGS */
body {
	height: 100%;
	background-color: #66CCCC;
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #FA002C;
}
a:visited {
	color: #FA002C;
}
a:hover {
	color: #00CDCD;
}
a:active {
	color: #00CDCD;
}

/* LAYOUT */
#header {
	background-image: url(../graphics/masthead_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 118px;
	padding-top: 10px;
}
#masthead {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	padding: 0px;
}
#content {
	width: 942px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 420px;
	background-image: url(../graphics/aztec-bird2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#welcome {
	padding-top: 30px;
	padding-left: 30px;
	letter-spacing: 1px;
	width: 500px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
#content .logo  {
	float: left;
	width: 170px;
	height: 300px;
}
#sign {
	float: right;
	width: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00CDCD;
	padding-top: 15px;
	padding-bottom: 12px;
}

/* OTHER ELEMENTS */
.clear {
	clear: both;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #F9002C;
	letter-spacing: 1px;
}
.ka_thirdParty_icons a{
	background:transparent url(../3rdParty_logos.png) no-repeat scroll 0 0;
	height:23px;
	width:131px;
	display:block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
