body
{
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    background-color: #cee6f3;
    margin-top: 36px;
}
.logo
{
	background-color:#FFFFFF;
    background-image: url(images/logo.gif); 
    background-repeat: no-repeat;
    height: 84px;
    width: 728px;
}
.header-top {
	background-image: url(images/header-top.gif); 
    background-repeat: no-repeat;
    height: 21px;
    width: 730px;
}

.page
{
    background:url(images/page-bg.jpg) bottom left repeat-x #E9E9E9;  
    height: 556px;
    width: 728px;
    vertical-align: top;
    text-align: center;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    font-family: Arial;
    font-size: 11px;
	color:#333333;
}
    .footer
{
    background-image: url(images/footer.jpg);
    background-repeat: repeat-x;
    height: 51px;
    width: 730px;
}

ul.menu {
	margin:0;
	display:block;
	list-style: none;
	padding-left:0px;
}
ul.menu li {
	float:left;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
ul.menu li a {
	margin:0 0px 0 1px;
	background:url(images/button-bg.gif) bottom left repeat-x #367ba2;
	text-decoration:none;
	color:#FFFFFF;
	padding:12px 12px 6px 12px;
	display:block;
	border-right:1px solid #053753;
	border-right:1px solid #032b42;
	border-bottom:1px solid #053753;
	border-bottom:1px solid #032b42;
}

ul.menu li a:hover, ul.menu li a.active {
	background:url(images/button-bg-over.gif) bottom left repeat-x #367ba2;
	color:#FAFAFA;
}


.sidebar {
	width:200px;
	overflow:hidden;
	background:url(images/sidebar-bg.jpg) bottom left repeat-x #f2f2f2;
	border-left:1px solid #FFFFFF;
	font-family:Verdana;
	font-size:11px;
	color:#575656;
}

.main {
	overflow:hidden;
	text-align:justify;
	padding:24px;
	height:399px;
	font-family:Verdana;
	font-size:12px;
	/* color:#154c8f !important; */
}

.main h2 {
	font-size:18px;
}

.main h3 {
	font-size:13px;
}

.main a {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#313197;
}

.main a:hover {
	color:#333333;
	text-decoration:none;
}

.main a.button {
	margin:0;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:6px;
	color:#333333;
	border:1px solid #AAAAAA;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	background:url(images/20-f0f0f0-000000.gif) bottom left repeat-x #FFFFFF;
	margin:0 2px 0 2px;
}

.main a.button:hover {

	background:url(images/20-404040-6f6f6f.gif) bottom left repeat-x #6F6F6F;
/*		background:url(images/button-bg-over.gif) bottom left repeat-x #367ba2;*/
	color:#FFFFFF !important;
	
	border:1px solid #CCCCCC;

	border-bottom:1px solid #333333;
	border-right:1px solid #333333;

}

.inner-p {
	padding-left:4px;
}

table.footer td a {
	color:#FFFFFF;
	text-decoration:none;
	text-decoration:underline;
}


table.footer td a:hover {
	color:#444444;
	text-decoration:none;
}