/*
 * Css file -- Layout And Fonts
 * This file is used to color the page, change fonts, decide sizes and so forth.
 * Creating a template will involve creating a new CSS file or modifing one that's already made.
 *
 * @package NAME_OF_MY_THING
 * @copyright Copyright 2007-20010 Andrea Fattoracci andreafattoracci@yahoo.com
 * @version 1.0 First Official Package
 *
 * note that you may NOT -- USE, ALTER, or in any way REPRODUCE this code WITHOUT WRITTEN PERMISSION from the copyright holder
 * You may not "MOVE" this code to another Host, Or Website WITHOUT WRITTEN PERMISSION from the copyright holder.
 * Doing so will be considered a "Reproduction" in any possible case.
 *
 */

body {
	text-align:center;
	color:#FFFFFF;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:.8em;
	padding:0px;
	margin:0px;
	background-color:#A9E6F7;
	background-image:url('../images/top_gradient_bg.gif');
	background-repeat:repeat-x;
	padding-top:10px;
}

#MainBody {
	background-color:transparent;
	width:80%;
	min-width:770px;
	margin:auto;
}
#MainContent {
	margin:0 auto;
	min-width:750px;
	text-align:left;
}
#TopContent {
	text-align:center;
}
#Header {
	margin:auto;
}
#LogoWrapper {
	font-size:250%;
	color:gold;
}
#BodyContent {
	text-align:center;
	color:#000000;
}

#BodyTop {
	text-align:center;
	height:56px;
}

#menu {
	margin:auto;
	color:#fff;
	height:56px;
	width:770px;
}
#menu div#submenu {
	padding:0px;
	margin:auto;
	background-color:#00004E;
	height:25px;
	padding-top:2px;
	padding-left:0px;
}
#menu div#submenu ul{
	list-style:none;
	padding-top:2px;
	padding-left:30px;
}
#menu ul,  #menu #submenu ul{
	padding:0px;
	margin:auto;
	list-style:none;
}
#menu ul li, #menu #submenu ul li{
	padding:0px;
	margin:0px;
	text-align:center;
	display:inline;
	float:left;
}
#menu ul li img,  #menu #submenu ul li img{
	float:left;
}
#menu ul li div.button {
	float:left;
	background-color:#96C7E0;
	height:23px;
	padding-top:7px;
	width:114px; 
	font-family:tahoma;
	font-size:6pt;
	color:#00004E;
}
#menu ul li div.button a{
	font-size:8pt;
	color:#00004E;
	font-style:none;
	font-weight:normal;
}
#menu ul li div.button a:hover{
	color:#FFFFFF;
}
#menu ul li.sep, #menu #submenu ul li.sep {
	padding:0px;
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
}
#menu ul li a,  #menu #submenu ul li a {
	font-family:Tahoma;
	font-size:9pt;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover,  #menu #submenu ul li a:hover {
	color:#96C7E0;
}

#BodyCenter {
	min-width:750px;
	margin:auto;
	padding:0px;
	background-color:#E3F1FF;
	border:3px solid #00004E;
	border-left:3px solid #1D1D80;
	padding:0px;
	
}
#LeftColumn {
	min-height:100px;
	margin-top:0px;
	float:left;
	width:30%;
	background-image:url('../images/column_left_background.gif');
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#96C7E0;
	color:#FFFFFF;
}
#SignUpContainer {
	margin-right:10px;
}
#SignUp {
	background-image:url('../images/newsletter_signup_background.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:211px;
	width:202px;
	text-align:center;
	margin:auto;
}
#SignUp form {
	margin-left:20px;
	text-align:left;
}
#NewsHighlights {
	border-left:1px solid #000;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
	margin-right:10px;
}
#NewsHighlightsTop {
	border-top:1px solid #000;
}
#NewsHighlightsBody {
	margin-left:10px;
	text-align:left;
}
#Side_Content {
	margin-right:55px;
	padding-left:5px;
	text-align:left;
	font-weight:normal;
	font-size:10pt;
}
#Side_Content a{
	color:#51739F;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#Side_Content a:hover{
	color:#FFC000;
}
#CenterColumn {
	text-align:left;
	float:left;
	width:100%;
	padding:15px;
}
#CenterColumn-W {
	text-align:left;
	width:100%;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
}
#CenterColumn-W #LeftColumn {
	background-image:none !important;
	background-color:#E3F1FF;
}
#BodyBottom{
	background-color:transparent;
}
.right {
	float:right;
}
.left {
	float:left;
}
img {
	border:0px;
}
.ClearUp, .clear {
	clear:both;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	color:#FFBA00;
}
#BodyBottomContent {
	color:#000;
}