/* @group global */body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #efeeee;
	background-image: url(pictures/bg_page.gif);
	margin-left: 35px;
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
}
/* default links */
a:link {
	color: #63b2db;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #63b2db;
}
a:hover {
	text-decoration: underline;
	color: #63b2db;
}
a:active {
	text-decoration: none;
	color: #c7dc6b;
}
h1 {
	color: #63b2db;
	font-size: 16px;
}
h2 {
	color: #63b2db;
	font-size: 14px;
}
h3 {
	color: #63b2db;
	font-size: 12px;
}
h4 {
	color: #63b2db;
	font-size: 10px;
}
.logo {
	background-color: #e2f0fb;
	height: 65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b6b6b;
	padding-right: 5px;
	padding-left: 5px;
}
.globaltable {
	width: 690px;
}

/* @end */

/* @group menu */

.navigation {
	background-color: #ffffff;
	height: 20px;
	padding: 5px;
	vertical-align: middle;
}
/* navigation preparation */
#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}
/* navigation positioning and size */
#menu {
	position: absolute;
	width: 680px;
	top: 115;
	left: 45;
}
/* section tabs (width=680px/ number of tabs) */
#menu dl {
	float: left;
	width: 136px;
	line-height: 15px;
}
/* section tabs border */
#menu dt {
	cursor: pointer;
	margin: 0px;
	color: #6b6b6b;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	text-transform: uppercase;
	text-align: center;
}
/* section text style */
#menu dt a {
	color: #6b6b6b;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
/* section rollover */
#menu dt a:hover {
	background: url(pictures/bg_navig2.gif);
}
/* subsection tabs */
#menu dd {
	background-color: #f6f7f8;
}
/* linkless subsections (rare) */
#menu li {
	background-color: #f7f9fa;
	text-align: left;
	list-style-type: none;
	text-indent: 5px;
}
/* subsection text style */
#menu li a {
	color: #6b6b6b;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	text-transform: uppercase;
}
/* subsection rollover  */
#menu li a:hover {
	background: url(pictures/bg_subnavig2.gif);
}

/* @end */
.content {
	background-color: #ffffff;
	padding: 5px;
	vertical-align: top;
}
.header {
	background-image: url(pictures/bg_header.gif);
	background-repeat: repeat-x;
	height: 161px;
}
.headerbottom {
	background-image: url(pictures/bg_header_bottom.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.colon1 {
	width: 250px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #c1c1c2;
	padding: 5px;
}
.colon2 {
	width: 250px;
	vertical-align: top;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #c1c1c2;
}
.colon3 {
	width: 250px;
	height: 180px;
	vertical-align: top;
	padding: 5px;
	background-image: url(pictures/home_promoboysgirls.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* @group index */

#index .colon1, #index .colon2, #index .colon3 {
	height: 100px;
	vertical-align: bottom;	
}

#index .colon2 {
}

#index .colon3 {
	background: none;
}

/* @end */
.rightillustration {
	text-align: right;
	vertical-align: text-bottom;
	float: right;
	margin: 5px 0px 0px 5px;
	clear: left;
	display: inline;
}
.bottom {
	vertical-align: bottom;
}
.bullet {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 12px;
}
.formheader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.field {
	background-color: #f0f3f4;
	border: 1px solid #63b2db;
	font-size: 11px;
	color: #666666;
}
.fieldwidth {
	background-color: #f0f3f4;
	border: 1px solid #63b2db;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	width: 250px;
}
.mandatory {
	color: #63b2db;
}
.footer {
	color: #ffffff;
	background-color: #bdd7e9;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6b6b6b;
}
.footer a {
	color: #ffffff;
}
.leftelement {
	float: left;
	width: 40%;
	text-align: left;	
}
.rightelement {
	float: right;
	width: 40%;
	text-align: right;
}
.lefttext {
	float: left;
	width: 380px;
	text-align: left;
}
.rightimage {
	float: right;
	width: 300px;
	text-align: right;
	vertical-align: text-bottom;
}
