body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0;
	background-image: url(../images/pg_bg.png);
}


/*----------MAJOR SECTIONS-----------------------------------*/

#toplinks {
	height: 60px;
	background-image: url(../images/toplinks_bg.png);
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#masthead {
	height: 90px;
}
#menu {
	padding: 0 30px;
}
#column_wrapper {
	background-image: url(../images/column_middle.png);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(../images/column_top.png);
	background-repeat: no-repeat;
	height: 110px;
}
#left {
	width: 660px;
	float: left;
}
#right {
	width: 300px;
	float: left;
}
#column_bottom {
	background-image: url(../images/column_bottom.png);
	background-repeat: no-repeat;
	height: 50px;
}
#footer {
	margin: 0 0 40px 0;
	font-size: 0.7em;
	clear: both;
}


/*----------SECTION CONTENT----------------------------------*/

#toplinks .content {
	text-align: right;
	color: #FFFFFF;
	font-size: .75em;
	padding: 12px 40px 0 0;
}
#masthead .content {
	padding-left: 30px;
}
#column_top .content {
	color: #003366;
	padding: 32px 0 0 80px;
	font-size: 32px;
	font-variant: small-caps;
	font-weight: bold;
}
#left .content {
	padding: 12px 36px 24px 80px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 12px 80px 24px 36px;
	font-size: 0.7em;
	line-height: 1.5em;
}
#footer .content {
	padding: 0 30px;
	color: #000000;
	text-align: center;
}
#calloutbox .content {
	padding: 10px;	
	font-size: .9em;
}
#left .content p {
	margin: 12px 0 0 0;
}

/*----------EXTRAS----------------------------------*/

.clearfloat {
	clear: both;
	height: 0;	
	line-height: 0;
	font-size: 0;
}
.nomargintop {
	margin-top: 0;
}
.imgright {
	float: right;
	margin: 0 0 0 12px;
}
.imgleft {
	float: left;
	margin: 0 12px 0 0;
}
.imgrightborder {
	float: right;
	margin: 0 0 0 12px;
	padding: 3px;
	border: 1px solid 7BA721;
}
.imgleftborder {
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	border: 1px solid 7BA721;
}
.tip {
	padding: 3px 24px 3px 12px;
	border-left: #4799FF 2px dotted;
	background-color: #FFFFCC;
	font-style: italic;
	color: #003366;
}
.faq {
	margin: 0 0 24px 0;
}
.faq p {
	margin: 6px 0 0 0;

}
.question {
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
	background-image:url(../images/faq_bg.png); 
	padding-left: 12px;
}
.answer {
	font-style: italic;
	padding-left: 12px;
}

/*----------SPECIAL LINKS---------------------------*/

.pdf {
	padding: 0 0 0 18px;
	margin-left: 3px;
	background: url(../images/pdf.png) no-repeat 0 50%;
	text-decoration: none;
	color: #000000;
}
.arrow {
	padding: 0 0 0 18px;
	margin-left: 3px;
	background: url(../images/arrow.png) no-repeat 0 50%;
	text-decoration: none;
	color: #000000;
}
.ko {
	padding: 0 0 0 27px;
	margin-left: 3px;
	background: url(../images/ko_logo.png) no-repeat 0 50%;
	text-decoration: none;
	color: #FFFFFF;
}
.smallarrow {
	padding: 0 0 0 12px;
	margin-left: 3px;
	background: url(../images/arrow_small_black.png) no-repeat 0 50%;
	text-decoration: none;
	color: #000000;
}
.rss {
	margin-left: 3px;
	padding: 0 0 0 18px;
	background: url(../images/rss.png) no-repeat 0 50%;
	text-decoration: none;
}
.mailto {
	margin-left: 3px;
	padding: 0 0 0 18px;
	background: url(../images/mailto.png) no-repeat 0 50%;
	text-decoration: none;
}
.user {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url(../images/user.png) no-repeat 0 50%;
	text-decoration: none;
}
.readmore {
	text-decoration: none;
	border: 0;
}
.yes {
	color: #009900;
	font-weight: bold;
}
.no {
	color: #FF0000;
	font-weight: bold;
}

/*----------LINKS-----------------------------------*/

#right a:link, #right a:visited  {
	color: #000000;
	text-decoration: none;
}
#right a:hover {
	color: #000000;
	font-weight: bold;
}
#left a:link, #left a:visited  {
	text-decoration: none;
	color: #E87C00;
}
#left a:hover {
	color: #000000;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}
#toplinks a:link, #toplinks a:visited {
	color: #000000;
}
#toplinks a:hover {
	border-bottom: 1px dotted #000000;
}

/*----------TYPOGRAPHY-------------------------------*/

h1 {
	font-size: 1.8em;
	line-height: normal;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}


/*----------LISTS----------------------------------- */

ol, ul {
	margin: 0 0 1.2em -18px;
}
ul li {
	margin-left: 0;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 0;
}
dl {
	margin-bottom: 2em;
}
dt,dd {
	margin: 0;
	padding-left: 6px;
}
dt {
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
	padding: 4px 0 0 0;
	background-image:url(../images/faq_bg.png); 
}
dd {
	font-style: italic;
}
.sidebarbox ul {
	margin: 0 0 1.2em -18px;
}
.sidebarbox li {
	list-style-type: square;
	list-style-image: url(../images/arrow_small.png);
}


/*----------SIDEBAR BOX----------------------------- */

.sidebarbox {
	margin-bottom: 1.5em;
	padding-top: 36px;
}
.sidebarbox p {
	margin: 0 0 12px 0;
}
.latestnews {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../images/box_latestnews.png);
}
.quicklinks {
	background-image: url(../images/box_quicklinks.png);
	background-repeat: no-repeat;
	background-position: top;
}
.upcoming {
	background-image: url(../images/box_upcoming.png);
	background-repeat: no-repeat;
	background-position: top;
}

/*----------CALLOUT BOX----------------------------- */

#calloutbox {
	float: right;
	width: 156px;
	background-color: #D6EEA6;
	border: 1px solid #000;
	margin: 12px 0 12px 12px;
}

/*----------DATE BOX-------------------------------- */

.datebox-date {
	float: left;
	display:inline;
	margin-right: 12px;
	background:#FFF;
	border:1px solid #000;
	width: 35px;	
}
.datebox-month {
	background-color: #000;
	color:#fff;
	text-align:center;
	padding:0 5px;
}
.datebox-day {
	background-color:#86BA1E;
	color: #000;
	text-align:center;
}
.datebox-item {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5199B4;		
}

/*----------TABLE----------------------------------- */

table {
	width: 100%;
	padding: 4px;
	margin: 0 auto 1.5em auto;
	border-left: 1px solid #C1DAD7;
	border-collapse:collapse;
}
th {
	font: bold 10px/22px Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 12px 4px 12px;
	background-color: #CAE8EA;
}
td {
	font: normal 11px Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
}

