body {margin: 0; padding: 0; font-size: 100%; text-align: left; background: #e0e0e0; color: #333;}

/* Global styles */

* {margin: 0; padding: 0; border: 0;}
span {color: #1493A2}
p, ul, p a, h2 {font-family: Arial, Helvetica, sans-serif}

/* Heading styles */

h1 {margin-left: 10px; font-family: Georgia, serif; color: #333; float: left; font-weight: normal; margin-left: 10px; margin-top: 2px; margin-bottom: -40px; font-size: 1.55em}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #1493A2; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}
h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */
h2 {margin: 0; padding-left: 10px; font-size: 0.75em; background-color: #CE202A; color: #fff; line-height: 2.0em} /* headings on black backgrounds */
h3, h4, h5 {font-family: Georgia, serif; margin: 20px 0 0 10px}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: Arial, Helvetica, sans-serif; font-weight: bold} /* appears like bold paragraph text */

/* Text styles */

p {margin: 10px; font-size: 0.70em; line-height: 1.75em;}

/* Paragraph Links */

a {color: #CE202A; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #CE202A; font-weight: bold; text-decoration: none}
a:hover {color: #333; font-weight: bold; text-decoration: none}

/* Divs */

#container {
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
	overflow: hidden
}
#topbar {   /* Top bar, can be used for extra links etc */
	width: 770px;
	height: 25px;
	background: #333
}
#hdr {    /* Header/Banner area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 5.5em; /* Same as h1 line-height */
	line-height: 4.5em;
	background: #fff
}
#navbar {   /* Main Navigation area */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #f0f0f0; /* Light Grey */
}
#siteimg {   /* Large Site Image */
	width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
	height: 200px;
	background: url(../images/siteimage.jpg) #fff; /* Light Grey */	
}
#lftcol {
	float: left;
	width: 200px;
	background: transparent;
	overflow: hidden
}
#rgtcol {
	float: left;
	width: 570px;
	background: transparent;
	overflow: hidden
}
#bttmbar { /* bottom bar, containing top button and copyright info etc */
	float: right;
	width: 570px;
	height: 3em;
	line-height: 3em;
	background: #fff;
	overflow: hidden
}

/* Images */

img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}
img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */

/* Navigations */

table.linkcontainer td{background-color: #333; filter:alpha(opacity=100);}
div.navigation {height: 25px; vertical-align: middle; text-align: center;}
a.main_link,a.main_link:active,a.main_link:visited,a.main_link:link{text-decoration: none; display: block; width: 100%;	color: #FFFFFF; line-height: 25px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 0.05em; font-size: 75%;}
a.main_link:hover{background-color:#CE202A; color: #FFFFFF;}

/* Forms, Input boxes and buttons */

form.login {float: right; height: 3em; line-height: 3em; margin: 10px 0 0 0; width: 10.5em;}
input.login {border: 1px solid #333; width: 9em; font-size: 0.95em;}
input.loginbttn {border: 0px solid #fff; width: 4em; background: #CE202A; color: #fff; font-size: 1.0em}
form {padding: 0; margin: 0;}
/* If you're finding the input elements get pushed down, increase the width */
label {float: left; width: 25%; vertical-align: top;}
input,textarea,select {padding: 1px; font: 400 1em verdana, sans-serif; color: #999; background: #EEE; border: 1px solid #CCC;}
input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover {color: #000; background: #F6F6F6; border: 1px solid #888;}
input.button {padding: 2px 5px; font: 400 0.9em verdana, serif; cursor: pointer; color: #fff; background: #CE202A; border-width: 1px; border-style: solid; border-color: #CE202A #6C11153 #6C1115 #CE202A;}

/* Lists */

ul.indent {margin: 5px 0px 7px 6px; padding: 0px 0px 0px 20px; font-size: 70%;line-height: 1.75em;list-style-image: url(../images/list.gif);}
