body{
	margin : 0px;
}

#header{
	width: 100%;
	border-bottom: 2px solid Black;
	background-image: url(images/newbg.jpg);
	height: 150px;
}

#header2{
	width: 100%;
	border-bottom: 2px solid Black;
	background-image: url(images/newbg.jpg);
	height: 100px;
}

img.logo{
	margin-top : 10px;	
	margin-left : 10px;
	padding-bottom : 10px;
}

#bar{	
	background-color : #000;
	height : 2px;
	width : 100%;
   line-height : 2px;
}

#one{
	float : left;
	margin-left : 20px;
	margin-top : 20px;
	border : 1px solid #ccc;
	padding : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	width : 200px;
}

#two{
	float : left;
	margin-left : 20px;
	margin-top : 20px;
	border : 1px solid #ccc;
	padding : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	width : 450px;
}

#two2{
	float : left;
	margin-left : 20px;
	margin-top : 20px;
	border : 1px solid #ccc;
	padding : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	/*width : 450px;*/
}

input{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	width : 150px;
}

input.button{
	width : 100px;
	background-color : #ccc;
	color : #06f;
	border : 1px solid #000;
}

.coltitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-transform : uppercase;
	font-weight : bold;
	margin-top : 0px;
	margin-bottom : 10px;
}

.copyright{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
	color : Gray;
}

.plink{
	font-size : 12px;
}

/*  LINK defines the properties for an unvisited link.
    VISITED defines the properties for a visitied link.
    ACTIVE defines the properties of a currently active link.
    HOVER defines the properties when a mouse is over a link.
*/

a:link {color: #06f;}
a:visited {color: #06f;}
a:active {color: #06f;}
a:hover {background-color: #ccc;}
a {text-decoration: none;}
