* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

body {
	background: #485558 url("../images/bg.gif") top center repeat-y;
	color: #333;
	text-align: left; /* aligns #container in center */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
 	line-height: 1.8em;
}

/* =========================================================
	Site Structure
============================================================ */

#frame {
	width: 980px;
	margin: 0 auto;
}

#container {
	float: left;
	width: 960px;
	background: #1b1d1e;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* TOP NAVIGATION BEGINS
---------------------------------------------------------------*/

#top_nav {
	float: left;
	width: 960px;
	padding: 5px 0;
	background: #1b1d1e;
	font-size: 1.5em;
	font-weight: normal;
}

#top_nav ul.nav {
	float: left;
	margin-top: 5px;
}
	
#top_nav ul li {
	float: left;
	margin-right: 1px;
	list-style-type: none;
	font-size: 12px;
}
	
#top_nav div.search {
	float: right;
	margin: 0;
	padding: 0;
}

/* TOP NAVIGATION ENDS
---------------------------------------------------------------*/

/* HEADER BEGINS
---------------------------------------------------------------*/


#header {
	float: left;
	width: 940px;
	border-bottom: 1px solid #1b1d1e;
	margin-bottom:3px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
#logo {
	float: left;
	width: 200px;
	height: 90px;
	text-indent: -5000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo a { display: block; width: 382px; height: 55px; }
	
#top_ad {
	float: right;
	width: 728px;
	height: 90px;
}

/* HEADER ENDS
---------------------------------------------------------------*/

		
#content {
	float: left;
	background: #ffffff;
	width: 960px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

	div.left_column {
	float: left;
	width: 160px;
	margin-left: 5px;
	background: #ffffff;
	display: inline;
	overflow: hidden;
}

/* LEFT COLUMN BEGINS
---------------------------------------------------------------*/

div.left_column ul {
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 200%;
	letter-spacing: 1px;
	padding-left: 8px;
	list-style-type: none;
	text-align: left;
	font-size: 11px;
}

div.left_column h2 {
	color: #1b1d1e;
	font-size: 18px;
	padding-left: 6px;
	padding-top: 5px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #1b1d1e;
}

div.left_column p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

/* LEFT COLUMN ENDS
---------------------------------------------------------------*/

/* CENTER COLUMN BEGINS
---------------------------------------------------------------*/

.center_column {
	background: #fff;
	float: left;
	width: 604px;
	margin: 0;
	border: 1px solid #f1f1f1;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.center_column h1{
	margin-bottom: 0;
	color: #F8188C;
	background-color: #FCF;
	text-align: center;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
}

.center_column h2{
	margin-top: 0;
	color: #000;
	background-color: #F9F9F9;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}

.center_column h3{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	color: #f91982;
	border-bottom: thin dotted silver;
	border-top: thin dotted silver;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	font-variant: normal;
	overflow: hidden;
}

.center_column h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height : 19px;
	color: #1b1d1e;
	background-color: #EEEDDF;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin dotted silver;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}

.center_column h5{
	margin-bottom: 5px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #474747;
	background-color: transparent;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.center_column ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	padding-left: 20px;
	list-style-type: none;
	background-image: url(../images/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.center_column a, alink {
	font-size: 1.1em;
}
	
/* CENTER COLUMN ENDS
---------------------------------------------------------------*/


/* RIGHT COLUMN BEGINS
---------------------------------------------------------------*/
	
div.right_column {
	float: right;
	width: 162px;
	padding: 0;
	background: #ffffff;
	margin-right: 5px;
	border: 1px solid #f1f1f1;
}

div.right_column h2{
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 8px;
	padding-top: 5px;
	background-color: #ffa8d3;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}

div.right_column p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

div.right_column a, alink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #003399;
	font-weight: bold;
}

/* RIGHT COLUMN ENDS
---------------------------------------------------------------*/

/* FOOTER BEGINS
---------------------------------------------------------------*/

#footer {
	float: left;
	width: 940px;
	border-top: 5px solid #1b1d1e;
	background: #1b1d1e;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

	#footer h3 {
	color: #f1f1f1;
	border-bottom: 1px dotted #666;
	padding: 0 0 .2em 0;
	margin: 0 0 1em 0;
	font-size: 12px;
	letter-spacing: 1px;
}

	.footer_left { float: left; width: 720px; }
	.footer_left ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	background: url("../images/footer_li_bullet.gif") 0 0 no-repeat;
	padding-left: 20px;
	list-style-type: none;
}

	
		.footer_left_wide { float: left; width: 375px; }
		.footer_left_narrow {
	float: right;
	width: 300px;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 14px;
}
	
	.footer_right { float: right; width: 200px; }
	
	.footer_right ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	background: url("../images/footer_li_bullet.gif") 0 0 no-repeat;
	padding-left: 20px;
	list-style-type: none;
}
	
	.footer_wide {
	width: 920px;
	float: left;
	margin: 0 0 2.5em 0;
	padding: 10px;
	background: #333;
	color: #FFF;
	font-size: 12px;
}

	#footer	.footer_wide h3 {
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	letter-spacing: 1px;
}

