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

/* CSS ZEROING DEFINITIONS */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ul  { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline: 0; }

/* CSS ZEROING DEFINITIONS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.6em;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../../gfx/mainBackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#wrapper {
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper #topStrip {
	background-color: #66cccc;
	height: 22px;
}
#wrapper #headerHome {
	height: 228px;
	background-image: url(../../gfx/logoHome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#wrapper #masterNavigation {
	background-color: #66CCCC;
	height: 41px;
}
#wrapper #content {
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 350%;
	color: #333399;
	font-weight: normal;
	padding-bottom: .8em;
}
#wrapper #footer {
	background-color: #66CCCC;
	padding: 10px;
	text-align: center;
	color: #333399;
	margin-top: 15px;
}
/* CUSTOM CLASSES */

.imageRightOutlined {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}

.imageLeftOutlined {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.imageRight {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}

.imageLeft {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* CUSTOM CLASSES END */
.clearMe {
	clear: both;
}
#wrapper #content p {
	line-height: 1.6em;
	padding-bottom: 1.4em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #333399;
	font-weight: normal;
	padding-bottom: 0.4em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#wrapper #footer a {
	color: #339;
	text-decoration: underline;
}
#wrapper #footer a:hover {
	color: #FFF;
	text-decoration: none;
}
