/* All**/
body {
	color : #6a645a;
	margin : 0;
	padding : 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	background-color: #006eb3;
	background-image: url(images/bghead.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	text-align: left;
}
p {
	margin : 0;
	padding : 0;
	color: #333;
}
a:visited, a:link {color : #0e85bc;text-decoration : underline;background:none;}
a:hover {color : #003e83;text-decoration : none;background:none;}
h1 {
	color : #0e85bc;
	margin: 0px 0px 10px 0px;
	padding-bottom : 10px;
	border-bottom : 1px solid #cbcbcb;
	font-family: Georgia, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color : #0e85bc;
	margin : 20px 0 10px;
	padding-bottom : 10px;
	border-bottom : 1px solid #efece7;
	font-family: Georgia, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	color : #0e85bc;
	margin : 10px 0;
	padding-bottom : 10px;
	border-bottom : 1px solid #efece7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	color : #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul {
	padding:0;
	margin:0 0 0 15px;
	list-style: square url(images/bullet.gif);
	text-align: center;
}
.box {
	border : 1px solid #f0e9eb;
	padding : 10px;
	background-color: #f7f7f7;
	background-image: url(images/line1.gif);
	background-repeat: no-repeat;
}
.boxsite {
	border : thin solid #999999;
	padding : 10px;
	background-color: #FFFFFF;
	background-image: url(images/star.jpg);
}

/* Layout */
#wrapper {
	margin : 0 auto;
	width : 948px;
	border-left : 1px solid #BCBCBC;
	border-right : 1px solid #BCBCBC;
	
}
#header {
	margin : 0 1px;
}
#nav {
	background : #3192c1;
	text-align : right;
	color : #c3ebff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-image: url(images/topbg.jpg);
	font-weight: bold;
}
#nav a:visited, #nav a:link {
	color : #c3ebff;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#main-content {
	margin : 0 auto;
}
#logo {
	margin-bottom : 50px;
}
.logotextfirst {
	color : #21b8ff;
	margin : 10px 0 0 0px;
	font-family: "Trebuchet MS", serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
}
.logotextsecond {
	color : #0e85bc;
	font-family: "Trebuchet MS", serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
}
#left-column {
	width : 580px;
	padding : 15px 15px;
	float : left;
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat; */
}
#right-column {
	width : 295px;
	float : right;
}
#left-column-main {
	width : 440px;
	padding : 15px 15px;
	float : left;
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat; */
}

#left-column-big-main {
	width : 915px;
	padding : 15px 15px;
	float : left;
	/*background-image: url(images/header.jpg);
	background-repeat: no-repeat; */
}

#right-column-main {
	width : 440px;
	padding : 15px 15px;
	float : right;
}

.crd a:visited, .crd a:link, .crd a:hover{
	color : #2a3845;
	cursor: text;
	text-decoration: none;
}
#footer {
	border-top : 1px solid #f0e9eb;
	padding : 10px 15px;
	clear : both;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer1 {
	border-top : 1px solid #f0e9eb;
	padding : 10px 15px;
	clear : both;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	position: fixed;
	height: 100px;
	width: auto;
	top: 500px;
}

/* RightSideBar */
#main-image {
	text-align : center;
}
.sidebar {
	width : 295px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;/*	background : url(images/sidebar.jpg) no-repeat top; */
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #F60;
}
.footertxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	margin-left: 5px;
	padding-left: 8px;
	clip: rect(auto,auto,auto,auto);
	left: 8px;
}
