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

html {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin:0px;
	background-image:url(../site_images/bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color:#4a4a4a;
	width:100%;
}

.outer {
	width:900px;
	margin:0px auto 0px auto;
}

#header {
	width:900px;
	float:left;
	height:71px;
	padding-top:7px;
	padding-bottom:50px;
}

#header img {
	margin:13px 0px 0px 0px;
	float:left;
}

#header ul {
	list-style:none;
	display:block;
	margin:28px 0px 0px 0px;
	float:right;
	width:715px;
	padding:0px;
	text-align:right;
}

#header ul li {
	display:inline;
	font-size:0.750em;
	font-weight:bold;
	margin:0px 23px 0px 0px;
	padding:0px;
}

#header ul li a {
	color:#FFFFFF;
}

#header ul li a:Hover {
	color:#ec037c;
	background-color:#4a4a4a;
}

#header ul li a:Active {
	color:#ec037c;
}

#header .selected {
	color:#ec037c;
}

#content {
	width:100%;
	float:left;
}

#band {
	width:100%;
	background-color:#ededed;
	border-top:solid 1px #c5c4c4;
	border-bottom:solid 1px #c5c4c4;
	float:left;
	margin:70px 0px 0px 0px;
}

#newsMenu {
	width:277px;
	float:left;
}

h4 a:Hover{
	color:#FFFFFF;
}

#newsContent {
	width:554px;
	float:right;
	padding:20px 0px 0px 0px;
	overflow:hidden;
}

#newsContent p {
	font-size:15px;
}

#newsContent li {
	margin-bottom:10px;
}

#footer {
	width:100%;
	background-color:#ededed;
	border-top:solid 1px #c5c4c4;
	border-bottom:solid 1px #c5c4c4;
	float:left;
	margin:70px 0px 0px 0px;
	height:150px;
	overflow:hidden;
}

input {
	border:solid #bbbbbb 1px;
	width:440px;
	height:20px;
	font-size:15px;
	padding:5px;
	color:#ec037c;
}

label {
	display:block;
	margin-bottom:10px;
	font-size:0.875em;
}

textarea {
	border:solid #bbbbbb 1px;
	width:440px;
	height:100px;
	font-size:15px;
	padding:5px;
	color:#ec037c;
	font-family:Arial, Helvetica, sans-serif;
}

.required { color:#ec037c; }

.study_thumb {
	border: solid 1px #ec037c;
	float:left;
	margin-right:5px;
}

#date {
	margin-top:-18px;
	font-style:italic;
	float:right;
	font-size:11px;
}

#everywhere {
	height:120px;
	overflow:visible;
	width:170px;
	top:-40px;
	left:120px;
	position:relative;
}

#everywhere a {
	cursor:pointer;
}

#everywhere_button {
	position:absolute;
	left:0;
	bottom:0;
}

#everyOuter {
	position:relative;
	width:169px;
	height:130px;
	bottom:39px;
	left:2px;
}

#everywhere_up {
	display:none;
	width:165px;
	background-color:#FFFFFF;
	position:absolute;
	border: solid 1px #e5e4e4;
	padding-bottom:5px;
	bottom:0;
	left:0;
}

#s2 {
	width:554px;
	height:175px;
	float:left;
	overflow:hidden;
}

img		{	border:0px;		}
a 			{	color: #ec037c; text-decoration:none;	}
a:Hover	{	color:#FFFFFF; background-color:#ec037c; 	}
h1			{  font-size:48px; color:#000000;	line-height:1.01em; letter-spacing:-3px;	text-transform:uppercase;	}
h2			{	font-size:40px;	margin:0px 0px 10px 0px;	color:#000; 	font-weight:normal; }
h3			{	color: #ec037c;	font-size:24px;	text-transform:uppercase;	}
h4			{	color: #ec037c;	font-size:14px;	}
hr			{	color: #ec037c;	}