body {
    background: #fff;
    color: #004080;
    font: 76% Verdana, Tahoma, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #3333FF;
    font-weight: bold;
    text-decoration: none;
}

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

img {
    border: 0;
}

p {
	line-height: 1.5em;
	margin: 0 0 15px;
}

h3 {
    color: #004080;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.4em;
}

h4 {
    color: #004080;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1.2em;
}

h5 {
    color: #004080;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 1em;
}

h6 {
    color: #004080;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 0.9em;
}

/* -------------- */
/* Main Container */
/* -------------- */

#wrapper {
    background: #ffffff;
    color: #004080;
    margin: 0;
    width: 974px;
    padding: 0;
    text-align: left;
    overflow: hidden; /* IE7 needs this */
}

/* ------ */
/* Header */
/* ------ */

/*#sitename {
    color: #fff;
    height: 92px;
    margin: 0 20px 10px;
    text-align: left;
}

#sitename h1, #sitename h2 {
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
}

#sitename h1 {
    font-weight: bold;
    font-size: 2.4em;
    padding-top: 20px;
}

#sitename h2 {
    font-weight: 400;
    font-size: 1.6em;
    color: #bedfff;
    padding-left: 5px;
}

/* ------ */
/* Search */
/* ------ */
/*
#sitename div {
    float: right;
    margin-top: 40px;
    padding: 0;
    text-align: center;
}

#sitename div input {
    background: #bedfff;
    font-size: 1em;
    border: 1px solid #004080;
}

#sitename div input#search_xte_plugin {
    font-family: "Courier New", serif;
}
*/
/* -------- */
/* header */
#header {
	width: 974px;
	height: 120px;
	padding: 0;
	margin: 0 auto;
	clear: both;
	background: #ffffff;
}

#header #logo {
	width: 269px;
	height: 100px;
	float: left;
}

#header #right {
	width: 260px;
	height: 100px;
	padding-right: 30px;
	float: right;
	clear: right;
	font-size: 1.3em;
	text-align: right;
	font-weight: bold;
}
/* Top Menu */
/* -------- */
/*
#topmenu {
    float: left;
    margin-bottom: 1px;
}

#topmenu ul {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#topmenu li {
    float: left;
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#topmenu a {
    border-right: 5px solid #004080;
    color: #fff;
    display: block;
    font-size: 0.7em;
    padding: 6px 10px 5px;
    text-transform: uppercase;
}

#topmenu a:hover {
    background: #004080 url(../images/menuhover.jpg) top left repeat-x;
    color: #ffff00;
    text-decoration: none;
}
*/
/*#love {

    padding: 15px 15px 15px 15px;
   
}*/
/* --------------- */
/* Content Wrapper */
/* --------------- */

#wrap {
    clear: both;
    font-size: 0.9em;
    padding: 0;
    margin: -10px 0 0 0; /* Fix the vertical gap in IE6 and IE7 */
}

/* ------------ */
/* Side Columns */
/* ------------ */

#leftcol, #rightcol {
    margin: 0;
    /*padding: 15px 10px 0px;*/
    width: 175px;
	background: #CCCCFF;
	height: auto;
}

#leftcol {
    float: left;
    margin-right: 10px;
	
}

#rightcol {
    float: right;
    margin-left: 10px;
	margin-right: 2px;
}

#leftcol h1, #rightcol h1 {
    color: #3333FF;
	font-family: Bradley Hand ITC;
	font-style: italic;
    font-size: 1.6em;
    font-weight: bold;
    /*letter-spacing: -1px;*/
    margin: 0 0 12px;
}

#leftcol h2, #rightcol h2 {
    font-size: 1.1em;
    margin: 0 0 20px;
}

#leftcol div {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 16px 0;
}
#rightcol div {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 16px 0;
	padding: 10px;
}

#leftcol p, #rightcol p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 0 0 16px 0;
}

/* ---------- */
/* Side Menus */
/* ---------- */

#nav ul {
	margin: 0;
	padding: 0 0 16px 0;
	float: left;
    list-style: none;
}

