html
{
height: 100%;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #66CCCC;
}
a:active {
	color: #FF9900;
}
h1 {
	color: #D2C29D;
	font-size: 24px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h2 {
	color: #66CCCC;
}
h3 {
	color: #FF9900;
}

#container {
width: 100%;
height: 100%;
}
#columns {
height: 100%;
}
#left_column {
width: 200px;
height: 100%;
}


.warning { color: red; border-color: pink; border-style: dashed; border-width: 2px; }
.headerlogo { overflow: hidden; }

.falloutshelter {
background-image: url(/images/bkg2.gif);
background-repeat: repeat-y;
background-position: top;
height: 100%;
}

.contentheader
{
	background-image: url(/images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
margin: 0;
padding: 0;
padding-top: 10px;
color:red;
font-weight: bold;
height:106px;
}
.contentcontainer
{
	width: 600px;
background-color: white;
margin: 0;
padding: 0;
}
.content
{
background-color: white;
margin: 0;
padding-left: 20px;
padding-right: 10px;
}

.whitesmprint {color: #FFFFFF; font-weight: bold; text-decoration: none;}
.whitesmprint a:link{color: #FFFFFF; font-weight: bold; text-decoration: none;}
.whitesmprint a:visited{color: #FFFFFF; font-weight: bold; text-decoration: none;}
.whitesmprint a:active{color: #FFFFFF; font-weight: bold; text-decoration: none;}
.whitesmprint a:hover{color: #FFFFFF; font-weight: bold; text-decoration: none;}

.graysmprint {color: #808080;}
.graysmprint a:link {color: #808080;}
.graysmprint a:visited {color: #808080;}
.graysmprint a:active {color: #808080;}
.graysmprint a:hover {color: #FFFFFF;}

.style6 {color: #333333; }
.style14 {color: #FF0000}

img.thumbnail
{
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	margin: 2px;
	margin-bottom: 1px;
}
img.thumbnailborder
{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	margin: 2px;
	margin-bottom: 1px;
}

img.photograph
{
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	margin: 4px;
margin-bottom: 4px;
}
img.photographborder
{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: 0;
	margin: 4px;
margin-bottom: 4px;
}

#bookmarks
{
}
#bookmarks ul{
		text-align:center;
		list-style:none;
		margin:6px 0 4px 0;
		padding:0;
}
#bookmarks ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
padding-left: 18px;
}
#bookmarks ul li.delicious{
	background:url("/images/icons/delicious.gif") no-repeat 0 0;
}
#bookmarks ul li.digg{
	background:url("/images/icons/digg.gif") no-repeat 0 0;
}
#bookmarks ul li.stumbleupon{
	background:url("/images/icons/stumbleupon.gif") no-repeat 0 0;
}
#bookmarks ul li.reddit{
	background:url("/images/icons/reddit.gif") no-repeat 0 0;
}
#bookmarks ul li.facebook{
	background:url("/images/icons/facebook.gif") no-repeat 0 0;
}
.pink-italic{color: #FF33CC; font-weight: bold; font-style: italic;}
.dkred {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.dkblue {
	color: #3333CC;
	font-style: italic;
	font-weight: bold;
}

.bigboldred {color: #990000; font-family: "Times New Roman", Times, serif; font-size: 1.5em;}
.boldred {color: #990000; font-size: .8em; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* messages */
.explaination
{
color:#000;
font-size:1em;
font-family:"New York","Arial Black",Arial,san-serif;
font-weight:400;
text-shadow:#f5e5e5 2px 3px 2px;
background:#f0f0ff;
border-color:#f0f0f0;
border-style:solid;
border-width:1px;
margin:.5em;
padding:.1em .2em;
}

.success
{
color:#000;
font-size:1em;
font-family:"New York","Arial Black",Arial,san-serif;
font-weight:400;
text-shadow:#f5e5e5 2px 3px 2px;
background:#f0f0ff;
border-color:silver;
border-style:solid;
border-width:1px;
margin:.5em;
padding:.1em .2em;
}

.error
{
color:red;
font-size:1.1em;
font-family:Arial,san-serif;
font-weight:bold;
text-shadow:#f5e5e5 2px 3px 2px;
background-color:#ffffb0;
border-color:black;
border-style:dashed;
border-width:2px;
margin: .5em;
padding: 0em;
padding-left: 1em;
padding-right: 1em;
}
.nobr { white-space: nowrap; }