/* CSS Document */

body	{
	text-align:center;
	background:url('images/back.jpg') top center no-repeat;
	background-color:#3FC4FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3	{
	font-weight:normal;
}

h1, h2	{
	margin-right:10px;
	display:inline;
}
h1, h3	{	color:#3FC4FF;	}
h1			{	font-size:45px;	}
h2, h3	{	font-size:22px; margin-top:0px;	}
h2			{	text-transform:uppercase;	}

a, a:visited	{
	color:#3FC4FF;
	text-decoration:underline;
}

a img	{
	border:0;
}

/*~~~~~~~~~~~~~~ layout styling ~~~~~~~~~~~~~~*/
#container	{
	margin-left:auto;
	margin-right:auto;
	width:908px;
	text-align:left;
	background-color:white;
	margin-top:50px;
}

#head	{
	padding:0 12px;
	height:88px;
	line-height:88px;
}

#layouttable	{
	width:100%;
	border-collapse:collapse;
}
#layouttable td	{
	vertical-align:top;
}

#layouttable .content	{
	padding:12px;
	padding-top:0px;
}

#footer	{
	font-size:0.8em;
	text-align:left;
	border-top:1px solid #cccccc;
	padding:10px 15px;
}

/*~~~~~~~~~~~~~~ side menu ~~~~~~~~~~~~~~*/
#menucolumn, #rightcolumn	{
	width:185px;
	padding:0px 2px;
}

#sidemenu	{
	padding:0px;
	margin:0px;
	width:100%;
	list-style:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}

#sidemenu li	{
	margin-bottom:1px;
}

#sidemenu li a, #sidemenu li a:visited	{
	color:white;
	background:url('images/menubg.gif') right center no-repeat;
	background-color:#3FC4FF;
	text-decoration:none;
	display:block;
	height:23px;
	line-height:23px;
	padding:0 10px 0 15px;
}

#sidemenu li a:hover	{
	/*background-color:#67A3C5;*/
	background-color:#97E0FF;
}

/*~~~~~~~~~~~~~~ side image box ~~~~~~~~~~~~~~*/
#imagebox	{
	text-align:center;
	/*vertical-align:middle !important;*/
	padding:0px;
}

/*~~~~~~~~~~~~~~ right column ~~~~~~~~~~~~~~*/

#rightcolumn h3	{
	text-transform:uppercase;
	color:white;
	font-size:11px;
	font-weight:bold;

	background:url('images/menubg.gif') right center no-repeat;
	background-color:#3FC4FF;
	height:23px;
	line-height:23px;
	padding:0 10px 0 15px;
}
#rightcolumn form	{
	padding:0px 12px;
	margin-bottom:15px;
}
#rightcolumn form input	{
	width:151px;
}

/*~~~~~~~~~~~~~~ top menu ~~~~~~~~~~~~~~*/
#topmenu	{
	text-align:left;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px 5px;
	border-bottom:1px solid #cccccc;
}
#topmenu ul	{
	margin:0px;
	padding:0px;
	list-style:none;
}
#topmenu li	{
	display:inline;
	border-right:1px solid #3FC4FF;
}

#topmenu a, #topmenu a:visited	{
	color:black;
	text-decoration:none;
	padding:0px 10px;
	line-height:23px;
}

#topmenu a:hover, #topmenu a.on	{
	color:#3FC4FF;
}
