/* Definition for page body */
body {
    color: black;
	font-family: Tahoma, Serif;
	font-size: 110%;
    font-weight: bold;
    background-image: url(images/ayso_bg2.gif);
    background-color: white;
    scrollbar-base-color: white; 
    scrollbar-arrow-color: black; 
    scrollbar-darkshadow-color: black; 
    scrollbar-highlight-color: black; 
    scrollbar-track-color: #95ADE5
}
table {
    color: black;
	font-family: Tahoma, Serif;
	font-size: 110%;
    font-weight: bold;
    background-image: url(images/ayso_bg2.gif);
    background-color: white;
    scrollbar-base-color: white; 
    scrollbar-arrow-color: black; 
    scrollbar-darkshadow-color: black; 
    scrollbar-highlight-color: black; 
    scrollbar-track-color: #95ADE5
}

/* Use "h1" for all page headings */
h1 { 
    color: black;
    font-family: Tahoma, Serif;
    font-size: 165%; 
    font-weight: bold; 
    text-align: center; 
}

a:link            { color: navy }   /* Un-visited link */
a:visited         { color: maroon }
a:hover, a:active { color: red }

.list12px {
    font-family: Tahoma, Serif; font-size: 110%; font-weight: bold; color: black; text-align: left; line-height: 140%; padding: 0px 30px
}
/* Following are page section definitions */
#header			{ margin-left: 170px; background-image: url(images/ayso_bg2.gif); }
#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }

#navigation	    { padding-left: 18px; }
#navigation ul	{ padding: 0 18px 9px; }
#content		{ margin: 0 18px 9px; }
#content p      { padding-right: 18px; }
		
#navigation		{ float: left; width: 150px; }
#content		{ margin-left: 170px; }
#footer	    	{ width: 100%; margin: 0; padding: 0 18px 10px; }

/* Following are used to create a "two column table" */
#column50_a {
	width:50%;
	float:left;
    padding-top:   8px; padding-bottom: 8px;
    padding-left: 20px; padding-right: 20px;
    text-align: right;
    font-size: 100%;
    font-weight: normal;
}
        	
#column50_b {
	width:50%;
	float:left;
    padding-top:   8px; padding-bottom: 8px;
    padding-left: 20px; padding-right: 20px;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
}
/* Following are used to create a "two column table" */
#column40_a {
	width:40%;
	float:left;
    padding-top:   8px; padding-bottom: 8px;
    padding-left: 20px; padding-right: 20px;
    text-align: right;
    font-size: 100%;
    font-weight: normal;
}
        	
#column40_b {
	width:40%;
	float:left;
    padding-top:   8px; padding-bottom: 8px;
    padding-left: 20px; padding-right: 20px;
    text-align: left;
    font-size: 100%;
    font-weight: normal;
}

#pagePhoto {text-align: center; padding-left: 3px; padding-bottom: 30px;}

