/* CSS Document */
body
{
	margin: 0px;
	padding: 0px;
	background: #EEEEEE url('/images/bg.jpg') repeat-x left top;
	font-family : Arial, Helvetica, Sans-serif;
	font-size: small;
	color: #333333;;
}

a
{
	color: #2C61A9;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #2C61A9;
}

#sidebar ul
{
	clear:both;
	margin:0 0 0px;
	padding:0;
	list-style:none;
}

#sidebar ul li
{
	margin-left:0px;
	padding-left:13px;
	margin-bottom:2px;
	background:url(/images/icons/dbl_arrow.jpg) no-repeat 0px 5px;
}

.rightDynHead
{
	color: #000000;
/*	background-color:#555555;*/
	border-bottom: #E0DC8B 1px solid;
	font-weight: bold;
}

.devText
{
	color: #333333;
	font-size: x-small;
}

.devText:visited
{
	color: #333333;
}

.newsImg
{
	margin-right: 5px;
}

.imgStaticPage
{
	margin: 0 0 0 7px;
}

.newsHeading
{
	font-size: large;
	font-weight: bold;
	color: #0055BB;
}

.readMore, .readMore:visited
{
	color: #333333;
	font-weight: bold;
}

.readMore:hover
{
	color: #333333;
	font-weight: bold;
}

.rssNews
{
	padding: 3px 0 3px 0;
	border-bottom: #CCCCCC dotted 1px;
}

#newsBlock
{
	width: 187px;
	padding-right: 30px;
	float: left;
}

#searchArea
{
	float: right;
}

#header 
{
	background: url('/images/header/cosmos_ny.jpg') center no-repeat;
	width: 900px;
	height: 150px;
	margin: 15px auto;
	border: #FFFFFF 1px solid;
}

#logo
{	
	width: 100px;
	height: 80px;
	margin-top: 15px;
	margin-left: 15px;
}

#logoText
{
	margin: 10px 0 0 50px;
	color: #FFFFFF;
	font-size: large;
	text-transform: uppercase;
}

#search
{
	float: right; 
}

#container
{
	width: 900px;
	margin: 0px auto;
}

#content
{
	float: left;
	width: 900px;
	min-height: 605px;
	background: #ffffff;
}

#text 
{
	float: left;
	padding: 20px 5px 5px 5px;
	min-height: 605px;
	width: 655px;
	border-right: #EEEEEE 5px solid; 
}

#sidebar
{
	float:right; 
	width:230px; 
	min-height: 605px; 
	padding: 0 0 0 0; 
}

#rightBox
{
	padding: 12px;
}

#footer
{
	width: 900px;
	height: 100px;
	margin: 0px auto;
	text-align: center;
	font-size: xx-small;
}