@media print {
	header, nav, footer, .noprint { display: none; }
	div.row{page-break-inside: avoid;}
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

header {
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}

nav {
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: 20px;
	color: #000099;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

article {
	min-height: 400px;
	margin-top: 2px;
	padding-top: 2px;
}

section {
	min-height: 400px;
	margin-top: 2px;
	padding-top: 2px;
}

footer {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}

#toplist { text-align:center;}


#toplist a{text-decoration: none}

#toplist .dontShow{display: none;}

.topleft{
    float:left;
    border-width: 1px;
    border-style: solid;
    padding: 0px 5px 0px 5px;
}

.topright{
    float:right;
    border-width: 1px;
    border-style: solid;
    padding: 1px;
}

.row {
    padding: 1px;
    border-width: 1px;
    border-style: solid;
}

.left  {
    float:left;
    text-align: right;
    border-width: 1px;
    border-style: solid;
    line-height: 12px;
    margin-right: 15px;
    font-size: 10px;
    font-weight: bold;
}

.clickaway {
    float:right;
    margin-right: -5px;
    margin-top: -8px;
    z-index:2;
}

.clickaway img{border-style: none;}

.withborder {
    border-width: 1px;
    border-style: solid;
    padding: 15px;
}

.withbottom{
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

.warning a{
	font-size: x-small;
	color: #CC0000;
}
.warning{
	font-size: x-small;
	color: #000000;
	text-transform: uppercase;
}
.capital {
	font-variant: small-caps;
	font-weight: bolder;
}
.blue {
	color: #FFFFFF;
	background-color: #000099;
	font-size: 16px;
	margin-top: 2px;
	padding-top: 2px;
	text-indent: 5%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.red {
	color: red;
}

#content {
	min-height: 400px;
	margin-top: 2px;
	padding-top: 2px;
}
img {
	vertical-align: middle;
}
#plan h1{
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#plan h2{
	color: #000099;
	font-size: 16px;
	margin-top: 2px;
	padding-top: 2px;
}
#plan h3{
	margin-bottom: 1px;
	padding-bottom: 1px;
}
table {
	width: 100%;
	border: 1px solid #333333;
	cellpadding: 5;
	cellspacing: 1;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #333333;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
}

.small {
	width: 75px;
}
td .half{
	width: 50%;
}

a { 
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
#box {
	margin:50px 0px; padding:0px;
	text-align:center;
}
#insidebox {
	width:236px;
	margin:0px auto;
	text-align:center;
	padding:15px;
}

a[rel="external"]{
	background-image: url('images/external.png');
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:11px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
