body{
	padding:0px;
	margin:0px;

	font-family: arial, sans-serif;
	font-size:15px;
	color:#ffffff;
	background-color:#000000;


	background-image:url("../images/cover.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;

	}

a {
	color:#dddd00;
	text-decoration:none;
	}
a:hover {
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
	}


h1{
	font-size:36px;
	}

h2{
	font-size:30px;
	}
h3{
	font-size:24px;
	}
h4{
	font-size:20px;
	}

h5{
	font-size:17px;
	}

/* ************************** */
/* *** LOGO & HEADER AREA *** */
	

#banner {
	background-color:#00152a;
	background-color:#000b30;
	width:100%;
	padding:2px;
	margin:0px;
	margin-top:-4px;
	margin-bottom:0px;
	background-color:#000000;

	font-size:14px;
	}


#owner {
	font-family:verdana,arial,sans-serif;
	font-size:13px;
	font-weight:500;
	color:#668066;
	letter-spacing:0px;
	margin-top:6px;
	padding-left:12px;
	padding-right:2px;

	float:left;

}

.slogan{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	font-weight:500;
	color:#8899bb;
	background-color:#000000;
	letter-spacing:4px;
	text-align:center;

	padding-bottom:10px;
	}


/* ********************** */
/* ***   ICON MENU  *******/

#iconMenu {
	border-left:0px; border-right:0px;
	border-top:solid 1px #2a3a55; 
	border-bottom:solid 1px #000000;
	
	padding:8px;
	text-align:center;
	background-color:#081430;
	background-color:#001122;
	background-color:#000820;
	background-color:#000000; 
	background-image:url("/images/common/gradient-blue-hbar-05_600x64.jpg"); 
	background-color:#000000;
	background-repeat:repeat-x;
}

.iconMenuItem {
	width:173px;
	height:40px;
	font-family:arial,sans-serif;
	font-size:24px;

	font-weight:600;
	letter-spacing:1px;
	margin: 2px 14px 2px 14px; 
	
	cursor:default;
		
	border:solid 1px #082040;
	border-bottom-color:#000000;
	border-right-color:#000018;

	}

a:hover .iconMenuItem {
	border-color:#9999cc;
	border-bottom-color:#555577;
	border-right-color:#555577;

	cursor:hand;
	}



/* ******************** */
/* **** TEXT MENU ***** */

#textMenu {
	background-color:#081530;
	background-color:#000820;
	background-color:#00152a;
	background-color:#000b30;
/*	background-image:url("../images/common/gradient-blue-hbar-05_600x64.jpg"); */
	background-image:url("/images/bg/blue/blue-menu-bar-01_600x50.jpg"); 

	background-position:center;

	border-top:solid 1px #000000;

	border-bottom:solid 1px #000038;
	border-left:0px; border-right:0px;
	padding:1px;
	text-align:center;
}

.textMenuItem {
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:600;
	letter-spacing:1px;
	padding: 0px 6px 0px 6px;
	margin: 1px 6px 1px 6px;
	cursor:default;
	}

#subMenu .textMenuItem {
	font-size:12px;
	letter-spacing:0px;
	font-weight:500;
	}


.textMenuItem:hover{

/*	this works, but I've got nothing to add here -- yet	*/
	}



/* ***   VERTICAL MENU  *******/

#verticalMenu {
	width:280px;
	font-family: arial, verdana, sans-serif;

	border-left-width:1px;

	padding-left:480px; 
	padding-right:12px;
	margin-top:16px;
	margin-left:auto;
	margin-right:auto;

	padding-bottom:20px;


	}

.vMenuItem {
		width:280px;

		margin:4px;
		margin-right:24px;
		margin-top:12px;
		padding:6px;
		padding-right:12px;
		padding-left:10px;

		background-color:#111111;
		border-left:solid 1px #3b3b3b;
		border-top:solid 1px #3b3b3b;
		border-bottom:solid 2px #161616;
		border-right:solid 2px #161616;

		font-size:12px;
		color:#99ccff;
		line-height:18px;
		text-align:left;
		}


 .vMenuItem a {
	color:#3388ff;
	text-decoration:underline;
	}

 .vMenuItem a:hover {
	color:#ffff00;
	text-decoration:underline;
	}

.vmiTitle {
		color:#eeeeee;
		margin-bottom:3px;
		text-align:center;
		font-size:11px;
		font-weight:600;
		font-family: verdana, sans-serif;

		}



/* ***  BODY  *** */

.bondHorizontally {
	width:784px;
	}

#heading {
	width:400px;
	float:left;
	}

.date {
	width:42px;
	}


.comment {
	font-size:11px;
	color:#aaccdd;
	text-align:center;
	}