/* CSS Document */

body {
	background-color: #013c74;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #484848;
	font-weight: 100px;
}

h2	{display: block; height: 30px; width: 100%; background-color: #d6d6d6; font-size: 13px; color: #003261; line-height: 30px; margin: 10px 0 2px 0; font-weight: bold;}

h3	{color: #007CD2; font-size:14px; margin: 8px 0px 8px 0px;}

th	{font-weight: 100; vertical-align: top;}
p	{font-weight: 100; margin: 8px 0px 8px 0px;}
td	{font-weight: 100; vertical-align: top;}
ul	{margin: 0px 0px 0px 10px;}
strong	{font-weight: bold;}
li	{text-align: left;}

a:link {
	color: #00AFEB;
	text-decoration: none;
}
a:visited {
	color: #00AFEB;
	text-decoration: none;
}
a:hover {
	color: #004793;
	text-decoration: none;
}
a:active {
	color: #00AFEB;
	text-decoration: none;
}

/*content*/

#body-index-01	{padding: 0px 5px 0px 10px;}

#body-index-02	{padding: 0px 10px 0px 5px;}

#content	{padding: 0px 10px 5px 10px;}

.blue-bd {
	color: #007CD2;
	font-weight: bold;
}

.blue-bd2 {
	color: #005893;
	font-weight: bold;
}

#footer	{color: #FFFFFF; vertical-align: middle;}

#footer a	{color: #CCCCCC; text-decoration: none;}

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

/*top nav*/

#top-nav a	{ 
	background: url(img/top-nav-bg.gif);
	display: block;
	height: 40px;
	width: 100%;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
}

#top-nav a:hover	{ 
	background: url(img/top-nav-bg-hover.gif);
}
	
#t-n-spc	{width: 2px;}

/*left nav*/

#left-nav a	{
	line-height: 31px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(img/left-nav-bg.png);
	display: block;
	height: 31px;
	widows: 320px;
	text-align: right;
	padding-right: 15px;
	font-size: 14px;
}

#left-nav a:hover	{
	background: url(img/left-nav-hover.png);
}

#nav-btn	{ padding-left: 15px;}


