/* StarArmy.com Stylesheet */
/* Work in Progress */

body {
	       margin:0;
	       font-family:Arial,helvetica,Verdana,sans-serif;
	       font-size:13px;
/* 	       font-weight:bold; */
	       text-align:center;
/* 	       letter-spacing: 1px; */
	       color:#FFFFFF;
	       link:#CCCCFF;
	       background:#000040;
/* background-image: url(images/stripe_bg.jpg); */
/* background-repeat: repeat-x; */
/* background-attachment: fixed; */
		   padding: 0px;
	       margin: 0px;

	}

a {
	color: #FFCCCC;
}

a:visited { color: #FFAAAA; }

a:hover { 
		text-decoration: underline; 
		color: #FF0000;
}

	   
#wrapper {
	       width:720px;
	       margin:auto;
	       padding:15px;
   	       background-color:#000020;
   	       border:2px solid #CCCCFF;
   	       text-align:left;
	}

div div {
	       background-color:#000020;
	       margin-bottom:10px;
	       padding:10px;
	}

div div div {
   	       background-color:#000020;
	}
	   
h1 {
	       font-family:"Trebuchet MS",Arial,helvetica,Verdana,sans-serif;
   	       font-size:18px;
   	       text-align:center;
	}

h2 {
	       font-family:"Trebuchet MS",Arial,helvetica,Verdana,sans-serif;
   	       font-size:18px;
   	       text-align:center;
   	}

p {
  	       font-weight:normal;
  	       text-align:left;
  	       text-transform:none;
  	       line-height:1.2;
	}

#header {
   	       height:115px;
	}

#container div {
   	       margin:0;
   	}

#footer {
   	       margin:0;
	       text-align:center;
   	       font-size:12px;
   	}
	   
#container {
   	       position:relative;
	}

#column-left {
	       width:270px;
	}

#column-right {
	       position:absolute;
	       top:10px;
	       right:10px;
	       bottom:10px;
	       width:400px;
	       overflow:auto;
	}

#buttonlinks li {
	list-style-type: none;
}

#twitter_update_list a {
	text-decoration: none;
	}


/*Navigation Menu */
#navcontainer { border-bottom: 1px #0000ca solid; }
#navlist
	{
	margin: 0;
	padding: .5em 0;
	list-style-type: none;
	background-color: #00007e;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
#navlist li { display: inline; border: 0px; font-size: 12px; margin: 0; }
#navlist li a
	{
	margin: 0;
	text-decoration: none;
	background-color: #00007e;
	color: #ffffff;
	padding: .5em 2em;
	}
#navlist li a:hover { background-color: #0000ca; color: #fff; }
#navlist li a#current { background-color: #0000ca; }
/* end navigation menu */

