/* Default CSS Stylesheet for a new Web Application project */




BODY
{
    BACKGROUND-COLOR: #E8EEFD;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    /*background-image:url('images/body_bkg.gif');*/
    background-position:left top;
    background-repeat:repeat-y;
    color:#0C2D83;
    

}

.the_table
{
	margin:0px;
	padding:0px;
	border-left:solid 1px #0C2D83;
	border-right:solid 1px #0C2D83;
}

#wrapper
{
	width:759px;	
    background-image:url('images/body_bkg.gif');
    background-position:left top;
    background-repeat:repeat-y;
	text-align:left;
	height:100%;


}

a
{
	text-decoration:none;
	color:#0D2D84;
}
a:hover
{
	text-decoration:underline;
	
}


#tickerarea
{
	font-size:1em;
	padding:0px;
}



#header_logo
{
	background-image:url('images/logo.gif');
	background-repeat:no-repeat;
	background-position:right top;
	height:116px;
}


#header_logo_image
{
	FLOAT:left;
	WIDTH:344px;
	margin-right:5px;
}
#header
{
	background-image:url('images/header_bkg.gif');
	background-color:#0D2D84;
	background-repeat:repeat-x;
	height:116px;
	color:#fff;
	margin-top:0px;
}

#header_menu
{
	position:relative;
	top:81px;
	background-image:url('images/header_strapline.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

#header_menu a
{
	text-decoration:none;
	color:#FFFFFF;
	margin-right:6px;
	margin-left:6px;
}

#header_menu a:hover,a:focus
{
	text-decoration:underline;	
	color:#FFFFFF;
}

.top_menu_selected
{
	text-decoration:none;
	color:#FFD129;	
		margin-right:6px;
	margin-left:6px;
}

.top_menu_selected:hover
{
	text-decoration:underline;
}

#container
{
	margin-top:30px;
	width:759px;

}

#container_menu
{
	
	float:left;
	width:123px;
	color:#FFD129;
	position:relative;
	left:-17px;
}



#container_menu ul li
{
	list-style-image: url(images/ring.gif);
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}

#container_footer ul li
{
	display:inline;
	background-image: url(images/ring_yel.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;

}

#container_menu a, #container_footer a
{
	text-decoration:none;
	cursor:hand;
	position:relative;
}

#container_menu a
{
	display: block;
	top:-3px;
	left:1px;
	color:#FFD129;
}

#container_footer a
{
	color:#0D2D84;
	padding-left:24px;
	padding-right:5px;
}

#container_menu a:focus,#container_menu a:hover,#container_footer a:focus,#container_footer a:hover
{
	text-decoration:underline;
}

#container_footer
{
	/*font-size:0.9em;*/
	clear:both;
	position:relative;
	left:-36px;
}

#container_content
{
	margin-left:120px;
	/*font-size:1.1em;*/


}

#container_content_content
{
	width:278px;
	/*width:275px;*/
	float:left;
	text-align:justify;

	margin-left:10px;
	margin-right:29px;
}

table
{
	font-size:1em;
	/*font-weight:bold;*/
}

.inputbox
{
	width:225px;
	FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 1em;
}


#container_content_title
{
	font-weight:bold;
	margin-bottom:10px;
	margin-left:15px;
}

#container_image
{
	clear:right;
	float:right;
	border-left:solid 1px #D5D6E8;
	margin-bottom:10px;
	/*margin-right:10px;*/
	background-color:White;
}

.spacedimage
{
	margin-bottom:29px;
	margin-left:29px;
	margin-right:29px;
	
}

.spacedimagelower
{
	margin-left:29px;
	margin-right:29px;
}

.news-seperator
{
	height:1px;
	color:#D5D6E8;
}
