﻿BODY
{
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	padding:0;
	padding-top:30px;
	margin:0;
	background-color:#eaeaea;
	
}
IMG
{
	border: none;
}
A
{
	text-decoration:none;
}
DIV.spacer
{
	clear: both !important;
	float: none !important;
	height: 0px !important;
	font-size: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#maincontainer
{
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	border:solid 1px #98BA00;
	
}
#contentwrapper{
	float: left;
	width: 100%;
	
}
#contentColumn{
	 /*Set right margin to RightColumnWidth*/
}
#leftrightColumn
{
	float: left;
	width: 140px; /*Width of left column in percentage*/
	margin-left: -320px; /*Set left margin to -(LeftColumnWidth + RightColumnWidth)*/
}
#issue-shadow
{
	text-align:center;
	vertical-align:middle;
	background-image:url("Images/IssueShadow.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-right:10px;
	float:left;
	height:220px;
	width:160px;
}
#issue-shadow A IMG
{
	display: block;
    position: relative;
    border: 1px solid #a9a9a9 !important;
	}

#leftrightColumn DIV.img-shadow, #leftrightColumn DIV.img-noshadow
{
	text-align:center;
	vertical-align:middle;
	margin:5px;
	width:132px;
	height:132px;
	background-image:url("Images/square.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	
}
#leftrightColumn DIV.img-noshadow
{
	background-image:none;
	
}
#leftrightColumn DIV.img-noshadow IMG
{
	border:none;
}

#leftrightColumn DIV.img-shadow IMG
{
	display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
 

}

#rightColumn{
	float: left;
	width: 180px; /*Width of right column in pixels*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth) */
	text-align:center;
}
#container
{
	margin-right: 320px;
	background-color: #FFF;
	overflow: hidden;
	padding-left: 200px; /* The width of the rail */
	background-image:url("Images/line.png");
	background-repeat:repeat-y;
	background-position:top left;
	
}
* HTML #container
{
	height: 1%; /* So IE plays nice */
}
#content
{
	font-size: 0.73em;
	width: 100%;
	margin-left: -200px;
	float: right;
	border-left: none; /* The width and color of the rail */
	min-height:650px;
	background-color:#fff;
	
}
#leftColumn
{
	font-size: 0.6em;
	width: 160px;
	float: left;
	margin-left: -160px;
	padding-top:12px;
	display: inline; /* So IE plays nice */
}
#contentInner
{
	padding:10px;
	padding-top:0;
	padding-right:0;
}
#contentInner H1
{
	font-size: 1.4em;
	padding:7px;
	background-color:#fff;
	margin:10px 0;
	background-image:url("Images/Heading.png");
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
	text-align:center;
	height:30px;
}
#contentInner H1 A
{
	text-decoration:none;
	color:#fff;
}
#contentInner H2,#contentInner H3
{
	font-size:1.2em;
	color:#20A4A4;
	text-align:left;
}
#contentInner H3
{
	color:#98ba00;
	font-size:1em;
}
#contentInner A
{
	color:#000;
}
#contentInner P
{
	padding-right:10px;
}
#header
{
	background-color:#98BA00;
}
#imageholder
{
	width:640px;  
	float:left; 
	padding: 10px 0 10px 30px;

}
#newissueholder{
	width:230px;  
	float:right; 
	padding:0;
}
#header H1
{
	font-size:0.9em;
	padding: 10px;
	padding-bottom:0;
	margin:0;
	font-style:italic;
}
#header IMG
{
	
}
 #footer
{
	
	font-size: 0.66em;
	background-color: #98BA00;
	color: #FFF;
	height:30px;
	padding:5px;
	font-weight:bold;
}
 #footer A
{
	color: #FFF;
	font-weight:bold;
}
#footer UL
{
	list-style: none;
	display: inline;
	margin:0;
	padding:0;

}
#footer UL LI
{
	display: inline;
	padding:10px 20px;
}
UL.unorderedlist
{
}
UL.unorderedlist LI
{
	 padding-left:2px;
}
UL.unorderedlist LI SPAN
{
	color:#20A4A4;
}
UL.unorderedlist LI.hidden
{
	display:none;
}
DIV.RadMenu_Comp UL.rmVertical
{
	padding-top:0 !important;
}
DIV.RadMenu_Comp UL.rmVertical LI.rmItem A
{
	width:158px;
}
P
{
	text-align:justify;
}
#contentInner  A
{
	color:#20a4a4;
	text-decoration:none;
}
P SPAN
{
	font-weight:bold;
}

.formconteiner
{
	float: left;
	clear: left;
	min-width: 480px;
}
.formconteiner UL
{
	margin: 0;
	padding: 0;
}
.formconteiner LI
{
	clear: left;
	list-style: none;
	padding: 5px;
	margin: 0;
}
.formconteiner LI LI.rtLI
{
	padding: 0;
}
.formconteiner LABEL
{
	float: left;
	text-align: right;
	padding-top: 0.2em;
	width: 170px;
	margin-right: 10px;
}
FIELDSET LABEL SPAN
{
	color: Red;
}
.formconteiner .last
{
	padding-left:100px;
}
.formconteiner SPAN SPAN
{
	color: Red;
}
.formconteiner INPUT,.formconteiner TEXTAREA
{
	width:200px;
}
 .formconteiner LI.last INPUT
 {
 	width:auto;
 }

.formconteiner SELECT[MULTIPLE="MULTIPLE"]
{
	margin-left: 0px;
}


.formconteiner INPUT.read-only
{
	border: solid #FFF;
	text-align: right;
	width: 50px;
}
#content A.issuelink IMG
{
	float:left;
	margin: 0 10px 0 0;
	border: 1px solid #a9a9a9 !important;
}
#content A.issuelink2
{
	font-weight:bold;
	margin-left:50px;
}
.freelink IMG
{
	margin-top:50px;
}
#banner
{
	width:150px;
	margin-top:5px;
	text-align:center;
	border:4px solid #98ba00;
	margin-bottom:20px;
}
#banner A IMG
{
	margin:7px;
}
#registrationtable TD
{
	vertical-align:top;
	margin-bottom:20px;
}
.buttonholder
{
	margin-left:160px;
}
.regbutton
{
	margin:0;
	margin-left:60px;
}

