/* CSS Document */
body {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:normal;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
		}
A:link {
		text-decoration:underline; 
		color:#3366FF;
		} 
A:visited {
		text-decoration:underline; 
		color:#3366FF;
		} 
A:active {
		text-decoration:underline; 
		color: #b7b7b7;
		} 
A:hover {
		text-decoration:underline; 
		color:#ed1c24;
		} 
.list td A:link {
		text-decoration:underline; 
		color:#000000;
		} 
.list td A:visited {
		text-decoration:underline; 
		color:#000000;
		} 
.list td A:active {
		text-decoration:none; 
		color: #b7b7b7;
		} 
.list td A:hover {
		text-decoration:none; 
		color:#ed1c24;
		} 
		
.menu A:link {
		text-decoration:none; 
		color:#000000;
		} 
.menu A:visited {
		text-decoration:none; 
		color:#000000;
		} 
.menu A:active {
		text-decoration:none; 
		color: #b7b7b7;
		} 
.menu A:hover {
		text-decoration:none; 
		color:#ed1c24;
		} 
		
#footlinks A:link {
		text-decoration:none; 
		color:#000000;
		} 
#footlinks A:visited {
		text-decoration:none; 
		color:#000000;
		} 
#footlinks A:active {
		text-decoration:none; 
		color: #b7b7b7;
		} 
#footlinks A:hover {
		text-decoration:none; 
		color:#ed1c24;
		} 
		

		
/* Min width css */
			.width {
				width:100%;
				min-width:1000px;
				}
			* html .minwidth {/* Min width setting! IE */
				padding-left:1000px; 
				}
			* html .container {/* Min width setting! IE */
				margin-left:-1000px;
				position:relative;
				}
			/*\*/
			* html .minwidth, * html .container, * html .content, * html .layout  {
				height:1px;
				}
			/**/

/* deco */
.grey {color:#CCCCCC;}
img {
		behavior: url("pngbehavior.htc");
		}
/*general */
small {font-size:10px;}
.rightColumn img {border: 0px solid white;}
div {font-size:12px;}
td {vertical-align:top; padding-bottom:10px;}
#pageTitle {position:absolute; top:70px; text-align:left; left:70px; font-size:37pt; font-family:Arial, Helvetica, sans-serif; color:#999999; font-weight:bold;}
#mainDiv {width:900px; margin: 485px -140px 0px 70px; position:relative; left:0px;}
#pic {width:901px; position:absolute; left:70px; top:180px; background-position:right; background-repeat:no-repeat; height:300px; border-left: 1px dashed black; }

