/* ----------------------------------- COMMON STYLES ---------------------------------- */

body {
	margin:0px;
	padding: 0;
	background: #313e53 url('../img/layout/sitebg.gif');
	font-family: trebuchet ms;
	font-size: 14px;
	color:#333;	
}

a {
	color: #069;	
}

a:hover {
	color: #b75435;
}

p {margin: 12px 24px;}

h1 {margin: 12px;
color: #0C3A6E;
font-size: 1.8em;}

h2 {margin: 12px;
color: #0C3A6E;
font-size: 1.5em;}

h3 {margin: 12px;
	color: #b75435;
font-size: 1.2em;}

h4 {margin: 12px;
	color: #b75435;
font-size: 1em;}

h1.logo {display: none;}

/* ----------------------------------- TOP THEME STYLES ---------------------------------- */



#top {
	background: #313e53 url('../img/layout/siteheadbg.gif') top center no-repeat;	
}

td.theme {
	background-image: url('../img/layout/toptheme.jpg');
	background-repeat: no-repeat;
	height: 122px;
}

td.menu {
	background-image: url('../img/layout/menubg.gif');
	background-repeat: no-repeat;
	height: 61px;
}

#logo {
	position:relative;
	left:25px;
	top:-10px;
}



/* ----------------------------------- BODY STYLES ---------------------------------- */
table.body {
	background-image: url('../img/layout/contentbg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}

td.body {
	padding: 0px 15px 0px 23px;
	vertical-align: top;	
	border-right: 1px dotted #D2D6DA;
}


div.title {
	color:#0C3A6E;
	font-size:18px;	
	background-repeat: no-repeat;
	padding-left:28px;
}


ul.list,ul.checkList {
	padding:10px 0px 0px 15px;
	margin:0px 10px 0px 10px;
	list-style-image: url(../img/layout/listItem.png);
}

ul.checkList {
	list-style-image: url(../img/layout/checkItem.png);
}

.list li,.checkList li {
	padding-bottom:5px;		

}

.list li:first-child,.checkList li:first-child {
	border-top:0px dotted #D2D6DA;
}


div.contentTitle {
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
}

/* ----------------------------------- BOTTOM STYLES ---------------------------------- */

#bottom {
		background-color: white;
		width: 794px;
		margin: 0 auto;
}


#rightcol {padding: 10px}
#rightcol img {
		margin: 10px 0 10px 10px;
}
#rightcol p {
		margin: 5px 20px 10px 10px;
}



div.bottom {
	background-image: url('../img/layout/bottombg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
}

td.bottom {
	height:62px;
	color:#D5D7D8;
	font-size: 12px;
	padding-left:25px;
}

a.bottomMenuItem{
	float:right;	
	color:#D5D7D8;
	border-right:1px dotted #B7B7B7;
	padding:0px 15px 0px 15px;
}

a.bottomMenuItem:hover {
	color:white;
}

a.bottomLink{
	color:#D5D7D8;
}
a.bottomLink:hover{
	color:white;
}


#loading {
	position:absolute;
	left:43%;
	top:40%;
    height:auto;
}

#bodyContent {
	visibility:hidden;
}

/* ----------------------------------- FOOTER STYLES ---------------------------------- */

#footer {
		background: url('../img/layout/footer.gif');
		width: 794px;
		margin: 0px auto 20px auto;
		height: 92px;
		padding-top: 0px;
}