body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}


#Content {
			position:relative;
			width:900px;
			margin: 0px auto;
			padding: 0px;
			background-color: #FFFFFF;
			border: 0px orange solid;
			}


#ContentBody {
			position:relative;
			width:880px;
			margin: 0px auto;
			padding: 0px;
			border: 0px red solid;
			}

			
			
p {
	text-indent: 15px;
}

h1 {
	color: #000000;
	font-size: 16px;
}

h2 {
	color: #000000;
	font-size: 14px;
}

h3 {
	color: #000000;
	font-size: 12px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

td.assign {
	font-style: italic;
}

hr {
	color: #333333;
	background-color: #333333;
	height: 2px;
	
}

a {
	color: #000099;
}

a.spec {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color:#D3D3D3;
						
}

a.footer {
	color: #FFFFFF;
	}

ul 
{
    overflow:hidden;
}
ol 
{
    overflow:hidden;
}





#appbutton
{
    text-align: center; 
    border: 8px ridge #000099; 
    background-color: #E5E5E5; 
    padding: 8px; 
    margin: 20px;
    font-size: 13px;
    font-weight: Bold;
    COLOR: #000099;
    TEXT-DECORATION: none;
}

#appbutton a
{
    text-decoration: none; 
}

#appbutton a:hover
{
    text-decoration: underline; 
    background-color: #eeeeee;
}






        #nav {
			        position:relative;
			        background-color:#ffffff;
			        width: 25%;
			        float:left;
			        margin:0;
			        margin-left: -8px;
			        padding:0;
			        border: 0px orange solid;
			        }

					
						#nav .boxtitle{
							color: #666666;
							font-size: 14px;
							font-weight:bold;
							text-align: center;
							
							}
							
						#nav ul {
							position: relative;
							margin:0;
							padding:0;
							padding-top:4px;
							padding-left:4px;
							border: 0px orange solid;
							list-style-position: outside;
							}
						#nav ul li{
							list-style:none;
							border-top:solid 1px #CCCCCC;
							margin:0px;
							padding: 0px;
							line-height: 1.2em;
							padding-top: 5px;
							padding-bottom: 5px;
							color: #000099;
							font-size: 12px;
							font-weight:bold;
							}

						#nav ul li a{
							color: #333333;
							text-decoration:none;
							}

						#nav ul li:hover {
							background-color:#C4C4C4;
							}
								
						#box
							{
							position: relative;
							margin: 0;
							text-align: left;
							border: 0px orange solid;
							padding:15px;
							padding-left:3px;
							padding-top:5px;
							padding-right:0px;
							}
						 	
						#boxcontent
							{
							padding:1em;
							padding-top:1.2em;
							padding-right:1.8em;
							border: 0px orange solid;
							}

							
						#tlc, #trc, #blc, #brc
							{
							background-color: transparent;
							background-repeat: no-repeat;
							}

						#tlc
							{
							background-image:url(images/tlc.gif);
							background-position: 0% 0%;
							}

						#trc
							{
							background-image:url(images/trc.gif);
							background-position: 100% 0%;
							}
							
						#blc
							{
							background-image:url(images/blc.gif);
							background-position: 0% 100%;
							}

						#brc
							{
							background-image:url(images/brc.gif);
							background-position: 100% 100%;
							}

						#tb, #bb
							{
							background-color: transparent;
							background-repeat: repeat-x;
							}
									
						#tb
							{
							background-image:url(images/tb.gif);
							background-position: 0% 0%;
							}

						#bb
							{
							background-image:url(images/bb.gif);
							background-position: 50% 100%;
							}
							
						#rb
							{
							background-image:url(images/r.gif);
							background-position: 100% 0%;
							background-repeat: repeat-y;
							}

						#lb
							{
							background-color: #eeeeee;
							background-image:url(images/l.gif);
							background-position: 0% 100%;
							background-repeat: repeat-y;
							}