#nav a {
	padding: 0.5em 0 0.5em 0;
	margin: 0 0 1px 0;
	width: 175px;
	display: block;
	text-indent: 1em;
	border: 0px solid #000;
	background: #3333FF;
	font-variant: small-caps;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #ffffff;
	/*background: #0062c4 url(../images/nav_hover.jpg);*/
}

/* ------- */
/* Content */
/* ------- */

#content, #contentadmin, #content_inner {
    min-height: 600px;
    height: auto;
    border-right: 1px solid #004080;
    /*border-bottom: 2px solid #004080;*/
    background: #fff;
    color: #000;
    margin-top: 0;
    padding: 5px 20px 15px;
}

/* for stupid Internet Explorer */
/*\*/
* html #content, * html #contentadmin, * html #content_inner {
    height: 200px;
}
/**/

#content {
    /*margin: 0 200px;*/
	margin-left: 200px;
	margin-right: 200px;
    border-left: 1px solid #004080;
}
#content_inner {
    margin-left: 200px;
	margin-right: 20px;
    border-left: 1px solid #3333FF;
}
#contentadmin {
    margin: 0 200px 0 0;
    border-left: 0;
}

#content h1, #content_inner h1 {
	background-color: inherit;
	color: #00F;
	font-family: Bradley Hand ITC;
	font-style: italic;
	font-size: 3.0em;
	font-weight: bold;
	/*letter-spacing: -1px+;*/
    margin: 0 0 15px;
	padding: 0;
}

#content h2, #contentadmin h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
}

#content, #content_inner div {
    margin-bottom: 20px;
}

/*#content div.img-shadow {
    float: left;
    background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

#content div.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #bedfff;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}
*/
/* ------ */
/* Footer */
/* ------ */

#footer {
    background: #FFFFFF;
    clear: both;
    color: #3333FF;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

#footer a {
    color: #fff;
    font-weight: bold;
}

/* -------- */
/* Articles */
/* -------- */
/*
.articlecontent {
    display: block;
}

.articlelinks {
    float: right;
    width: 150px;
    background-color: #dbedff;
    border: 1px solid #0062c4;
    padding: 10px;
    display: block;
}

.articlelinks h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    color: #004080;
}

.articlelinks ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

.articlelinks li {
    font-size: 11px;
    color: #004080;
    padding: 1px 0;
}

.read_more {
    text-align: right;
    font-size: 1.4em;
}
*/
/* ----- */
/* Other */
/* ----- */

.clearingdiv {
    clear: both;
    margin: 0;
    padding: 0;
}

acronym {
    border-bottom: 1px dotted #bbb;
    cursor: help;
}

code {
    border: 1px solid #004080;
    padding: 5px 2px 5px 10px;
    display: block;
    background-color: #bedfff;
    font-size: 1.2em;
}

blockquote {
    border-left: 7px solid #bedfff;
    padding: 5px 2px 3px 7px;
}

hr {
    color: #fff;
    background-color: #fff;
    clear: right;
}

/* ------ */
/* Tables */
/* ------ */
TABLE.infoBox {
  border: 1px;
  border-style: solid;
  border-color: #3333ff;
  border-spacing: 0px;
  width: 100%;
}
th.infoBox {
    text-align: left;
	background-color: #3333ff;
	color: #FF0000;
	padding: 5px;
}
td.infoBox {
    text-align: left;
	padding: 5px;
}
/* 
table {
    border: 2px solid #000;
    border-collapse: collapse;
    width: 90%;
    margin-left: 3ex;
    margin-bottom: 5px;
}

td {
    color: #444;
    background-color: #dbedff;
    padding: 3px;
    border: 1px solid #fff;
}

th {
    text-align: left;
    border: 1px solid #fff;
}

thead th {
    color: #fff;
    font-size: 1.5em;
    background: #004080 url(../images/bg_tableheader.jpg) repeat-x;
    padding: 10px 6px;
}

tbody th {
    color: #eee;
    font-size: 1.15em;
    background-color: #0062c4;
    padding: 6px;
}

tbody th.sub {
    font-size: .90em;
    color: #000;
    background-color: #bedfff;
    padding: 6px;
}
*/
#wrapper #wrap #content_inner div swim {
	color: #00F;
}
