BODY
{
font-family: Trebuchet MS;
font-size: 12px;
}

A
{
color: #0076AE;
text-decoration: none;
}

A:hover
{
color: #0076AE;
text-decoration: underline;
}

A IMG
{
	border: 0;
}

.main
{
width: 968px;
margin-left: auto;
margin-right: auto;
}

.header
{
background-image: url(../gfx/bg_header.jpg);
background-repeat: no-repeat;
height: 100px;
padding: 0 28px;
padding-top: 4px;
}

.body
{
background-image: url(../gfx/bg_body.gif);
background-repeat: repeat-y;
padding: 0 4px;
}

.menu
{
position: relative;
border-top: 1px solid white;
margin: 0px 24px;
}

.menu A
{
line-height: 100%;
color: black;
border-bottom: 2px solid white;

}

.menu A:hover
{
	text-decoration: none;
	border-bottom: 2px solid #FFCB05;
}

.menu UL
{
margin: 5px 0;
padding: 0;
list-style-type: none;
}

.menu UL LI
{
display: inline;
margin-right: 24px;
cursor: default;
}

.menu UL UL
{
position: absolute;
background-color: white;
padding: 0 12px;
padding-top: 4px;
margin: 0;
border: 1px solid gray;
border-width: 0 1px 1px 1px;
}

.menu UL UL LI
{
display: block;
margin: 0;
margin-bottom: 10px;
}

.footer
{
background-image: url(../gfx/bg_footer.gif);
height: 13px;
line-height: 0px;
background-repeat: no-repeat;
}

.logo
{
margin-top: 13px;
float: left;
margin-left: -5px;
}

.slogan
{
margin-top: 19px;
float: right;
}

.sidebar
{
width: 206px;
margin-right: 24px;
margin-top: 24px;
float: right;

background-image: url(../gfx/bg_sidebar.gif);
background-position: 0 0;
background-repeat: repeat-x;
padding: 0 16px;
}

.sidebar .box
{
margin-top: 24px;
}

.content
{
margin-left: 24px;
margin-right: 24px;
}

.smaller-content
{
float: left;
width: 650px;
}

.content .box 
{
line-height: 150%;
margin: 12px 0;
margin-bottom: 24px;
}

.content .box H1
{
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid #FFCB05;

background-image: url(../gfx/bullet_large.gif);
background-position: 0 0;
background-repeat: no-repeat;

padding-top: 2px;
padding-bottom: 8px;
padding-left: 30px;
}

.content .box H2
{
	color: #000000;
	font-size: 15px;
}

.content .box P
{
	margin: 12px 0;
}

.content .box .box-text
{
padding-left: 30px;
color: #58595A;
}

.content .box .smaller-text
{
padding-right: 230px;
}

.sidebar .box H2
{
font-size: 15px;
font-weight: bold;
border-bottom: 1px solid #FFCB05;

background-image: url(../gfx/bullet_small.gif);
background-position: 0 0;
background-repeat: no-repeat;

padding-top: 0px;
padding-bottom: 5px;
padding-left: 24px;
}

.sidebar .box UL
{
padding-left: 24px;
margin-left: 0;
}


.sidebar .box UL LI
{
margin-bottom: 5px;
}

.clear
{
clear: both;
}

.image-align-left
{
float: left;
margin-right: 12px;
margin-bottom: 12px;
}

.image-align-right
{
float: right;
margin-left: 24px;
margin-bottom: 24px;
}

.breadcrumb, .breadcrumb A
{
	color: #999999;
}

.footer
{
	color: #999999;
	text-align: center;
	font-size: 10px;
}

CENTER.caption
{
	font-style: italic;
}

/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.alert,
.notice,
.success,
.info 			{ padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a			{ color: #205791; }

