*{
	margin:0;
	padding:0;
}
html{ background-color:#000;}
body{
	margin:0;
	padding:0;
	color:#FFF;
	height:100%;
	background:#000 url(../images/bgtile.jpg) repeat-x;
}
html{ 
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
a{outline:none;} /* Gets rid of Firefox's dotted borders */

.headerRoman, .headerRomanDotCom{
	font-weight:normal;
	font-size:155%;
}
.headerBold{
	font-weight:bold;
	font-size:155%;
	float:left;
}
#tagLine{
	line-height:3em;
}
.headerRomanTagLine{
	color:#FFF;
}

#mainContent{
	color:#FFF;
	font-size:85%;
}	
h1, h2{
	font-size:150%;
	font-weight:normal;
	padding-bottom:1em;
}
h2{
	padding-top:1em;
}
h3{
	font-size:125%;
	font-weight:normal;
	padding-bottom:1em;
	padding-top:1em;
}
p{ padding-top:0.5em;}

a{ 	color:#FFF;}
a:visited{color:#939393;}
a:hover{color:#FF6600;}
.inline{font-weight:bold;}
#header a{color:#000; text-decoration:none;}
#header a:hover{color:#FFF;}


#mainHolder{
	max-width:60em;
	min-width:600px;
	margin:0 auto 0 auto;
	background:#FFF;
}
#content{
	margin:0 1em 0 1em;
	background:#000;
}
#header{
	margin:0;
	background:#5C5C5C url(../images/headerbg1.gif) repeat-x;
	height:2em;
	color:#000;
	
	font-weight:bold;
	line-height:1.7em;
	font-size:76%;
	padding-left:1em;	
}

#branding{
	height:7em;
	min-height:90px;
	
	padding:0.7em 0 0 0.5em;
	font-size:100%;
	color:#FF6600;
	line-height:2em;	
}
#logo{
	margin:0.5em 1em 0em auto;
	width:155px;
	height:80px;
	float:right;
	background:#000 url(../images/logo.jpg) no-repeat;
}

#mainContent{
	margin:0;
	padding-left:0.7em;
	float:left;
	width:65%;
}
#mainArticle{
	margin:1em 0 0 0;
	width:98%;
	line-height:1.5em;
	float:left;
	padding-right:1em;
	border-right:dashed 1px #FFF;
}
#ruler{
	clear:both;
	display:block;
}
#sideContent{
	float:right;
	min-width:100px;
	margin:1em 1em 0 0em;
	width:30%;
}
.sideContentHolder{
	padding-bottom: 3em;
}
.sideContentHeader{
	min-height:1em;
	background:#5C5C5C url(../images/headerbg1.gif) repeat-x;
	color:#000;
	padding-left:0.5em;
	font-weight:bold;
	border-bottom:1px solid #FF6600;
}
.sideContentCopy{
	background-color:#000;
	font-size:75%;
	padding-left:0.55em;
	padding-top:1em;
}
.sideContentCopy ul, ul{
	padding-left:1em;
}

#footer{
	clear:both;
	margin:1em 0 0 0;
	background:#5C5C5C url(../images/headerbg1.gif) repeat-x;
	height:1.2em;
	color:#000;
	text-align:center;
	line-height:1.2em;
	font-size:76%;
}

.largeInput{
	width:40em;
	height:15em;
}
.clearNone{
	clear:none;
	display:inline;
}
.center{
	text-align:center;
}
code{
	display:block;
	clear:both;
	border: 1px dotted #FF6600;
	background-color:#919191;
	color:#000;
}
.strikeout{
	text-decoration: line-through;
}

.articleImage{
	border-style:solid;
	border-color:#FF6600;
}
dt, dd{
	text-align:center;
}
dd{
	font-size:76%;
}
.validation img{border:0px;}
#menu{
	margin:0;	
}
#menu ul{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	height:1.6em;
	background:#000 url(../images/headerbg2.gif) repeat-x;
	border-bottom:1px solid #FF6600;	
}
#menu li{
	display:inline;
	margin:0pt;
	padding:0pt;
}
#menu a, #menu .current{
	margin:0;
	color:#FFF;
	text-decoration:none;
	padding:0em 0.8em 0.25em 0.8em;		border-right:1px solid #FFF;
	float:left;
}
#menu a:hover{
	background:#5C5C5C url(../images/hover1.gif) repeat-x;
}
#menu .current, #menu a.current{
	background:#7E7E7E url(../images/headerbg3.gif) repeat-x;
	color:#000;
	font-weight:bold;
}