/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FEFEFE;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    /* Grey */
	color: #979DA2;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 0px;
	font-size: 15px;
    /* Dark grey */
	color: #636363;
    padding: 8px 15px;
	background: url(images/greyrectangle.gif) repeat-y left top;
}


p { font-size: 15px }

.text2 {
    /* Greeny/turquoise */
	color: #479275;
}

.text3 {
	margin-bottom: 10px;
	font-size: 11px;
    /* Bluey */
	color: #517E9E;
}

.text4 {
	margin-bottom: 10px;
	font-size: 12px;
    /* Dark gray */
	color: #636363;
}

.text6 {
	text-align: center;
    font-size: 12px;
    /* Light grey */
	color: #B5B5B5;
}

.text7 {
	text-align: left;
    font-size: 14px;
    margin-left: 10px;
    /* Dark grey */
	color: #636363;
}

.text8 {
	text-align: left;
    font-size: 14px;
    margin-left: 5px;
    /* Dark grey */
	color: #535353;
}

/** LINKS */

a {
	color: #58A2D4;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 13px;
	background: url(images/greenbullet.gif) no-repeat left bottom;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 14px;
    padding-bottom: 4px;
	list-style: none;
	line-height: 14px;
    font-size: 14px;
    background: url(images/bullet.gif) no-repeat left top;
}

.list1 a {
	padding-left: 14px;
	/* background: url(images/homepage10.gif) no-repeat left center; */
}

/** BACKGROUNDS */

.menubackground { background: url(images/menubackground.jpg) no-repeat left top; }
.VerticalStrip { background: url(images/VerticalStrip.gif) no-repeat right top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }


hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(images/dividerline.gif) repeat-x left bottom;
}

/* The old layout.css start here */

/** BASIC */

html, body {
	height: 100%;
}

.content {
	padding-left: 15px;
}

/** HEADER */

#header {
	width: 977px;
	height: 100px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 780px;
	height:100px;
	background: url(images/whitestrip.jpg) no-repeat left top; 
}

#logo h1, #logo p {
	display: block;
}

/** PAGE */

#page {
	clear: both;
	width: 977px;
	margin: 0px auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 246px;
}

/** MENU */

#menu {
	height: 400px;
}

#menu ul {
	margin: 0px;
	padding: 5px 23px 0px 25px;
	list-style: none;
}

#menu li {
	padding: 7px 0px;
	background: url(images/subpage01.gif) repeat-x left top;
}

#menu li.first {
	background: none;
}

/** NEWS */


#news {
	padding: 25px 35px 0px 10px;
}

/** CONTENT */

#content {
	float: right;
	width: 731px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 977px;
	margin: 0px auto;
	padding-top: 25px;
	background: url(images/greenwhiteline.gif) no-repeat left top;
}

/** BOX1 */

#box1 {
	padding: 25px;
    float: left;
	width: 700px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 700px;
	padding-left: 25px;
}


