/* base styles */
* {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003366;
	background-image: url(../images/tile.gif);
	}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
p {
	font-size: 1.2em;
	line-height: 1.66667em;
	margin: 0.5em 0 1.66667em;
	}

#outerWrapper {
	width: 924px;
	background-image: url(../images/drop_shadow.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: center;
}


#wrapper {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#mainContent {
	float: left;
	background-image: url(../images/spiral_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 912px;
	padding-top: 20px;
}
.width {
	width: 912px;
}
.selected {
	font-weight: bold;
}


/* content panels */
.content {
	background-color: #EBEDEE;
	margin-top: 2em;
	width: 208px;
	float: left;
}
.wrap {
	border: 1px solid #3C6691;
	}
.content p {
	font-size: 1.1em;
	padding: 1em 1em 0;
}

.content img {
	padding: 2px;
	border: 1px solid #94B1C7;
	margin: 1em 1em 0;
}


/* central content */
#content {
	float: left;
	background-image: url(../images/dottedBrdr.gif);
	background-repeat: repeat-y;
	background-position: 20px top;
	padding: 0 0 20px 40px;
	text-align: justify;
}
#content .content {
	width: 380px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3C6691;
	padding: 0 0 1em 0;
	text-align: left;
	}


#content .content img {
	margin: 1em;
	margin-bottom: 0;
	float: left;
}
blockquote {
	width: 432px;
	background-color: #EBEDEE;
	border: 4px solid #6D95B1;
	border-width: 4px 0;
	padding: 10px;
	margin: 0;
	text-align: left;
}
#content blockquote img {
	display: block;
	margin: 0px;
	padding: 2px;
	float: left;
	border: 1px solid #6D95B1;
	width: 131px;
}
#content blockquote p {
	font-size: 1.5em;
	float: left;
	margin-left: 2em;
	width: 250px;
	display: block;
}
#content .image {
	border: 1px solid #003366;
	padding: 2px;
	float: left;
}
#content p.intro {
	margin-top: 0px;
	padding: 0 0 0 1em;
	font-weight: bold;
	float: left;
	display: block;
	width: 220px;
}
.width1 {
	width: 452px;
	}
.width2 {
	width: 620px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 210px;
	padding: 0 0 20px 10px;
}

#navigation {
	float: left;
	width: 210px;
}




span.tr, span.tl {
	background-image: url(../images/tr.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 4px;
	float: right;
}
span.tl {
	background-image: url(../images/tl.gif);
	float: left;
}
p.address {
	font-weight: bold;
	padding-left: 1em;
}
#address {
	margin-bottom: 1.5em;
}
#address td {
	padding: 3px 5px;
	font-size: 1.2em;
	text-align: left;
}
#address th {
	font-size: 1.2em;
	padding: 1px;
}

/* footer */
#footer {
	background-color: #6F94AF;
	float: left;
}
#legal {
	float: left;
	padding: 2px 6px;
}
#link {
	display: block;
	float: right;
	padding: 2px 6px;
}


.information {
	width: 200px;
	float: left;
}



div.roundCorners {
	height: 4px;
	background-color: #3C6691;
}
#structure {
	float: right;
	width: 150px;
	padding-right: 10px;
}



#contacts td {
	background-color: #FFFFFF;
}
#contacts th {
	text-align: left;
	padding-left: 6px;
	background-color: #6D95B1;
	color: #FFFFFF;
}
#subSection {
	float: left;
}
#subSection img {
	display: block;
	float: left;
	width: 239px;
	margin: 0px;
	padding: 0 0 30px 30px;
}


#media {
	padding-left: 40px;
}

