/*----------------------------------
Developed by: Harshadewa Ariyasinghe.
E-Mail: harshadewa@gmail.com
Web: www.harshadewa.info
----------------------------------*/
html{
	margin: 0;
	padding: 0;
	}
body{
	margin: 0px 0px 0px 0px;
	font-family: Garamond, Tahoma, Verdana;
	font-size:12pt;
	background-color:#FFFFFF;
	}
a:link{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #990033;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #990033;
	}
/* -------------
	Divs
---------------- */
#Back{
	background-image:url(images/RAC-Background.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	width:913px;
	height:700px;
	border-color:#000000;
	}
#MainBody{
	background-color:#ffffff;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 0;
	width:800px;
	height:600px;
	border-color:#000000;
	}
#topline{
	background-image:url(images/Background.gif);
	background-repeat:no-repeat;
	width:800px;
	height:4px;
	}
#top1{
	background-image:url(images/RAC_02.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:236px;
	float:left;
	}
#top2{
	background-image:url(images/RAC_03.jpg);
	background-repeat:no-repeat;
	width:56px;
	height:236px;
	float:left;
	}
#top3{
	background-image:url(images/RAC_04.jpg);
	background-repeat:no-repeat;
	width:339px;
	height:236px;
	float:left;
	}
#top4{
	background-image:url(images/RAC_05.jpg);
	background-repeat:no-repeat;
	width:229px;
	height:236px;
	float:left;
	}
#strip1{
	display:block;
	background-image:url(images/strip_2.gif);
	background-repeat:no-repeat;
	width:800px;
	height:23px;
	clear:both;
	margin:0px;
	}
#strip2{
	display:block;
	background-image:url(images/strip_1.gif);
	background-repeat:no-repeat;
	width:800px;
	height:23px;
	clear:both;
	margin:0px;
	}	
#Content{
	width:790px;
	height:400px;
	padding:15px 5px 15px 5px;
	}
#navbar{
	clear:both;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	height:23px;
	}
#navbarcontent{
	padding:1px 5px 0px 5px;
	text-align:center;
	}
#ContentPart1{
	float:left;
	width:30%;
	padding:0px 5px 5px 5px;
	}
#ContentPart2{
	float:left;
	width:32%;
	padding:0px 5px 5px 5px;
	}
#ContentPart3{
	float:right;
	width:30%;
	padding:0px 10px 5px 5px;
	}
#validation{
	float:left;
	}
#Footer{
	background-color:#FFFFFF;
	width:800px;
	text-align:center;
	font-size:85%;
	padding:0px 0px 0px 0px;
	margin:0px;
	clear:both;	
	}
#devnote{
	font-size:90%;
	}
#bug{
	display:none;
	}
/*--------------
	CSS Classes 
----------------*/
.MidSeperator{
	background-color:#CCCCCC;
	width:2px;
	height:335px;
	float:left;
	margin:2px;
	}
.seperator{
	background-color:#CCCCCC;
	width:800px;
	height:2px;
	float:left;
}