body
{
	background: black url(../images/bg.jpg) repeat;
	font-family: Times New Roman, Tahoma, Arial;
	overflow
}
html
{
    overflow-x: hidden;
}

.textonly {
height:500px;
left:2100px;
position:absolute;
width:300px;
background-color: #9FA2A7;
}

h1
{
	color: #dddddd;
}

img
{
	display: block;
}

.imgline
{
    width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 1px;
}

#add
{
	float: right;
	vertical-align: middle;
	color: #494949;
	text-align:center;
	margin-top:40px; 
	margin-right:15px;
	font-size: 14px;
	font-family: Goudy Old Style, Times New Roman, Tahoma, Arial;
}

#container
{
	width: 804px;
	min-width: 800px;
	max-width: 804px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #494949;
	border-left: none;
	border-right: none;
	background: url("/images/bg_2.jpg") repeat-y;
	overflow: auto;
}
p
{
    padding-top: 4px;
}
p.top
{
    padding-top: 8px;
}

#content
{
	float: right;
	width: 540px;
	padding: 10px;
	min-height: 480px;
}
#bodycontent
{
    height: 100%;
}
#content a
{
	color:#535353;
}
#content ul
{
    padding-left: 20px;
}
#content ul li
{
    color:#000;
    padding-left: 10px;
}

#content h1
{
	color:#000;
	font-size: 25px;
    margin-bottom: 0px;
    font-weight: normal;
}

   
.rightcolpad
{
    padding-left: 60px;
}


#header
{
	background-color: #FFF;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	border: solid 2px #494949;
	border-top: none;
	border-bottom: none;
}

#leftMenu
{
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	height: 450px;
	min-height: 450px;
	padding: 25px;
	float: left;

}

#leftMenu a
{
    color: #FFF;
}

#spacer
{
	width: 10px;
	min-width: 10px;
	max-width: 10px;
	height: 500px;
	min-height: 500px;
	float: left;
}

a
{
	color: #494949;
}

ul li
{
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 15px;
	color:White;
}

ol
{
	list-style-type:decimal;
	list-style-position: inside;
    padding-left: 2em;
    text-indent: -2em;
}
ol li
{
	margin-bottom:5px;
}
ul li
{
	margin-bottom:3px;
}
.collapse
{
    display: none;
}
