/* document - page structure */

	body { 
		font-size:.9em;
		font-family:Arial,Helvetica,sans-serif;
		text-align:center;
		margin:0;
	    padding:0;
		
		}
		
	#container {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		}
		
	#content {
		margin-top: 20px;
		text-align:left;
		margin-left:20px;
		margin-right:20px;
		}
		
	#header {
		height:40px;
		}	
		
	/* page elements */

	p, table	{
		color:#333333;
		line-height:1.2em;
		}

    .notice {
        position: relative;
        width:94%;
        margin: 15px auto;
        background: #f6f6f6;
        padding: 1em 1em 1em 2em;
        border-left: 4px solid #DDD;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
        border-color: #c30000;
        }

    .notice:before {
        position: absolute;
        top: 30%;
        margin-top: -17px;
        left: -17px;
        background-color: #dddddd;
        color: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        font-family: Georgia;
        content: "!";
        background-color: #c30000;
        }

    .notice p {
        font-size:16px;
        line-height:24px;
        color:#c30000;
        font-weight:bold;
        }
			
	/* headings */
	
	h1	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		vertical-align:bottom;
		font-size:210%; 
		color:#000000;
		}

	h2	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:160%;
		color:#3888C6;
		text-align:left;
		}
	
	h3	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:140%; 
		color:#FFFFFF;
		margin-bottom:0;
		margin-top:0;
		}
											  
	h4	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:125%; 
		color:#3888C6;
		margin-bottom:0;
		}
	
	h5	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:110%; 
		color:#000000;
		text-decoration:underline;
		}
	
	h6	{ 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:100%; 
		color:#3888C6;
		}		
		
	/* links */
	
	a	{ 
		font-weight: bold;
		color: #398ACA; 
		text-decoration: none;
		}

	a:hover	{ 
		font-weight : bold; 
		color : #409BE3; 
		text-decoration: none;
		} 

	a:visited	{
        font-weight: bold; 
		color: #409BE3; 
	    text-decoration: none;
	   	}

	a:active	{ 
		font-weight : bold; 
		color : #409BE3; 
		text-decoration:none;
		} 	
		
	a.h3, .h3 { 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:140%; 
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
		}	
		
	a.h4, .h4 { 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:125%; 
		font-weight:bold;
		color:#3888C6;
		margin-left:25px;
		text-decoration:none;
		}	
			
	.required {
		font-weight : bold;
		}
	
	.SubmittedValue, .SubmittedValue P {
		color: Blue;
		font-weight: bold;
		}
		
	.btn {
		background:url(https://ww2.amstat.org/fellows/nominations/images/buttonbg.gif) repeat-x #eeeeee;
		border:1px solid #375d81;
		padding:5px;
		font-weight:bold;
		font-size:95%;
		}
		
label.error { 
		text-align:left;
		float: none; 
		color: #cc0000; 
		padding-left: .5em; 
		vertical-align:middle; 
		font-weight:bold
		}	
		
	