/* CSS Document */
body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #595959;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/BG_Gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link 		{ color: #00acfe; text-decoration: none; }
a:visited 	{ color: #00acfe; text-decoration: none; }
a:hover 	{ color: #00acfe; text-decoration: underline; }
a:active 	{ color: #00acfe; text-decoration: none; }

a.topnav:link 		{ color: #ffffff; text-decoration: none; margin: 0 15px; }
a.topnav:visited 	{ color: #ffffff; text-decoration: none; margin: 0 15px; }
a.topnav:hover 		{ color: #ffffff; text-decoration: underline; margin: 0 15px; }
a.topnav:active 	{ color: #ffffff; text-decoration: none; margin: 0 15px; }

hr {
color:#00acfe;
background-color:#00acfe;
border:0;
height:1px;
width: 100%;
text-align: center;
}

#PageBG {
width:100%;
}

.BG_Home {
background:url(../images/BG_Footer_Home.jpg) center bottom no-repeat;
}

.BG_Footer {
background:url(../images/BG_Footer.gif) center bottom no-repeat;
}

#Header {
width:100%;
height:253px;
background:url(../images/BG_Header.jpg) top left no-repeat;
margin-bottom:50px;
}

.topnav_container {
padding:15px 22px 0 0;
}

.copyright {
font-family:Arial;
font-size:10px;
}

#Welcome {
	float:right;
	width:60%;
	margin-right:10px;
	text-align:right;
	line-height:18px;
	margin-top: 0px;
}

#Content {
width:100%;
margin-bottom:50px;
text-align:left;
line-height:25px;
}

.BklynIntern {
color:#00acfe;
}

.Header_Main {
font-size:18px;
font-weight:bold;
color:#00acfe;
}

.Header_Sub {
font-size:14px;
font-weight:bold;
color:#00acfe;
}

.BodyText_Small {
font-size:12px;
line-height:20px;
}

.Highlight {
color:#00acfe;
}

.ulspacing li  {
margin-bottom:15px;
}

.indent p {
margin-left:25px;
}

.indent .title {
font-weight:bold;
}

input[type="text"], textarea {
width:150px;
font-size:12px;
border:1px solid #CCCCCC;
font-family:inherit;
color:inherit;
}

