

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
border-top: 5px #4b5c7a solid;
padding: 0;
border-bottom: 5px #4b5c7a solid;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 25px;
padding-right: 100px;
border-bottom: 1px #4b5c7a solid;
color: #4b5c7a;
font-size: 1.4em;
letter-spacing: 5px;
text-align: right;
border-top: 5px #b3dc1f solid;
padding-top: 3px;
padding-bottom: 7px;
font-style: italic;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 160px;
margin-right: 220px;
background-color: #f0f2f6;
border-left: 1px #4b5c7a solid;
border-right: 1px #4b5c7a solid;

}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #4b5c7a;
padding-bottom: 9px;
padding-top: 3px;
padding-left: 14px;
padding-right: 0;
font-weight: normal;
border-bottom: 1px #4b5c7a solid;
}

h2 {
padding: 0;
font-size: .9em;
color: #4b5c7a;
font-weight: bold;
padding-left: 14px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

p, ul, ol, table {
padding-left: 14px;
font-size: .8em;
line-height: 1.9em;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #4b5c7a;
text-decoration: none;
font-weight: bold;
border-bottom: 2px #4b5c7a dotted;
}

a:hover {
color: #b3dc1f;
text-decoration: none;
font-weight: bold;
}

/* Styles for the navbar on the left side. */
#flagsection
{
	position: absolute;
	top: 50px;
	right: 0;
	width: 200px;
	left:0px;
}
#left-menu {
position: absolute;
top: 0;
left: 0;
width: 160px;
border-right: 1px #4b5c7a solid;
border-bottom: 1px #4b5c7a solid;
height: 100%;
padding-top: 210px;
padding-bottom: 200px;
}

#left-menu a:link, #left-menu a:visited {
border-bottom: 1px #4b5c7a solid;
display: block;
color: #4b5c7a;
text-align: right;
padding-right: 7px;
padding-bottom: 8px;
padding-top: 8px;
font-size: .8em;
}

#left-menu a:hover, #left-menu a.current {
color: #b3dc1f;
background-color: #4b5c7a;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 50px;
right: 0;
width: 220px;
background-color: #b3dc1f;
border-top: 1px #4b5c7a solid;
border-bottom: 1px #4b5c7a solid;
color: #5b6f10;
font-style: italic;
}

#right-column p {
padding-left: 5px;
padding-right: 5px;
padding-top: 50px;
line-height: 1.5em;
font-size: .8em;
}

#right-column strong {
color: #5b6f10;
font-style: italic;
font-size: .9em;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #b3dc1f;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px #4b5c7a solid;
margin-top: 0;
border-bottom: 5px #b3dc1f solid;
padding-right: 50px;
font-size: .7em;
}

#footer a:link, #footer a:visited {
color: #b3dc1f;
border: none;
}

#footer a:hover {
color: #4b5c7a;
text-decoration: underline;
}
li
{
	
	font-size:small;
	margin-left: 10px;
	margin-right: 5px;
	
}
/* For standard bullet lists */
ul.stdbullet {list-style-type: square; }
li.stdbullet {list-style-type: square; }
li.stdbulletindent {list-style-type: circle; }
/* End link set */