/* Basic Styling
=======================*/

body {
	font: 62%/1.4 "Arial", Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 0px;
}

img {
	border: none;
	float: left;
}

h1 {
	font-size: 2.8em;
	color: #333399;
	text-transform: none;
	line-height: .9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	padding-left: 10px;
}

h2 {
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 30px;
	

	
}
h3 {
	font-size: 1em;
	color:#fff;
	font-weight: 100;
	
}

h4 {
	font-size: 1em;
	color:#fff;
    text-transform: uppercase;
	
}

#intro {
	font-weight: bold;
	font-size: 1.2em;
}

a:link, a:visited {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#0066CC;
}

/* Layout
=======================*/

body {
	text-align: center;
	min-width: 780px;
}

#wrapper {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background-image: url(images/bg/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: top;
	background-position: centre;
	background-color: #FFFFFF;
	height: 500px;
	
}
#heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}
#subNav {
	width: 110px;
	float: left;
	padding-left: 40px;
	}

#content {
	float: right;
	width: 780px;
	padding-top: 260px;
}

#mainContent {
	width: 500px;
	float: right;
	margin-right:60px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	margin-bottom: 20px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	}

/* General Styles
=======================*/

h4 {
	text-align: centre;
	padding: 0px;
}


h3 {
	text-align: right;
	padding: 0px;
}

h2 {
	margin-bottom: 0;
}

p {
	margin-top: 0;
	padding-left: 10px;
}


/* subNav */

#subNav {
	color: #333333;
	text-transform: uppercase;
	text-align: right;
	
}

#subNav a:link, #subNav a:visited {
	text-decoration: none;
	color: #666666;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#subNav a:hover {
	color: #333399;
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}

#subNav li {
	margin: 0;
	padding: 0;
}

#subNav li a {
	display: block;
	margin: 0;
	line-height: 1.5em;
	text-align: right;
}
