@charset "utf-8";


/*-- HTML tag styling */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0;
	font-size: .75em;
	background-color: #b3d1cf;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #d9e8e9;
}

h2 {
	clear: both;
	margin: 10px; 
	padding: 0;
	padding-top: 5px; 
	font-size: 16px;
	color: #7f7f81;
	font-weight: bold;
	text-align: left;
}

h3 {
	clear: both;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	margin: auto; 
	padding: 0;
	padding-top: 30px; 
	padding-bottom: 50px;
	font-size: 18px;
	text-align: left;
	color: #94a3a3;
}


h4 {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: auto; 
	padding: 0;
	padding-top: 7px; 
	font-size: 14px;
	color: #94a3a3;
	font-weight: bold;
}

img {
	margin: auto;
}
	
a:link {color: #e11765; text-decoration: underline;}
a:visited {color: #e11765; text-decoration: underline;}
a:hover {color: #e11765; text-decoration: none}
a:active {color: #e11765; text-decoration: underline;}


/*-- Header */
#Header{
	/*background: transparent url(../images/header.jpg) no-repeat;*/
	height: 120px;
	width: 1000px;
	padding: 25px 0 50px 0;
	margin: 0 auto;
	border: 0;
}


/*-- Layout*/
#Container { /*Everything lives in this */
	width: 1000px; 
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#Content{
	padding: 0;
	margin: 0;
	border: 0;
}

.ImgFloatLeft{
	float: left;
	margin-right: 10px;
}

.ImgFloatRight{
	float: right;
	margin-left: 10px;
}

.ImgCenter{
	margin: 0 auto;
}

/*-- Specialized Design */
.HSpacer {
	height: 20px;
	background: transparent url(../images/HSpacer1.gif) no-repeat;
	background-position: center;
}

.HSpacerLeftSide {
	height: 20px;
	background: transparent url(../images/HSpacer1.gif) no-repeat;
	background-position: left;
}

.HSpacer3{
	clear: both;
	height: 7px;
	margin-bottom: 10px;
	background: #2576ab url(../images/horizontalspace.gif) repeat-x;
	background-position: center;
}
*/

.PadLeft25 {
	padding: 0 0 0 25px;
}

.ClearBoth {
	clear: both;
}

.accentuated{
	min-height: 23px;
	width: auto;
	text-align: left;
	background: transparent url(../images/accent.gif) no-repeat;
	background-position: top left;
	padding-left: 17px;
}

#logo{
	margin: auto;
}

#logo a img {color: #dae8e9; border-color: #dae8e9;}


/* Hack for slideshow to center in IE...*/
.logoImage {text-align: center; color: #dae8e9;} /*add an logoImage.a with color of: dae8e9
/* Hack for slideshow to work with FF... */
.logoImage>div {margin: 0 auto;}





#logoText {
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: auto; 
	padding: 0;
	padding-top: 10px; 
	font-size: 22px;
	color: #fbfefe;
}

/*-----------Footer -----------------*/
#footer{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: auto; 
	padding: 0;
	padding-top: 1px; 
	margin-bottom: 150px;
	font-size: 14px;
	color: #7f7f7f;
	font-weight: bold;
}

#FooterRight {
	float: right;
	padding: 17px 80px 0 50px; 
}

