body {
	padding: 0;
	margin: 0;
	font: 0.7em Arial, sans-serif;
	line-height: 1.5em;
	background: #F0F0F0;
	color: #454545;
}

a {
	font: #0E4D8B;
	background: inherit;
}
a:hover {
	color: #000;
	background: inherit;
}
a.title {
	color: #B41A1A;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	padding: 0 0 12px 0;
	margin: 0;
}
h2 {
	margin: 0 0 0 8px;
	padding: 0;
	font: normal 1.6em Arial, Sans-Serif;
}
h3 {
	font: 90% Arial, Sans-Serif;
	margin: 0 0 10px 0;
	padding: 0 0 0 8px;
	color: #5f5f5f;
	background: #FFF;
}

p {
	padding: 6px;
	margin: 0;
	line-height: 1.5em;
}

form {
	margin: 0;
}

input.login {
	padding: 0px 0 0 4px;
	color: #808080;
	border: none;
	width: 116px;
	height: 18px;
	background: #FFF url(images/inputbox.gif) no-repeat;
}

.content {
	margin: 10px auto;
	width: 768px; /* supports 800 x 600 res & higher */
	background: #FFF url(images/big_middle.gif) repeat-y;
	color: #454545;
}

.header_top { background: #FEFEFE url(images/big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px; }
.header_bottom { clear: both; background: #FEFEFE url(images/big_bottom.gif) no-repeat; color: #FFF; height: 14px; }

#nav { width:100%; float:left; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span {
    float:left;
    display:block;
    color:#fff;
    padding: 7px 20px 4px 10px;
    background: #67A333 url(images/navtab.gif) no-repeat 100% 0px;
    text-decoration:none;
    font-weight: bold;
}    
#nav a { float:none; }
#nav li {
	float: left;
	color: #FFF;
	background: #67A333 url(images/navtab.gif) no-repeat 0 0px;
	margin: 0;
	padding: 0 0 0 9px;
}
#nav a:hover {
    color:#BFE1ED;
    background: #67A333 url(images/navtab.gif) no-repeat 100% 0px;
}    
#nav li.navcurrent {
	float: left;
	color: #FFF;
	background: #3FADD4 url(images/navtab.gif) no-repeat 0px -41px;
	margin: 0;
	padding: 0 0 0 9px;
}
#nav li.navcurrent a {
    float:none;
    display:block;
	color: #FFF;
	padding: 7px 20px 4px 11px;
	background: #3FADD4 url(images/navtab.gif) no-repeat 100% -41px;
    text-decoration:none;
    font-weight: bold;
}
#nav li.navcurrent a:hover {
	color: #BFE1ED;
	background: #3FADD4 url(images/navtab.gif) no-repeat 100% -41px;
}

.loginframe_left {
	float: left;
	color: #FFF;
}

.loginframe_right {
	width: 537px; /* tweak if changing column layout */
	float: right;
}

.loginframe_login {
	margin: -2px 6px 0 0;
	clear: both;
	color: #333399;
	background: #67A333 url(images/loginbg.gif) repeat-x bottom left;
	border-top: 1px solid #467028;
	border-bottom: 1px solid #467028;
	padding: 3px 6px 3px 6px;
	height: 100%;
}

.subheader {
	padding: 8px;
	background: #f0f0f0;
	color: #808080;
}

.left_side { /* not used in two column layout */
    float: left;
    width: 159px; /* 159px probably a good setting for 3 column layout */
    padding: 0px 5px 8px 8px;
    text-align: justify;
}
.center {
	float: right;
	width: 405px; /* tweak if changing column layout */
	text-align: justify;
}
.right_side { /* not used in two column layout */
    float: right;
    width: 405px; /* tweak if changing column layout */
    margin: 0px;
    text-align: justify;
}
.left { /* contains divs for .left and/or .center */
	float: left;
	width: 585px; /* 2 column layout = 585px; 3 col = 768px - the 2 other columns */
	margin: 0px;
	text-align: justify;
}
.right {
	margin: 10px 0 0 0;
	float: right;
	width: 180px; /* tweak if changing column layout */
}

.article {
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

.box_top {
	background: #F0F0F0 url(images/leftbox_top.gif) no-repeat;
	color: #808080;
	height: 40px;
	width: 159px;  /* too limiting? change graphic to increase */
	text-align: center;
}
.box_top h2 {
	color: #808080;
	background: inherit;
	padding: 7px 0 0 5px;
	margin: 0;
}
.box {
	border-left: 2px solid #F0F0F0;
	border-right: 2px solid #F0F0F0;
	padding: 0 4px 0 7px;
	margin: 0;
	width: 144px;
	color: #595959;
	background: #FFF;
	text-align: justify;
}
.box_bottom {
	/* if leftbox_bottom.gif doesn't use transparency then background color should be same as one used for .box_top */
	background: #FFF url(images/leftbox_bottom.gif) no-repeat;
	color: #000;
	height: 13px;
	width: 160px;  /* too limiting? change graphic to increase */
	margin: 0 0 7px 0;
}

.grey_top {
	clear: both;
	width: 382px;  /* too limiting? change graphic to increase */
	background: #EDEDED url(images/grey_top.gif) no-repeat;
	color: #000;
	height: 5px;
	padding: 0;
	margin: 0 0 0 20px;
}
.grey {
	width: 362px;  /* too limiting? change graphic to increase */
	margin: 0 0 0 20px;
	padding: 10px;
	background: #EDEDED url(images/grey_bottom.gif) no-repeat bottom left;
	color: #808080;
	text-align: justify;
}
.grey a {
	color: #C83C3C;
	background: inherit;
	font-weight: bold;
}
.grey a:hover {
	color: #000;
	background: #EDEDED;
}

.highlight {
	padding: 0px;
	margin: 0 0 4px 0;
	/* border-bottom: 1px solid #ccc; */
}

.logo {
	margin-top: 5px;
	margin-left: 16px;
 }

img {
	border-width: 0;
}

img.bullet {
	float: left;
	margin: 0 10px 0 0;
	border-width: 0;
}

img.bulletindent1 {
	float: left;
	margin: 0 10px 18px 50px;
	border-width: 0;
}

/* margin: top right bottom left; */ /* goes clock-wise from noon */
