/* CSS Document */

/*  Modified HTML tags */
html {
	padding:0px;
	margin:0px;
	height: 100%;
}
table, tr, td {
	font-size: 12px;
}
body, .text, textBig {
	background-color: #000033;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#434343;
	padding:0px;
	margin:0px;
}

p, h1, h2 {
	margin: 0px;
	padding: 3px 10px 3px 10px;
}
table {
	margin: 3px 2px 3px 2px;
	font-size: 12px;
}
table.center {
	width:98%; 
	margin-left:1%; 
	margin-right:1%;
	max-width: 320px;

}
pre {
	font-family: "Courier New", Courier, Monaco, mono;
	font-size: 11px;
	margin: 0px;
	padding: 5px 20px 5px 20px;
}
a {
	font-weight: bold;
	color: #009;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #009;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #EBEBEB;
	text-decoration: none;
	background-color: #009;
}
a:link {
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #009;
	text-decoration: none;
}

h1 {
	font-size:14px;
	padding-top:2px;
	color: #000033;
	background-color: transparent;
	padding-bottom: 10px;
}
h2 {
	font-size:12px;
	padding-top:3px;
	/*text-transform:uppercase;*/
	color: #666;
	background-color: #CCC;
	text-align: center;
	border-bottom: 1px solid #000033;
	border-top: 1px solid #ffffff;
}
h3 {
	visibility: hidden;
	font-size: 1px;
	/*text-transform:uppercase;*/
	text-align: right;
	color: #ffffff;
	background-color: #000033;
	padding:0px 0px;
	margin:0px
}

/*  positioning-layers: Can only be used once on a page (#) */
/*  Used with "id=" */
#left {
	clear: both;
	left: 0px;
	width: 100%;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	background-color: #B51031;
	height: auto;
}
#content {
	clear: both;
	/*border-left: 2px solid #564b47;
	border-right: 2px solid #564b47;*/
	padding: 0px;
	margin: 35px 0px 0px 0px;
	background-color: #ffffff;
	height: auto;
}
#right {
	visibility: hidden;
	clear: both;
	left: 0px;
	width: 100%;
	height: 0;
	color: #564b47;
	margin: 0px;
	padding: 0px;
}
/* -----------footer--------------------------- */
#header {
	clear: both;
	margin: 5px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/OfficePool2010_iphone.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding:0px 0px;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0;
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	background-color: #000033;
	padding:0px 0px;
}

/*- Menu Tabs --------------------------- */
#navigation {
   width:100%;
   border-bottom:0px solid #000033;
	display: inline;
}
#navigation ul {
   clear:left;
	display: inline;
	padding-top:0;
	padding-bottom:0;
	border-left: 0px solid #000033;
	border-right: 0px solid #000033;
	border-top: 0px solid #000033;
	border-bottom: 0px solid #000033;
	line-height:auto;
}
#navigation li {
	display: inline;
}
#navigation li a {
	display: inline;
	padding-left:5;
	padding-right:5;
	padding-top:0;
	padding-bottom:0;
	border-left: 3px solid #711515;
	border-right: 0px solid #711515;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #B51031;
	color: #FFFFFF;
	text-decoration: none;
}


/* Classes. Can be used anywhere with the "class=" */

.aligncenter {
	margin-top: 0;
	text-align: center;/*font-size: 10px;*/
	padding: 0px 0px 0px 0px;

}
/* Used in in the header of the MainTemplate */
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding-top: 30px;
	text-align: center;
}
/* Used in the documentation files */
.subheader {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
