body
{
    font-size:80%;
    font-family: Arial, Verdana, Sans-Serif;
}

p
{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
}

hr
{
	margin: 10px;
	border: 1px solid #9fa0a2;
}

.box
{
	border: solid 1px black;
}

.articleTitle
{
	font-weight: bold;
	font-size: 1.15em;
	display:block;
	margin-top: 13px;
	margin-bottom: -8px;
}





.inputbox
{
    border: 1px solid black;
    background-color: #eee;
}

.button
{
    border:1px solid black;
}


.colLeft
{
	/*
    width: 235px;
    border-right: 1px solid #9fa0a2;
    border-bottom: 1px solid #9fa0a2;
    padding-left: 14px;
    padding-right: 4px;
    
    
    float:left;
    margin-top: 2px;
    
    width: 236px;
    padding: 10px;
    _height: 450px;
    min-height: 450px;
	*/
}

#colRight .accentimage
{
    padding: 0 10px 10px 0;
}


#colRight
{
	
	/*
    float:right;
    border-right: 1px solid #9fa0a2;
    border-bottom: 1px solid #9fa0a2;
    margin-top: 2px;
    margin-right: 18px;
    padding: 10px;
    width: 515px;
    _height: 450px;
    min-height: 450px;
	*/
}

#colMain
{
    padding: 10px;
    /*
	float:left;
    border-left: 1px solid #9fa0a2;
    border-right: 1px solid #9fa0a2;
    border-bottom: 1px solid #9fa0a2;
	*/
    
    /*
    margin-top: 2px;
    margin-left: 14px;
    _margin-left: 7px;
    padding: 10px;
    width: 772px;
    _height: 450px;
    min-height: 450px;

	*/
}

li
{
	line-height: 2em;	
}

#footerlinks
{
    padding-left: 15px;
    line-height: 50px;
}

.copyright
{
    
    
    color: #ccc;
}

h1
{
    font-size: 1.2em;
    font-weight: bold;
    color: Blue;
    border-bottom: 1px solid blue;   
}




/* BUTTONS */
.round
{
	cursor:pointer; 
	cursor:hand; 
	
	height:27px;
	line-height:27px;
	
	background:url(../images/button_bg.gif) no-repeat right top; 
	padding-right:15px; 
	
	display:inline-block;
	
	color:White;
	
}

.round span
{ 
	background:url(../images/button_bg.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:15px;
	text-align: center;
}

a.round:hover { background-position:right -28px; text-decoration:none; }
a.round:hover span { background-position:left -28px; text-decoration:none; }
a.round.disabled { background-position:right -56px; text-decoration:none; }
a.round.disabled span {background-position:left -56px; text-decoration:none; }

/* end rounded buttons */


.statusMessage
{
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px;
	color: Green;
	display: block;
}
