* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}

#container {
    color: #000;
	background-image : url(shadow.jpg);
	background-repeat : repeat-y;
    margin: 0 auto;
	padding:0px 30px 0px 30px;
    width: 800px;
	text-align:left;
	 /* IE Box Model Hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 780px;
}


#container:after {
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}


#header {
    color: #000;
    background: transparent url("header.jpg") no-repeat top left;
    width: 740px;
    height: 148px;
    margin: 0px;
	padding: 0px;
}

#header h1 {
	color:#fff;
	padding:70px 0 0 20px;	
	margin: 0px;
	font-size:120%;
	float:left;
}

#header p {
	width:240px;
	float:right;
	font-size:90%;
	padding:5px;
	background:#E5DDFF;
	margin-top:5px;
	height:128px;
	border:1px solid #C8B7FF;
	text-align:justify;
	color:#00103E;
	    /* IE Box Model Hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 228px;
}

#headerphoto {
	margin-top: 5px;
	float: right;
	width: 240px;
	height: 140px;
	/*background: url(atf.gif);*/
	background: url(/files/atf/atf.jpg);
}


html>body #header p {
  width:228px;
} 

#header img {
	float:right;
	margin-top:5px;
}


#mainBody {
    width: 575px;
	background-color : #FBFEF7;
    padding: 10px;
	border:1px solid #dbe2ff;
	margin-top:5px;
	margin-bottom: 5px;
	font-size:80%;
	float:right;
	margin-right: 40px;
    /* IE Box Model Hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 553px;
}

ol {
	padding-left: 50px;		/* hack which fixes indenting problem with ol's */
}


html>body #mainBody {
  width:563px;
} 

#mainBody h2 {
	color: #000;
	text-decoration: none;
}

#mainBody h3 a {
	color: #000;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: #369;
}

#mainBody p {
	margin:10px 3px 10px 2px;
}

#left {
	float:left;
	background-color : #d0d8b0;
	width: 150px;
    padding: 5px;
	margin-top:5px;
	margin-bottom: 5px;
	border:1px solid #d1c2ff;
	font-size : 80%;
    /* IE Box Model Hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 138px;
	word-wrap: break-word;
} 

html>body #left {
  width:138px;
} 

#left h3 {
    color: #000;
    background: transparent;
    padding:20px 2px 5px 0;
	margin:0px;
}

#left p {
	margin:5px 2px 10px 0;
	font-size:90%;
}

#left a {
    font-weight: bold;
	font-size : 100%;
	text-decoration : none;
}

#left a:hover {
   
	text-decoration : underline;
}

ul {
	list-style : square;
	margin-left:5px;
	padding-left:15px;
}

#footer {
	clear: both;
    color: #366;
    background: #F0F8D0;
    text-align: center;
	font-size:50%;	
	height:20px;
	padding-top:6px;

}

#footer a {
    text-decoration: none;
    color: #366;
    background: transparent;
}

#footer a:hover {
	color:#000;
}


/* General styles */
body {
	text-align:center;
    color: #000;
    background: #eee;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
    margin: 0;
    padding: 0;
}

a {
    color: #666;
    background: transparent;
}

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

.block {
	margin-top: 0px;
	font-size: 0.8em;
	padding: 5px 5px;
}

.block input {
	margin-right: 5px;
}

li.thumb {
	list-style-type: none;
	float: left;
	border: 1px solid #999; 
	margin: 6px;
	padding: 5px 5px 3px 5px;
}

.icon_left {
	float: left;
	border: 1px solid #999; 
	margin: 0px 10px 10px 0px;
}

.icon_right {
	float: right;
	border: 1px solid #999; 
	margin: 0px 0px 10px 10px;
}


footer {
	border: 1px solid #ccc;
	position: relative:
	top: 50px;
	padding: 5px;
	clear: both;
}