body {
	background: #6666CC url(concepts/5/images/bg3.jpg) repeat-x;
	font-family:Verdana;
	font-size: 10;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}


/* images */

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }


.headerlink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #000000; font-weight: bold}
.headerlink:hover { color: #000000;}
.sublinks { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.sublinks:hover { color: #000000}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.navtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #FFFFFF; font-weight: bold}
.navtext:hover { color: #7B042D}
.tx_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #7B00A4;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.tx_text {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: normal}
.tx_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0066;
	text-decoration: none;
	font-weight: bold
}
.tx_link:hover { color: #000000}
.tx_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #41037F;
	text-decoration: none
}
.b_a_sidebar { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 20px; font-weight: bold; color: #000000; text-decoration: none }
.tinynew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.navtext_link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	line-height: 18px;
	font-variant: normal;
}


larger_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #ffffff;
}

#header h1 {
	float: left;
	margin: 0px 0 0 10px;
	font-size: 45px;
	letter-spacing: -3px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #395197;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff ;
}

#menu1 a:hover {
	background-color: #ffffff;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #000000;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	padding-top: 0px;
	border: 10px solid #FFFFFF;
	background: #6eebcf;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 590px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {
	width: 850px;
	margin: 0 auto;
	padding-top: 5px;
}
