/* CSS CONTAINER FOR WHOLE PAGE */
#container {
	text-align: justify;
	height: 960px;
	width: 1020px;
	border-width: 0px;
	padding: 0px;
	}
#container h1,h2,h3,h4,h5,h6 { 
	font-family: Helvetica, sans-serif; 
	}
#container p {
	font-family: Helvetica, sans-serif;
	}
#container ul {
	font-family: Helvetica, sans-serif;
	}

/* TOP - HEADER OF PAGE */
#top	{
	width:1020px;
	height:240px;
	background:url(images/banner.jpg) no-repeat;
	margin-left: 10px;
	padding: 0px;
	}

/* BANNER */
#banner {
	float: none;
	border-width: 0px; 
	padding: 0px;
	}

/* MIDDLE - CONTENT AND MENU OF PAGE */
#middle { 
	margin: 0px;
	border: 0px;
	}

/* MENU */ 
#menu 	{ 
	width: 178px; 
	height: 525px; 
	background-color: rgb(49,97,173); 
	margin-left: 10px; 
	margin-top: 0px;
	border: 0px; 
	}
#menu p {
	margin-left: 15px;
	margin-top: 0px;
	line-height: 1.75;
	font-weight: bold;
	}
#menu a[href] {
	color: rgb(255,241,0); 
	font-size: 14; 
	display: inline 
	}
#menu a:link { 
	text-decoration: none 
	}
#menu a:visited { 
	text-decoration: none 
	}
#menu a:hover { 
	color: rgb(240,109,54); 
	text-decoration: none; 
	}
#menu a:active { 
	text-decoration: none; 
	}

/* CONTENT */
#content { 
	margin-left: 22px; 
	height: 525px; 
	width: 820px; 
	margin-top: 0px; 
	background:url(images/content.jpg) no-repeat;
	border-width: 0px; 
	padding: 0px;
	}
#content p {
	margin-left: 50px;
	margin-right: 75px;
	margin-top: 0px;
	line-height: 1.25;
	color: rgb(49,97,173);
	}
#content h1,h2,h3,h4,h5,h6 {
	color: rgb(240,109,54);
	margin-left: 25px
	}
#content ul {
	margin-left: 100px;
        margin-top: 0px;
        line-height: 1.25;
        color: rgb(49,97,173);
	}
#content a[href] {
        color: rgb(49,97,173);
        font-size: 14;
        display: inline;
        }
#content a:link {
        text-decoration: none
        }
#content a:visited {
        text-decoration: none
        }
#content a:hover {
        color: rgb(240,109,54);
        text-decoration: underline
        }
#content a:active {
        text-decoration: none;
        }

#content img {
	margin-left: 50px;
	border: 3px;
	border-color: rgb(49,97,173);
	border-style: solid;
	}

.docs {
	margin-left: 150px;
	}

/* BOTTOM - FOOTER ETC */
#bottom	{
	width:1020px;
	height:200px;
	margin-left: 10px;
	background:url(images/footer.jpg) repeat-y;
	border-width: 0px;
	padding: 0px;
	}

#bottom p {
	margin-top: 0px;
	margin-left: 250px;
	line-height: 1.25;
	color: rgb(49,97,173);
	}

#bottom a[href] {
        color: rgb(49,97,173);
        font-size: 14;
        display: inline;
        }
#bottom a:link {
        text-decoration: none
        }
#bottom a:visited {
        text-decoration: none
        }
#bottom a:hover {
        color: rgb(240,109,54);
        text-decoration: underline
        }
#bottom a:active {
        text-decoration: none;
        }


