/*Dawid and Gatti Style Sheet*/

body	{
	margin:		0;
	padding:	0;
	font: 16px/18px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	color:	#000;
	background: #022d5f url(images/bgfade.gif) repeat-x;
	}

	
div, p, th, td, li, dd, dl, dt,  blockquote  {
             /* redundant selectors to help NS4 not forget */
	font: 16px/18px "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;	
    }

li {
	line-height: 1.5em;
	}
    
#main {
	width: 950px;
	margin: 1px auto;	
	position: relative;
	background: #fff;
	padding: 0;
	}

/*FrontPageLayout*/
#fpheader {
	margin: 0 auto;
	position: relative;
	}

#fptopnav {
	position: relative;
	background: #002a5c;
	margin: 0;
	color: white;
	width: 910px;
	height: 24px;
	padding: 5px 40px 0 0;	
	text-align: right;
	border-bottom: 4px solid #881635;
	}


#fptopnav a {
	text-decoration:	none;
	color: #fff;
/*	font-weight: bold;*/	
	}	
	
#fptopnav a:hover {
	text-decoration: underline;
	color: #669;
	}	
/*EndFrontPageLayout*/


/*InnerPageLayout*/
#header {
	margin: 0 auto;
	position: relative;
	}

#topnav {
	position: relative;
	background: #002a5c;
	margin: 10px 0 0 0;
	color: white;
	width: 910px;
	height: 26px;
	padding: 5px 40px 2px 0;	
	text-align: right;
	border-bottom: 6px solid #881635;
	}


#topnav a {
	text-decoration:	none;
	color: #fff;
/*	font-weight: bold;*/	
	}	
	
#topnav a:hover {
	text-decoration: underline;
	color: #669;
	}	
/*EndInnerPageLayout*/


#rightside {
	width: 240px;
	margin: 0 0 0 0;
	position: absolute;
	top: 140px;
	left: 700px;
	}
		
/*NavBar*/
#navbar {	
	width: 150px;
	position: relative;
	height: auto;
	float: right;
/*	border: 1px solid black;*/
	padding: 0;
	margin: 80px 30px 0 30px;	
	}
	
#navbar a {
	text-decoration: none;
	color: #222;
/*	font-weight: bold;*/	
	display: block;
	}	
	
#navbar a:hover {
	text-decoration: underline;
	color: #669;
	}
#navbar ul {
	position: relative;
	list-style: none;
	width: auto;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
/*	border-top: 1px solid black;*/
	}


#navbar li {
	text-align: right;
	text-decoration: none;
	padding: 6px 0 6px 10px;	
	background: #fff;
	}
	
	/*menu page indication*/
#home a#linkhome,
#profiles a#linkprofiles,
#news  a#linknews,
#contact a#linkcontact,
#resources a#linkresources,
#business a#linkbusiness,
#defense a#linkdefense {
	color: #881635;
	font-weight: bold;
	}	
	

#home a#linkhome:hover,
#profiles a#linkprofiles:hover,
#news  a#linknews:hover,
#contact a#linkcontact:hover,
#resources a#linkresources:hover,
#business a#linkbusiness:hover,
#defense a#linkdefense:hover
	 {
	color: #881635;
	text-decoration: none;
	}

#fpcontent  {
/*	border: 1px solid blue;	*/
	background: #fff;
	position: relative;	
	width: 920px;
	margin: 0 0 0 0;
	padding: 0;	
	}


#content  {
/*	border: 1px solid blue;	*/
	background: white;
	position: relative;	
	width: 550px;
	margin: 20px 0 10px 40px;
	padding: 0;	
	}
	
	
#footer {
/*	border: 1px solid blue;	*/
	width: 950px;
	float: none;
	font-size: .9em;
	position: relative;
	margin: 0 auto;
	padding: 10px 0 8px 0;
	text-align: center;
	}


h1, h2, h3, h4, h5, h6	{
	font-family: Georgia, serif;
	font-weight: bold;
	color: #002a5c;
	background: transparent;
	margin-top: 16px;
	}
	
h1	{
	font-size:	20px;
	line-height: 24px;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}