/* BASIC */

body {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva;
	font-size: 12px;
	background-color: #F5F8FA;
	margin: 0px;
}

/* TEXT */

PRE {
	font-size: 100%;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #F5F8FA;
}

.notice {
	font-size: 100%;
	padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #F5F8FA;
}

.n2link {
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

.notice-table {
	font-size: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #F5F8FA;
}

p, td, tr, li, ol, ul {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva;
	font-size: 13px;
	line-height: 20px;
}

h1 {
	font-family: Arial, Helvetica, Geneva;
	font-size: 22px;
	line-height: 24px;
	border-bottom: 1px solid #AAAAB0;
}

h2 {
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	line-height: 18px;
}

h3 {
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	line-height: 18px;
}

.columnTitle {
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background-color: #C4D4E4;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #B2C7DC;
}

.blogDate {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva;
	font-size: 10px;
	line-height: 13px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.blogTitle {
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: bold;
	color: #00448B;
	line-height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* HEADER AND FOOTER */

.header {
	background-color: #00448B;
	border-top: 6px solid #002B6E;
	height: 84px;
	vertical-align: top;
	padding-left:  20px;
	padding-top: 10px;
}

.topNavigation {
	background-color: #EEEEEE;
	background: url('g/topnav-background.gif');
	height: 23px;
	line-height: 12px;
	vertical-align: top;
	padding-left:  12px;
	padding-top: 5px;
}

.topLink, A.topLink:link, A.topLink:active, A.topLink:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

A.topLink:hover {
	color: #BB0000;
}

.youAreHere {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Geneva;
	font-size: 12px;
	padding : 20px;
	padding-top : 10px;
	background-color: white;
	color : gray;
}

/* LAYOUT */

.leftColumn {
	padding: 20px;
	padding-top: 15px;
	vertical-align: top;
	width: 70%;
	background-color: white;
}

.rightColumn {
	vertical-align: top;
	width: 30%;
	background-color: #C4D4E4;
}

.rightColumnSection1 {
	background-color: #C4D4E4;
	padding: 15px;
}

.rightColumnSection2 {
	background-color: #C4D4E4;
	padding: 15px;
	border-top: 1px solid #F5F8FA;
}

.rightColumnSection3 {
	background-color: #D6E1EC;
	padding: 15px;
	border-top: 1px solid #F5F8FA;
}

.topLeftColumn {
	width: 70%;
	background: url('g/topleft-dropshadow.gif');
}

.topRightColumn {
	width: 30%;
	background-color: #B2C7DC;
	background: url('g/topright-dropshadow.gif');
}

.a {
	padding-right: 10px;
	vertical-align: top;
	width: 50%;
	background-color: white
}

.b {
	padding-left: 10px;
	vertical-align: top;
	width: 50%;
	background-color: white
}