﻿body	{background-color: #CCFFCC;
	 color: #CCFFCC;
	 color: white;
	 padding: 5px;
	 position: relative;
	}

p, td, li, span	{font-weight: normal;
		 font-style: normal;
		 font-size: 100%;
		 font-family: "Arial", "Times New Roman", sans-serif;
		 color: black;
		 text-decoration: none;
		}

i	{font-weight: normal;
	 font-style: italic;
	 font-size: 100%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: black;
	}

b, th	{font-weight: bold;
	 font-style: normal;
	 font-size: 100%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: black;
	}

h1	{font-weight: bold;
	 font-style: normal;
	 font-size: 200%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: #339933;
	}

h2	{font-weight: bold;
	 font-style: normal;
	 font-size: 175%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: #339933;
	}

h3	{font-weight: bold;
	 font-style: normal;
	 font-size: 150%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: #339933;
	}

h4	{font-weight: bold;
	 font-style: normal;
	 font-size: 125%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: #339933;
	}

a:link	{font-weight: bold;
	 font-style; normal;
	 font-size: 100%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: #339933;
	 text-decoration: none;
	}

a:link	{font-weight: bold;
	 font-style; normal;
	 font-size: 100%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: #339933;
	 text-decoration: none;
	}

a:link	{font-weight: bold;
	 font-style; normal;
	 font-size: 100%;
	 font-family: "Arial", "Times New Roman", sans-serif;
	 color: #339933;
	 text-decoration: none;
	}

#column	{margin-right: auto;
	 margin-left: auto;
	 background-color: #FFFFCC;
	 color: #FFFFCC;
	 height: 100%;
	 width: 750px;
	 padding: 10px;
	}

#header	{margin-right: auto;
	 margin-left: auto;
	}

#navigation	{background-color: #339933;
		 color: #339933;
		 height: 15px;
		 text-align: center;
		 width: 750px;
		 border: 0;
		 margin-top: 5px;
		}

#navigation td	{font-weight: bold;
		 font-style: normal;
		 font-size: 100%;
		 font-family: "Arial", "Times New Roman", sans-serif;
		 color: #F0F8FF;
		}

#navigation a:link	{font-weight: bold;
			 font-style: normal;
			 font-size: 100%;
			 font-family: "Arial", "Times New Roman", sans-serif;
			 color: #F0F8FF;
			 background-color: #339933;
			 text-decoration: none;
			}

#navigation a:visited	{font-weight: bold;
			 font-style: normal;
			 font-size: 100%;
			 font-family: "Arial", "Times New Roman", sans-serif;
			 color: #F0F8FF;
			 background-color: #339933;
			 text-decoration: none;
			}

#navigation a:hover	{font-weight: bold;
			 font-style: normal;
			 font-size: 100%;
			 font-family: "Arial", "Times New Roman", sans-serif;
			 color: #339933;
			 background-color: #F0F8FF;
			 text-decoration: none;
			}

#sidebar	{background-color: #339933;
		 color: #339933;
		 width: 200px;
		 height: 585px;
		 padding: 10px;
		 margin-top: 10px;
		 float: right;
		 position: relative;
		}

#content	{background-color: #F0F8FF;
		 color: #F0F8FF;
		 border: 5px solid #339933;
		 height: 575px;
		 width: 490px;
		 padding: 10px;
		 margin-top: 10px;
		 position: relative;
		}