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

/* colors */
/* PMS 430 gray: #7b848b */
/* PMS 541 blue: #35587d */



/* main page styles */

.title {
	margin-left: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 10px;
	font-weight: normal;
}




.introtext {
	font-family: Times, serif;
	font-size: 26px;
	color: #35587d;
	margin-left: 50px;
	margin-top: 15px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 50px;
	text-transform: uppercase;
	color: #7b848b;
	font-weight: normal;
	margin-top: 30px;
}

.headline-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 50px;
	text-transform: uppercase;
	color: #7b848b;
	font-weight: normal;
	margin-top: 15px;
}

.team_name {
	font-size: 18px;
	text-transform: none;
}


.text {
	font-family: Times, serif;
	font-size: 19px;
	line-height: 25px;
	color: #35587d;
	margin-left: 50px;
}

.text a, .text_tighttop a {
	color: #35587d;
}

.text_how {
	font-family: Times, serif;
	font-size: 19px;
	line-height: 25px;
	color: #35587d;
	margin-left: 50px;
	margin-right: 20px;
}

.text_proc {
	font-family: Times, serif;
	font-size: 18px;
	color: #35587d;
	}
	
.text_proc li{
	margin-top: 6px;
	line-height: 20px;
	}
 
ul.triangle{
	font-family: Times, serif;
	font-size: 19px;
	color: #35587d;
	margin-left: 32px;
	list-style:url("../images/triangle.png");
}

.text_tighttop {
	font-family: Times, serif;
	font-size: 19px;
	line-height: 25px;
	color: #35587d;
	margin-left: 50px;
	margin-top: -10px;
}

ul.triangle li {
	margin-top: 20px;
}


.colophon {
	font-family: Times, serif;
	font-size: 13px;
	color: #35587d;
	margin-left: 27px;
}


/* side menu styles */


.menutext  {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 13px;
	color: #7b848b;
	text-transform: uppercase;
	text-align: right;
	margin-right: 20px;
}

.menutext a, .menutext_sub a  {
	text-decoration: none;
	color: #7b848b;
}

.menutext a:hover, p.menutext_sub a:hover {
	text-decoration: none;
	color: #35587d;
	font-weight: bold;
}

.menutext_sub  {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 13px;
	color: #7b848b;
	text-align: right;
	margin-top: -8px;
	margin-right: 20px;
}

.menutext_here {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 13px;
	color: #35587d;
	text-transform: uppercase;
	text-align: right;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
}

.menutext_sub_here {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 13px;
	color: #35587d;
	text-align: right;
	margin-right: 20px;
	margin-top: -8px;
	text-decoration: none;
	font-weight: bold;
}

.menutext_here a, .menutext_sub_here a {
	color: #35587d;
	text-decoration: none;
}




/* bottom menu styles */


.menutext_white  {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 27px;
	padding-top: 3px;
}

.menutext_white a  {
	text-decoration: none;
	color: #ffffff;
}

.menutext_white a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.menutext_white_here {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 13px;
	color: blue;
	text-transform: uppercase;
	padding-top: 3px;
	font-weight: bold;
}

.menutext_white_here a {
	color: #ffffff;
	font-family: 'Cabin Condensed', sans-serif;
	text-decoration: underline;
}