/* FOOTER ENDS
---------------------------------------------------------------*/
/* =========================================================
	Global Styles
============================================================ */

/* TYPOGRAPHY 
---------------------------------------------------------------*/
p { margin: 0 0 1.5em 0; font-size: 1.2em; }

	p.center { text-align: center; font-size: 1.2em; }

	#footer p { color: #f1f1f1; }
	
em { font-style: italic; line-height: 1.4em; }

	.footer_left em { font-size: .95em; display: block; font-weight: bold; }
	.footer_left em a { color: #999; }

/* LINKS
---------------------------------------------------------------*/

a, a:link {
	color: #FF0099;
}
a:visited { color: #3A3A3A; }
a:hover {
	color: #1b1d1e;
}
a:active { color: #FF9900; text-decoration:underline; }

#photoTableLink {
	text-align: center;
}

#top_nav ul.nav a { color: #fff; padding: 5px 15px 10px 15px; text-decoration: none;  }
#top_nav ul.nav a:hover {  color: #1b1d1e; text-decoration: none; background: #fff; padding-bottom: 10px; }
#top_nav ul.nav a.active { background: #fff; color: #1b1d1e; font-weight: bold;  cursor: default; }
#top_nav ul.nav a.active:hover { padding-bottom: 10px; }
	

#footer a { color: #ccc; }
#footer a:visited { color: #999; }
#footer a:hover { color: #fff; }



/* =========================================================
	MISC. ADDITIONS
============================================================ */


/* RSS BOX BEGINS
---------------------------------------------------------------*/

#addSiteTo {
	width:90%;
	font-size:85%;
	text-align:left;
	padding:0 0;
	margin:0 auto;
	background-color: #FFFFFF;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
	width:91px;
	border:0;
	padding:1px 0;
	float: left;
	clear: left;
}

/* RSS BOX ENDS
---------------------------------------------------------------*/

#social_container {
	float:right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.legalmenu {
	font-size: small;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 25px;
}


.letter {
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFCC;
}

.quotation {
	background-color: #FFFFCC;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

.bold {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 2px;
	margin-left: 2px;
}

.xsmalltext {font-size: x-small
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

/*AD PLACE BEGINS*/

.TopLinkUnit {
	color: #000;
	background-color: #FCF;
	text-align:center;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.MedRectATF {
	text-align:left;
	float:left;
	width:336px;
	margin-top: 1px;
	margin-right: 7px;
	margin-bottom: 7px;
	height: 280px;
}

.SquareATF {
	text-align:left;
	float:left;
	width:300px;
	margin-top: 1px;
	margin-right: 8px;
	margin-bottom: 7px;
	height: 250px;
}

.BoxSolo {
	margin-top: 4px;
	margin-bottom: 7px;
	padding-bottom: 5px;
	height: 280px;
}

.horizontal {
	margin-top: 5px;
	margin-bottom: 10px;
}

.SkyScrap160 {
	text-align:center;
	float:right;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #000;
}

/*AD PLACE ENDS*/


/*IMG PLACE BEGINS*/

img
{  border-style: none;
}

.imgright {
	text-align:left;
	float:right;
	margin:10px;	
}

.imgleft {
	text-align:left;
	float:left;
	margin:10px;
}

.imgFloatLeftClear {
	float: left;
	clear: left;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 8px;
}

.imgFloatRightClear {
	float: right;
	clear: right;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 0px;
}

.imgCopyright {
	float: left;
	clear: left;
}

/*IMG PLACE ENDS*/

/*NEWS BEGINS*/

.titleBox_gsnb {
	color : #f91982;
	border-bottom: thin dotted silver;
	border-top: thin dotted silver;
	padding-top: 6px;
	padding-bottom: 6px;
}

#NewsStyle {
	overflow: hidden;
}

.searchResult {
	background: #fff;
	float: left;
	width: 935px;
	margin: 0 0 0 0;
	padding: 10px;
	border: 1px solid #f1f1f1;
}	

/*NEWS ENDS*/

#siteMapListRight {
	float: right;
	padding-left: 10px;
	width: 250px;
	line-height: 1.8em;
}

#siteMapListLeft {
	float: left;
	padding-right: 5px;
	width: 250px;
	line-height: 1.8em;
}

.siteMapListBold {
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #CCF;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.feedpublicize li {
	text-align:left;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
 }

/*ROUNDED CORNER BEGINS*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
/*ROUNDED CORNER ENDS*/
