a 
{
	color:#013070;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
}

img
{
	border:0px;
}

h1 
{ 
	font-size:20px;
	font-style:italic;
}

h2
{
	font-size:16px;
}

h3
{
	color:#C83C3C;
	font-size:14px;
}

body
{
	margin:0px;
	background:#26436B;
	font-family:Verdana;
	font-size:12px;
	color:#013070;
}

ul
{
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style-image:url(../gui/bullet.jpg);
}

ul li
{
	padding-bottom:10px;
}

p
{
	padding-bottom:10px;
}

/***container***/
#container 
{
	margin:0 auto;
	width:900px;
	margin-top:10px;
}

/***banner***/
#banner
{
	clear:both;
	border-bottom:10px solid #446A99;
	background:url(../gui/banner.jpg) no-repeat;
	height:175px;
	font-style:italic;
	font-size:25px;
	text-align:right;
}


/***content***/
#content
{
	background:#DEECF9;
	overflow:hidden;
}


/***column****/
#left_column
{
	float:left;
	width:625px;
	padding:30px 20px 20px 20px;
	background:url(../gui/left_column_top_bg.jpg) repeat-x #DEECF9;
}

#right_column
{
	float:left;
	width:235px;
	background:#DEECF9;
}

#right_column_top
{
	float:left;
	width:205px;
	background:url(../gui/right_column_top_bg.jpg) repeat-x #E5EFFA;
	padding:20px 15px 0px 15px;
	font-size:10px;
	font-weight:bold;
}

#right_column_bottom
{
	float:left;
	width:205px;
	background:url(../gui/right_column_bottom_bg.jpg) repeat-x #DEECF9;
	padding:15px;
	font-weight:bold;
}

/***footer***/
#footer 
{
	background:url(../gui/footer_bg.jpg) repeat-x;
	font-size:13px;
	font-weight:bold;
	height:25px;
	padding-top:15px;
	letter-spacing:-1px;
	text-align:center;
}
