html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color: #555;
}

#outercontainer {
	margin: 20px auto 20px auto;
	padding: 0;
	width: 926px;
	margin-bottom: 20px;
}

#container {	
	border-right: 2px dashed #ccc;
	border-left: 2px dashed #ccc;
	float: left;
	height: 100%;
	margin-bottom: 20px;
}

#leftcol {
	width: 452px;
	padding: 0 0 0 10px;
	float: left;
	height: 100%;
	
}

#rightcol {
	width: 440px;
	padding: 0 10px 0 10px;
	float: left;
	height: 100%;
}

#leftcol img {
	margin-bottom: 10px;
	border: 0px;
}

#rightcol img {
	margin-bottom: 10px;
	border: 0px;
}


#leftcol_col1 {
	width: 210px;
	border-right: 2px dashed #ccc;
	float: left;
	padding: 0 9px 0 0;
	margin: 10px 0 0 0;
}

#leftcol_col2 {
	width: 210px;
	float: left;
	padding: 0 10px 0 9px;
	margin: 10px 0 0 0;
	border-right: 2px dashed #ccc;
}

#rightcol_col1 {
	width: 210px;
	border-right: 2px dashed #ccc;
	float: left;
	padding: 0 9px 0 0;
	margin: 10px 0 0 0;	
}

#rightcol_col2 {
	width: 210px;
	float: left;
	padding: 0 0 0 9px;
	margin: 10px 0 0 0;
}

a {
	color: #00aeef;
}

a.linktext  {
	color: #555;
	text-decoration: none;
}

a.linktext:hover {
	color: #00aeef;
	text-decoration: underline;
}

hr {
	border: 0px;
	height: 1px;
	margin: 10px 0px;	
	border-bottom: 1px solid #ccc;
}

p {
	line-height: 16px;
	margin: 5px 0 10px 0;
}

.nav {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
.nav li {
	padding: 0;
	margin: 0px 0 0px 0;
	border: 1px solid white;
}

.nav ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.nav a {
	color: #00aeef;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding: 3px;
	margin: 0;
}

.nav a.active, .nav a:hover {
	color: #fff;
	background-color: #00aeef;
	font-weight: bold;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	font-style: italic;
	margin: 0;
	color: #000;
}

h2 {
	background-color: #ec008c;
	color: #fff;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	line-height: 20px;
}

h2.large {
	font-size: 32px;
	line-height: 32px;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	font-style: italic;
	margin: 0 0 5px 0;
	color: #000;
	padding: 0;

}

h1 a, h3 a {
	color: #000;
	text-decoration: none;
}

h2 a {
	color: #fff;
	text-decoration: none;
}


#rightcol p {
	font-size: 14px;
	line-height: 18px;
	color: #555;
}

#rightcol_col1 p, #rightcol_col2 p {
	line-height: 16px;
	font-size: 12px;
	font-family: Georgia, Times New Roman, serif;
}

#rightcol p.teaser {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-weight: normal;
}

img.maj_icons {
	margin: 2px;
	vertical-align: middle;
}
